diff options
author | David Krause <david@cvs.openbsd.org> | 2003-03-22 08:02:04 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-03-22 08:02:04 +0000 |
commit | 9fcf13640874548ac80152b7734678193cc919cf (patch) | |
tree | e616c3dc7e7f74292ac5faa85383329e85ae0541 /share/man/man5/bsd.port.mk.5 | |
parent | 4f310d9c8577afb6bed6e1d20b1aa98c1fda97c8 (diff) |
missing space between macro argument and comma
ok jmc@
Diffstat (limited to 'share/man/man5/bsd.port.mk.5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 |
1 files changed, 2 insertions, 2 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 . |