diff options
author | 1999-04-21 21:17:51 +0000 | |
---|---|---|
committer | 1999-04-21 21:17:51 +0000 | |
commit | 51515d46b879d1d0ba1db6ad30562e4d89c67197 (patch) | |
tree | 579ff3d2fed6f50b87ed234ad0d06425735b4e49 /lib/libpthread/man | |
parent | Don't display the string associated with errno for "basedir too long" (diff) | |
download | wireguard-openbsd-51515d46b879d1d0ba1db6ad30562e4d89c67197.tar.xz wireguard-openbsd-51515d46b879d1d0ba1db6ad30562e4d89c67197.zip |
sucessful -> successful
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 |