diff options
author | tjr <tjr@FreeBSD.org> | 2003-01-13 01:29:14 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2003-01-13 01:29:14 +0000 |
commit | 7c6b8aca6712346c8618c6036eadf3dd771695f6 (patch) | |
tree | 8dacc2891d84d0f4582d4c68f07e159cf04b067e | |
parent | ccd5574cc6e61b8fbf6b5ed907375f42e19b54f8 (diff) | |
download | FreeBSD-src-7c6b8aca6712346c8618c6036eadf3dd771695f6.zip FreeBSD-src-7c6b8aca6712346c8618c6036eadf3dd771695f6.tar.gz |
Add missing word to "Return Values" section.
-rw-r--r-- | lib/libc/stdio/flockfile.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/flockfile.3 b/lib/libc/stdio/flockfile.3 index 4eb2645..a895a0a 100644 --- a/lib/libc/stdio/flockfile.3 +++ b/lib/libc/stdio/flockfile.3 @@ -88,6 +88,7 @@ functions return no value. .Pp The .Fn ftrylockfile +function returns zero if the stream was successfully locked, non-zero otherwise. .Sh SEE ALSO |