diff options
author | 2017-12-05 19:40:16 +0000 | |
---|---|---|
committer | 2017-12-05 19:40:16 +0000 | |
commit | 25108357fb72d55436ea2b2a5819e6cf8f5043ca (patch) | |
tree | 4759d83a1cd1ee0613de67af5cf83133da3f5496 | |
parent | sync (diff) | |
download | wireguard-openbsd-25108357fb72d55436ea2b2a5819e6cf8f5043ca.tar.xz wireguard-openbsd-25108357fb72d55436ea2b2a5819e6cf8f5043ca.zip |
add missing blank before punctuation;
-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 cf29fbce379..e629321a930 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.469 2017/12/05 17:58:10 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.470 2017/12/05 19:40:16 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -3169,7 +3169,7 @@ logs. .Bl -diag .It "/bin/sh: cd .../pkg - No such file or directory" Emitted during -.Cm generate-readmes. +.Cm generate-readmes . .Pa ${PKGDIR} must point to an existing directory, so that .Nm |