diff options
Diffstat (limited to 'usr/src/man/man3c/getws.3c')
| -rw-r--r-- | usr/src/man/man3c/getws.3c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man3c/getws.3c b/usr/src/man/man3c/getws.3c index c1485a0687..5f10acf494 100644 --- a/usr/src/man/man3c/getws.3c +++ b/usr/src/man/man3c/getws.3c @@ -59,7 +59,7 @@ call to \fBungetc\fR(3C) or \fBungetwc\fR(3C). Upon successful completion, \fBgetws()\fR and \fBfgetws()\fR return \fIws\fR. If the stream is at end-of-file, the end-of-file indicator for the stream is set and \fBfgetws()\fR returns a null pointer. For standard-conforming (see -\fBstandards\fR(5)) applications, if the end-of-file indicator for the stream +\fBstandards\fR(7)) applications, if the end-of-file indicator for the stream is set, \fBfgetws()\fR returns a null pointer whether or not the stream is at end-of-file. If a read error occurs, the error indicator for the stream is set and \fBfgetws()\fR returns a null pointer and sets \fBerrno\fR to indicate the @@ -71,7 +71,7 @@ See \fBfgetwc\fR(3C) for the conditions that will cause \fBfgetws()\fR to fail. .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 @@ -91,4 +91,4 @@ MT-Level MT-Safe .LP \fBferror\fR(3C), \fBfgetwc\fR(3C), \fBfread\fR(3C), \fBgetwc\fR(3C), \fBputws\fR(3C), \fBscanf\fR(3C), \fBungetc\fR(3C), -\fBungetwc\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5) +\fBungetwc\fR(3C), \fBattributes\fR(7), \fBstandards\fR(7) |
