diff options
author | 2015-02-28 21:51:56 +0000 | |
---|---|---|
committer | 2015-02-28 21:51:56 +0000 | |
commit | 9dbd696514ef94fc24ee622023bb055d94c78640 (patch) | |
tree | cc83a924c252f976523f2306273efaa262692a9c /usr.bin/openssl/openssl.1 | |
parent | Move consinit() out of the bowels of the zs driver to its own file, in (diff) | |
download | wireguard-openbsd-9dbd696514ef94fc24ee622023bb055d94c78640.tar.xz wireguard-openbsd-9dbd696514ef94fc24ee622023bb055d94c78640.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 'usr.bin/openssl/openssl.1')
-rw-r--r-- | usr.bin/openssl/openssl.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1 index 65b525fbc33..7edab79b0fd 100644 --- a/usr.bin/openssl/openssl.1 +++ b/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.12 2015/02/15 22:26:45 bentley Exp $ +.\" $OpenBSD: openssl.1,v 1.13 2015/02/28 21:51:56 bentley Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -112,7 +112,7 @@ .\" .\" OPENSSL .\" -.Dd $Mdocdate: February 15 2015 $ +.Dd $Mdocdate: February 28 2015 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -125,11 +125,11 @@ .Op Ar command_args .Pp .Nm -.Cm list-standard-commands \*(Ba -.Cm list-message-digest-commands \*(Ba -.Cm list-cipher-commands \*(Ba -.Cm list-cipher-algorithms \*(Ba -.Cm list-message-digest-algorithms \*(Ba +.Cm list-standard-commands | +.Cm list-message-digest-commands | +.Cm list-cipher-commands | +.Cm list-cipher-algorithms | +.Cm list-message-digest-algorithms | .Cm list-public-key-algorithms .Pp .Nm |