summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-03-22 08:02:04 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-03-22 08:02:04 +0000
commit9fcf13640874548ac80152b7734678193cc919cf (patch)
treee616c3dc7e7f74292ac5faa85383329e85ae0541 /usr.sbin
parent4f310d9c8577afb6bed6e1d20b1aa98c1fda97c8 (diff)
missing space between macro argument and comma
ok jmc@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/openssl/openssl.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1
index fc137abc183..c17d026e74a 100644
--- a/usr.sbin/openssl/openssl.1
+++ b/usr.sbin/openssl/openssl.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: openssl.1,v 1.4 2003/03/18 12:58:22 david Exp $
+.\" $OpenBSD: openssl.1,v 1.5 2003/03/22 08:02:03 david Exp $
.\" ====================================================================
.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
.\"
@@ -1330,7 +1330,7 @@ Including 40 and 56 bits algorithms.
40 bit export encryption algorithms
.It Ar EXPORT56
56 bit export encryption algorithms.
-.It Ar eNULL, NULL
+.It Ar eNULL , NULL
The "NULL" ciphers; that is those offering no encryption.
Because these offer no encryption at all and are a security risk
they are disabled unless explicitly included.
@@ -4337,7 +4337,7 @@ is an equivalent option.
.It Ar default_md
This option specifies the digest algorithm to use.
Possible values include
-.Ar md5, sha1
+.Ar md5 , sha1
and
.Ar mdc2 .
If not present then MD5 is used.