diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 02ed0b3ff33..953737e4054 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.144 2004/07/20 05:44:34 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.145 2004/07/20 10:31:21 jmc Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -1017,7 +1017,7 @@ builds. .It Ev LOCK_CMD User settings. If set, expands to a command that will acquire a lock. -This lock will reside in +This lock will reside in .Pa ${LOCKDIR} . See also .Xr ports 7 . @@ -1488,7 +1488,7 @@ See also .It Ev UNLOCK_CMD User settings. If set, expands to a command that will release a lock. -This lock will reside in +This lock will reside in .Pa ${LOCKDIR} . .It Ev UNZIP Name of the unzip binary. |