diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-09 09:54:33 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-09 09:54:33 +0000 |
| commit | 70d51341bf6ad3be0ea5b02ef489691d80719249 (patch) | |
| tree | ab3b6200f079a95b6a4418f399032563aa053a74 /lib/libc/stdio | |
| parent | 7bc6d0158f0e9863a2a13a951321185d214cd3be (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio')
| -rw-r--r-- | lib/libc/stdio/fgets.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/scanf.3 | 1 |
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 |
