diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-06-08 14:48:54 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-06-08 14:48:54 +0000 |
commit | 136a4872be337f12126e6d37b297869bee557e5d (patch) | |
tree | f4c727548d068dd61091abbab6317bd104c506fd /share/man/man1 | |
parent | f0a0571c1eecaba28b51613f55d7283592003f15 (diff) |
Missing macro, reported by Fabio Scotoni <fabio at esse dot ch>.
While here, also insert missing whitespace before punctuation.
Diffstat (limited to 'share/man/man1')
-rw-r--r-- | share/man/man1/proot.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man1/proot.1 b/share/man/man1/proot.1 index 2e30615b405..7630b84d819 100644 --- a/share/man/man1/proot.1 +++ b/share/man/man1/proot.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: proot.1,v 1.4 2019/05/29 19:37:06 fcambus Exp $ +.\" $OpenBSD: proot.1,v 1.5 2019/06/08 14:48:53 schwarze Exp $ .\" .\" Copyright (c) 2016 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 29 2019 $ +.Dd $Mdocdate: June 8 2019 $ .Dt PROOT 1 .Os .Sh NAME @@ -225,8 +225,8 @@ directory containing the base sets. .It All the ports specific sub directories if they are defined, namely -.Cm DISTDIR , WRKOBJDIR, LOGDIR, PACKAGE_REPOSITORY , PLIST_REPOSITORY , -LOCKDIR. +.Cm DISTDIR , WRKOBJDIR , LOGDIR , PACKAGE_REPOSITORY , PLIST_REPOSITORY , +.Cm LOCKDIR . .It The .Cm PORTSDIR |