diff options
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index e180ac8279..365fed721c 100644 --- a/src/usr.sbin/openssl/openssl.1 +++ b/src/usr.sbin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.66 2009/08/16 09:41:08 sobrado Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.67 2010/02/18 13:39:21 schwarze Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -112,7 +112,7 @@ | |||
112 | .\" | 112 | .\" |
113 | .\" OPENSSL | 113 | .\" OPENSSL |
114 | .\" | 114 | .\" |
115 | .Dd $Mdocdate: August 16 2009 $ | 115 | .Dd $Mdocdate: February 18 2010 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -2964,13 +2964,13 @@ a Netscape certificate sequence is created from a file of certificates. | |||
2964 | .El | 2964 | .El |
2965 | .Sh NSEQ EXAMPLES | 2965 | .Sh NSEQ EXAMPLES |
2966 | Output the certificates in a Netscape certificate sequence: | 2966 | Output the certificates in a Netscape certificate sequence: |
2967 | .Bd -literal | 2967 | .Bd -literal -offset indent |
2968 | .Dl $ openssl nseq -in nseq.pem -out certs.pem | 2968 | $ openssl nseq -in nseq.pem -out certs.pem |
2969 | .Ed | 2969 | .Ed |
2970 | .Pp | 2970 | .Pp |
2971 | Create a Netscape certificate sequence: | 2971 | Create a Netscape certificate sequence: |
2972 | .Bd -literal | 2972 | .Bd -literal -offset indent |
2973 | .Dl $ openssl nseq -in certs.pem -toseq -out nseq.pem | 2973 | $ openssl nseq -in certs.pem -toseq -out nseq.pem |
2974 | .Ed | 2974 | .Ed |
2975 | .Sh NSEQ NOTES | 2975 | .Sh NSEQ NOTES |
2976 | The PEM-encoded form uses the same headers and footers as a certificate: | 2976 | The PEM-encoded form uses the same headers and footers as a certificate: |