diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2023-09-03 12:24:17 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2023-09-03 12:24:17 +0000 |
commit | 3f47a5df09f3d3c042508e7d52709f5d7232e2e7 (patch) | |
tree | d43427a9727c73aac53b67f7490248c4d7f88054 | |
parent | 57ccbe8a34c85234493dcefe65059a58ce7be768 (diff) |
if UNLOCK_CMD is a user settings, so is LOCK_CMD !
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index b02fd94299d..c05f2889279 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.584 2023/09/03 12:22:21 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.585 2023/09/03 12:24:16 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2151,6 +2151,7 @@ Defaults to If set, points to a local directory common for all instances of concurrent ports builds. .It Ev LOCK_CMD +User settings. Expands to a command that will acquire a lock, namely .Xr portlock 1 . See also |