The -v option actually is called -d.

Fixes PR 13168.
This commit is contained in:
martin 2001-06-11 11:29:22 +00:00
parent 712d37e53b
commit 71000126b0

View File

@ -1,4 +1,4 @@
.\" $NetBSD: shlock.1,v 1.3 2000/09/04 07:35:19 kleink Exp $ .\" $NetBSD: shlock.1,v 1.4 2001/06/11 11:29:22 martin Exp $
.\" .\"
.Dd June 29, 1997 .Dd June 29, 1997
.Dt SHLOCK 1 .Dt SHLOCK 1
@ -12,7 +12,7 @@
.Ar lockfile .Ar lockfile
.Op Fl p Ar PID .Op Fl p Ar PID
.Op Fl u .Op Fl u
.Op Fl v .Op Fl d
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
@ -67,7 +67,7 @@ to read and write the PID as a binary pid_t, instead of as ASCII,
to be compatible with the locks created by UUCP. to be compatible with the locks created by UUCP.
.Pp .Pp
The The
.Fl v .Fl d
option causes option causes
.Nm .Nm
to be verbose about what it is doing. to be verbose about what it is doing.