summaryrefslogtreecommitdiff
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
parent4f310d9c8577afb6bed6e1d20b1aa98c1fda97c8 (diff)
missing space between macro argument and comma
ok jmc@
-rw-r--r--share/man/man5/bsd.port.mk.54
-rw-r--r--usr.sbin/openssl/openssl.16
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 5714fe46e40..d09a07213d4 100644
--- a/share/man/man5/bsd.port.mk.5
+++ b/share/man/man5/bsd.port.mk.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.86 2003/03/06 04:03:40 david Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.87 2003/03/22 08:02:03 david Exp $
.\"
.\" Copyright (c) 2000 Marc Espie
.\"
@@ -268,7 +268,7 @@ files, handling shared libraries, GNU
.Xr info 1
files, setuid files, and empty directories.
It moves existing files to
-.Pa PLIST.orig,
+.Pa PLIST.orig ,
.Pa PFRAG.shared.orig
and
.Pa PFRAG.no-shared.orig .
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.