From 2850ebd15c3cfddf6fb7edcd08cb6b2c6f717be9 Mon Sep 17 00:00:00 2001 From: david <> Date: Sat, 22 Mar 2003 08:02:03 +0000 Subject: missing space between macro argument and comma ok jmc@ --- src/usr.sbin/openssl/openssl.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index fc137abc18..c17d026e74 100644 --- a/src/usr.sbin/openssl/openssl.1 +++ b/src/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. -- cgit v1.2.3-55-g6feb