diff options
author | bentley <> | 2015-02-28 21:51:56 +0000 |
---|---|---|
committer | bentley <> | 2015-02-28 21:51:56 +0000 |
commit | cafe60331e5f7ae781b7430e541b8cfed4ad629f (patch) | |
tree | 0c4ff97f1b1bcf6b8803f4b09aa85344dfe1256f /src/usr.bin/openssl/openssl.1 | |
parent | f00df45b3181bd73703c24e733e6025061b9b44f (diff) | |
download | openbsd-cafe60331e5f7ae781b7430e541b8cfed4ad629f.tar.gz openbsd-cafe60331e5f7ae781b7430e541b8cfed4ad629f.tar.bz2 openbsd-cafe60331e5f7ae781b7430e541b8cfed4ad629f.zip |
Reduce usage of predefined strings in manpages.
Predefined strings are not very portable across troff implementations,
and they make the source much harder to read. Usually the intended
character can be written directly.
No output changes, except for two instances where the incorrect escape
was used in the first place.
tweaks + ok schwarze@
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 65b525fbc3..7edab79b0f 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.12 2015/02/15 22:26:45 bentley Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.13 2015/02/28 21:51:56 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: February 15 2015 $ | 115 | .Dd $Mdocdate: February 28 2015 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -125,11 +125,11 @@ | |||
125 | .Op Ar command_args | 125 | .Op Ar command_args |
126 | .Pp | 126 | .Pp |
127 | .Nm | 127 | .Nm |
128 | .Cm list-standard-commands \*(Ba | 128 | .Cm list-standard-commands | |
129 | .Cm list-message-digest-commands \*(Ba | 129 | .Cm list-message-digest-commands | |
130 | .Cm list-cipher-commands \*(Ba | 130 | .Cm list-cipher-commands | |
131 | .Cm list-cipher-algorithms \*(Ba | 131 | .Cm list-cipher-algorithms | |
132 | .Cm list-message-digest-algorithms \*(Ba | 132 | .Cm list-message-digest-algorithms | |
133 | .Cm list-public-key-algorithms | 133 | .Cm list-public-key-algorithms |
134 | .Pp | 134 | .Pp |
135 | .Nm | 135 | .Nm |