diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-18 13:39:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-18 13:39:22 +0000 |
commit | b643a5d8f63bcdf3f808f595ef8869ee2021008b (patch) | |
tree | 5c30723557ff26a063ad8bc8a6aea2db290de479 /usr.sbin/openssl | |
parent | baff352fdd2384156311fc72115a6fa41b7e5cfd (diff) |
Our groff does not handle all cases of nested displays properly, so
resolve the contradiction in the manual whether it's allowed or not
in favour of "not allowed" for now, shelving my diff to support
nested displays in mandoc(1) for later consideration.
Found by and unbreaking the build with mandoc(1).
Feedback and OK jmc@
Diffstat (limited to 'usr.sbin/openssl')
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index e180ac82791..365fed721cb 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.66 2009/08/16 09:41:08 sobrado Exp $ +.\" $OpenBSD: openssl.1,v 1.67 2010/02/18 13:39:21 schwarze Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -112,7 +112,7 @@ .\" .\" OPENSSL .\" -.Dd $Mdocdate: August 16 2009 $ +.Dd $Mdocdate: February 18 2010 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -2964,13 +2964,13 @@ a Netscape certificate sequence is created from a file of certificates. .El .Sh NSEQ EXAMPLES Output the certificates in a Netscape certificate sequence: -.Bd -literal -.Dl $ openssl nseq -in nseq.pem -out certs.pem +.Bd -literal -offset indent +$ openssl nseq -in nseq.pem -out certs.pem .Ed .Pp Create a Netscape certificate sequence: -.Bd -literal -.Dl $ openssl nseq -in certs.pem -toseq -out nseq.pem +.Bd -literal -offset indent +$ openssl nseq -in certs.pem -toseq -out nseq.pem .Ed .Sh NSEQ NOTES The PEM-encoded form uses the same headers and footers as a certificate: |