diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-22 11:02:43 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-22 11:02:43 +0000 |
| commit | 0c61c7b2fc26c499dcf8b4ba30772c693f3ac57c (patch) | |
| tree | 67e540abef5309cabe0988dd0c1847567dd38254 /lib/libc/stdio | |
| parent | fe0df0b0b5e72a1bbac9223d22c456f6f33094be (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 3f7b1594ab08..8231a8ac11da 100644 --- a/lib/libc/stdio/scanf.3 +++ b/lib/libc/stdio/scanf.3 @@ -382,7 +382,6 @@ after which they will act like and .Cm x respectively. -.Pp .Sh RETURN VALUES These functions |
