aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fgets.3
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-09 09:54:33 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-09 09:54:33 +0000
commit70d51341bf6ad3be0ea5b02ef489691d80719249 (patch)
treeab3b6200f079a95b6a4418f399032563aa053a74 /lib/libc/stdio/fgets.3
parent7bc6d0158f0e9863a2a13a951321185d214cd3be (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/fgets.3')
-rw-r--r--lib/libc/stdio/fgets.31
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3
index c10a65757771..c84d6bdd486d 100644
--- a/lib/libc/stdio/fgets.3
+++ b/lib/libc/stdio/fgets.3
@@ -83,7 +83,6 @@ except that the newline character (if any) is not stored in the string.
It is the caller's responsibility to ensure that the input line,
if any, is sufficiently short to fit in the string.
.Sh RETURN VALUES
-.Pp
Upon successful completion,
.Fn fgets
and