diff options
Diffstat (limited to 'usr/src/man/man3c/gets.3c')
| -rw-r--r-- | usr/src/man/man3c/gets.3c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man3c/gets.3c b/usr/src/man/man3c/gets.3c index 08b290f586..64ce5e065a 100644 --- a/usr/src/man/man3c/gets.3c +++ b/usr/src/man/man3c/gets.3c @@ -51,7 +51,7 @@ returns data not supplied by a prior call to \fBungetc\fR(3C) or .LP If end-of-file is encountered and no bytes have been read, no bytes are transferred to \fIs\fR and a null pointer is returned. For standard-conforming -(see \fBstandards\fR(5)) applications, if the end-of-file indicator for the +(see \fBstandards\fR(7)) applications, if the end-of-file indicator for the stream is set, no bytes are transferred to \fIs\fR and a null pointer is returned whether or not the stream is at end-of-file. If a read error occurs, such as trying to use these functions on a file that has not been opened for @@ -65,7 +65,7 @@ Refer to \fBfgetc\fR(3C). .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -86,4 +86,4 @@ MT-Level MT-Safe \fBlseek\fR(2), \fBread\fR(2), \fBferror\fR(3C), \fBfgetc\fR(3C), \fBfgetwc\fR(3C), \fBfopen\fR(3C), \fBfread\fR(3C), \fBgetchar\fR(3C), \fBscanf\fR(3C), \fBstdio\fR(3C), \fBungetc\fR(3C), \fBungetwc\fR(3C), -\fBattributes\fR(5), \fBstandards\fR(5) +\fBattributes\fR(7), \fBstandards\fR(7) |
