diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2002-05-31 05:01:17 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2002-05-31 05:01:17 +0000 |
| commit | 6accdce98b82983466180e3931ac8df1206afd60 (patch) | |
| tree | f7d113f9a8a138d2c38a2add3fd7bdb404bce37d /lib/libc/stdio/fgets.3 | |
| parent | acc52a9a8e715cd5e323f9af354838cee0cfe1c3 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/fgets.3')
| -rw-r--r-- | lib/libc/stdio/fgets.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index 1dce8fbbccb9..86bef2d67eb0 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -92,11 +92,11 @@ a pointer to the string. If end-of-file occurs before any characters are read, they return .Dv NULL -and the buffer contents is unchanged. +and the buffer contents remain unchanged. If an error occurs, they return .Dv NULL -and the buffer contents is indeterminate. +and the buffer contents are indeterminate. The .Fn fgets and |
