From 9fcf13640874548ac80152b7734678193cc919cf Mon Sep 17 00:00:00 2001 From: David Krause Date: Sat, 22 Mar 2003 08:02:04 +0000 Subject: missing space between macro argument and comma ok jmc@ --- usr.sbin/openssl/openssl.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin') 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. -- cgit v1.2.3