From 791cecdfb91482e19413434dd01b274bcccd8820 Mon Sep 17 00:00:00 2001
From: schwarze <>
Date: Thu, 18 Feb 2010 13:39:21 +0000
Subject: 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@

---
 src/usr.sbin/openssl/openssl.1 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

(limited to 'src')

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 @@
-.\" $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:
-- 
cgit v1.2.3-55-g6feb