diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-10-15 19:35:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-10-15 19:35:25 +0000 |
commit | 67753dfbe9391e35f6d20ec4070605e2a0c70f6b (patch) | |
tree | 075414adbed3d6ae14d7ac68a2c401c0f1c46b1a /lib | |
parent | 18fdc1e22a6f8d4edd0e8fd404548bed848fdabf (diff) |
Don't Xr flock, since that is not the locking method used.
ok millert
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libutil/pw_lock.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libutil/pw_lock.3 b/lib/libutil/pw_lock.3 index e3bc9789897..4c0022a4067 100644 --- a/lib/libutil/pw_lock.3 +++ b/lib/libutil/pw_lock.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pw_lock.3,v 1.18 2015/09/14 13:45:25 schwarze Exp $ +.\" $OpenBSD: pw_lock.3,v 1.19 2015/10/15 19:35:24 deraadt Exp $ .\" .\" Copyright (c) 1995 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 14 2015 $ +.Dd $Mdocdate: October 15 2015 $ .Dt PW_LOCK 3 .Os .Sh NAME @@ -151,7 +151,6 @@ may also fail and set for any of the errors specified for the routine .Xr open 2 . .Sh SEE ALSO -.Xr flock 2 , .Xr pw_file 3 , .Xr pw_init 3 , .Xr pwd_mkdb 8 |