diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-12-05 19:40:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-12-05 19:40:17 +0000 |
commit | 592710a2059adb8aacec869dacfbaca0d473fc0b (patch) | |
tree | 98ba17964a0bb77fd9f0484f563cc7d17e944e8f /share/man/man5 | |
parent | 2426bb9d5a9e319d19b8f49a6c5025fb50c969bc (diff) |
add missing blank before punctuation;
Diffstat (limited to 'share/man/man5')
-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 |