summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
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
parent7bc6d0158f0e9863a2a13a951321185d214cd3be (diff)
Notes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/fgets.31
-rw-r--r--lib/libc/stdio/scanf.31
2 files changed, 0 insertions, 2 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
diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3
index ed8daea47ad1..fdc7fd237183 100644
--- a/lib/libc/stdio/scanf.3
+++ b/lib/libc/stdio/scanf.3
@@ -386,7 +386,6 @@ after which they will act like
and
.Cm x
respectively.
-.Pp
.Sh RETURN VALUES
These
functions