diff options
Diffstat (limited to 'lib/libpthread/man')
-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 79dd33c8570..9b8b36f49a6 100644 --- a/lib/libpthread/man/flockfile.3 +++ b/lib/libpthread/man/flockfile.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: flockfile.3,v 1.3 1999/03/22 04:20:04 d Exp $ +.\" $OpenBSD: flockfile.3,v 1.4 1999/04/21 21:17:51 aaron Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 20, 1998 .Os @@ -70,7 +70,7 @@ Each call to .Fn funlockfile decrements the count. This allows matching calls to .Fn flockfile -(or sucessful calls to +(or successful calls to .Fn ftrylockfile ) and .Fn funlockfile |