diff options
author | 2006-11-15 05:59:09 +0000 | |
---|---|---|
committer | 2006-11-15 05:59:09 +0000 | |
commit | 43fcef1a94b146b084f3a5d8b905e9c6507a0975 (patch) | |
tree | 1be9aad658a2d39747c081fa0e60a67dc762234a | |
parent | unifdef -USCOPEDROUTING (diff) | |
download | wireguard-openbsd-43fcef1a94b146b084f3a5d8b905e9c6507a0975.tar.xz wireguard-openbsd-43fcef1a94b146b084f3a5d8b905e9c6507a0975.zip |
typo; from daniel matic
-rw-r--r-- | lib/libpthread/man/flockfile.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/flockfile.3 b/lib/libpthread/man/flockfile.3 index 1a57ac88441..8fb9fd1cf6c 100644 --- a/lib/libpthread/man/flockfile.3 +++ b/lib/libpthread/man/flockfile.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: flockfile.3,v 1.8 2003/02/18 13:14:43 jmc Exp $ +.\" $OpenBSD: flockfile.3,v 1.9 2006/11/15 05:59:09 jmc Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 20, 1998 .Dt FLOCKFILE 3 @@ -96,7 +96,7 @@ None for and .Fn funlockfile . The function -.Fn ftrylock +.Fn ftrylockfile returns zero for success and non-zero to indicate that the lock cannot be acquired. .Sh ERRORS |