summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbentley <>2015-02-15 22:26:45 +0000
committerbentley <>2015-02-15 22:26:45 +0000
commitd3acd3e984368bb3c8dddff6923bdf1e7f4610f2 (patch)
tree1f7145dda5ab120c975417edbe81d8416553c4bd
parentbe947cc59a4bfa0c3f6b59a038abde86c9cbf04c (diff)
downloadopenbsd-d3acd3e984368bb3c8dddff6923bdf1e7f4610f2.tar.gz
openbsd-d3acd3e984368bb3c8dddff6923bdf1e7f4610f2.tar.bz2
openbsd-d3acd3e984368bb3c8dddff6923bdf1e7f4610f2.zip
Use "In" to mark up include files, instead of wrongly wrapping with Aq.
Aq is not the same as <> in non-ASCII situations, so this caused incorrect output in some places. And it provided no semantics besides. ok schwarze@
-rw-r--r--src/usr.bin/openssl/openssl.16
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index a2d62ed1e0..65b525fbc3 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.11 2015/01/13 14:09:54 bluhm Exp $ 1.\" $OpenBSD: openssl.1,v 1.12 2015/02/15 22:26:45 bentley 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: January 13 2015 $ 115.Dd $Mdocdate: February 15 2015 $
116.Dt OPENSSL 1 116.Dt OPENSSL 1
117.Os 117.Os
118.Sh NAME 118.Sh NAME
@@ -9008,7 +9008,7 @@ Finally a text version of the error number is presented.
9008.Pp 9008.Pp
9009An exhaustive list of the error codes and messages is shown below; this also 9009An exhaustive list of the error codes and messages is shown below; this also
9010includes the name of the error code as defined in the header file 9010includes the name of the error code as defined in the header file
9011.Aq Pa openssl/x509_vfy.h . 9011.In openssl/x509_vfy.h .
9012Some of the error codes are defined but never returned: these are described 9012Some of the error codes are defined but never returned: these are described
9013as 9013as
9014.Qq unused . 9014.Qq unused .