[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Wed Mar 29 08:44:19 UTC 2017


The branch master has been updated
       via  d7735c1eec70eb20b3458ac5f1e17b656aafc33a (commit)
      from  829e4d558270fc2aa52b5bd8e0f8deb8f5b9ad64 (commit)


- Log -----------------------------------------------------------------
commit d7735c1eec70eb20b3458ac5f1e17b656aafc33a
Author: Pauli <paul.dale at oracle.com>
Date:   Wed Mar 29 14:39:16 2017 +1000

    Documentation cleanup for man1/nseq.pod
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/3074)

-----------------------------------------------------------------------

Summary of changes:
 doc/man1/nseq.pod | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/man1/nseq.pod b/doc/man1/nseq.pod
index a90f8a0..4894f1a 100644
--- a/doc/man1/nseq.pod
+++ b/doc/man1/nseq.pod
@@ -34,11 +34,11 @@ option is not specified.
 
 =item B<-out filename>
 
-specifies the output filename or standard output by default.
+Specifies the output filename or standard output by default.
 
 =item B<-toseq>
 
-normally a Netscape certificate sequence will be input and the output
+Normally a Netscape certificate sequence will be input and the output
 is the certificates contained in it. With the B<-toseq> option the
 situation is reversed: a Netscape certificate sequence is created from
 a file of certificates.
@@ -62,7 +62,7 @@ The B<PEM> encoded form uses the same headers and footers as a certificate:
  -----BEGIN CERTIFICATE-----
  -----END CERTIFICATE-----
 
-A Netscape certificate sequence is a Netscape specific form that can be sent
+A Netscape certificate sequence is a Netscape specific format that can be sent
 to browsers as an alternative to the standard PKCS#7 format when several
 certificates are sent to the browser: for example during certificate enrollment.
 It is used by Netscape certificate server for example.
@@ -74,7 +74,7 @@ output files and allowing multiple certificate files to be used.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy


More information about the openssl-commits mailing list