From 83bb3b49797d527f778fa7ea9d7eb4aa27d6bdd5 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Mon, 13 Jan 2003 01:29:14 +0000 Subject: [PATCH] Add missing word to "Return Values" section. --- lib/libc/stdio/flockfile.3 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/stdio/flockfile.3 b/lib/libc/stdio/flockfile.3 index 4eb26450be8..a895a0aae04 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