summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2010-02-18 13:39:21 +0000
committerschwarze <>2010-02-18 13:39:21 +0000
commit791cecdfb91482e19413434dd01b274bcccd8820 (patch)
tree50827c7459478766972c8a01bcf69f644e5ebd60
parent2627076c6ebe23bf2a90f4dfea8dae571837c960 (diff)
downloadopenbsd-791cecdfb91482e19413434dd01b274bcccd8820.tar.gz
openbsd-791cecdfb91482e19413434dd01b274bcccd8820.tar.bz2
openbsd-791cecdfb91482e19413434dd01b274bcccd8820.zip
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@
-rw-r--r--src/usr.sbin/openssl/openssl.112
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
2966Output the certificates in a Netscape certificate sequence: 2966Output 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
2971Create a Netscape certificate sequence: 2971Create 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
2976The PEM-encoded form uses the same headers and footers as a certificate: 2976The PEM-encoded form uses the same headers and footers as a certificate: