summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-11-15 05:59:10 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-11-15 05:59:10 +0000
commitb7181866f126780f311cd1fa092399760a9eeeeb (patch)
treefce023a75f2c02d57ff5aff1a17978c1d51fa243 /lib
parent2cd488a87d9e67ba4f6b240dc7849b8de271d60c (diff)
typo; from daniel matic
Diffstat (limited to 'lib')
-rw-r--r--lib/libpthread/man/flockfile.34
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