diff options
-rw-r--r-- | share/man/man1/Makefile | 10 | ||||
-rw-r--r-- | share/man/man1/portlock.1 (renamed from share/man/man1/dolock.1) | 10 | ||||
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
3 files changed, 13 insertions, 13 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index feaa34eb45a..6bac28d60cb 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -1,15 +1,15 @@ -# $OpenBSD: Makefile,v 1.8 2018/06/26 05:38:49 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2018/07/09 11:36:57 espie Exp $ # $NetBSD: Makefile,v 1.4 1994/12/22 10:48:04 cgd Exp $ MAN= clang-local.1 help.1 intro.1 gcc-local.1 # ports tools doc MAN+= check-lib-depends.1 check-manpages.1 check-problems.1 \ - clean-old-distfiles.1 dolock.1 dpb-replay.1 dpb.1 \ + clean-old-distfiles.1 dpb-replay.1 dpb.1 \ getpkgpath.1 out-of-date.1 outdated-perl-ports.1 \ pkg_subst.1 portbump.1 portcheck.1 portgen.1 \ - portimport.1 portslogger.1 proot.1 register-plist.1 \ - resolve-lib.1 retrieve-index.1 update-patches.1 \ - update-plist.1 + portimport.1 portlock.1 portslogger.1 proot.1 \ + register-plist.1 resolve-lib.1 retrieve-index.1 \ + update-patches.1 update-plist.1 .include <bsd.prog.mk> diff --git a/share/man/man1/dolock.1 b/share/man/man1/portlock.1 index 67e288e2fc1..aa94c3aabba 100644 --- a/share/man/man1/dolock.1 +++ b/share/man/man1/portlock.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dolock.1,v 1.1 2018/06/26 05:38:49 espie Exp $ +.\" $OpenBSD: portlock.1,v 1.1 2018/07/09 11:36:57 espie Exp $ .\" .\" Copyright (c) 2010 Marc Espie <espie@openbsd.org> .\" @@ -14,14 +14,14 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 26 2018 $ -.Dt DOLOCK 1 +.Dd $Mdocdate: July 9 2018 $ +.Dt PORTLOCK 1 .Os .Sh NAME -.Nm dolock +.Nm portlock .Nd lock port for concurrent builds .Sh SYNOPSIS -.Nm dolock +.Nm .Op Fl g Ar group .Op Fl m Ar mode .Ar lockname Op comment ... diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 77d78fd0b91..f057b2c9aa8 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.484 2018/06/19 19:06:47 kn Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.485 2018/07/09 11:36:57 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 19 2018 $ +.Dd $Mdocdate: July 9 2018 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1915,7 +1915,7 @@ If set, points to a local directory common for all instances of concurrent ports builds. .It Ev LOCK_CMD Expands to a command that will acquire a lock, namely -.Xr dolock 1 . +.Xr portlock 1 . See also .Xr ports 7 . .It Ev LOCK_VERBOSE |