diff options
author | Richard Lowe <richlowe@richlowe.net> | 2022-02-26 16:40:47 -0600 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2022-03-10 01:14:35 -0600 |
commit | bbf215553c7233fbab8a0afdf1fac74c44781867 (patch) | |
tree | e698415c5d1265b368c58c56199244dc2be86500 /usr/src/man/man3c/fwrite.3c | |
parent | 236cb9a89d936b4b681853751c9af1adccc35ef9 (diff) | |
download | illumos-gate-bbf215553c7233fbab8a0afdf1fac74c44781867.tar.gz |
14443 resection manual pages per IPD4
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man/man3c/fwrite.3c')
-rw-r--r-- | usr/src/man/man3c/fwrite.3c | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/usr/src/man/man3c/fwrite.3c b/usr/src/man/man3c/fwrite.3c index 92f13cd98f..0e9ea1617e 100644 --- a/usr/src/man/man3c/fwrite.3c +++ b/usr/src/man/man3c/fwrite.3c @@ -89,7 +89,7 @@ written using \fBfwrite()\fR are application-dependent, and possibly cannot be read using \fBfread\fR(3C) by a different application or by the same application on a different processor. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -105,7 +105,16 @@ MT-Level MT-Safe .TE .SH SEE ALSO -\fBwrite\fR(2), \fBfclose\fR(3C), \fBferror\fR(3C), \fBfopen\fR(3C), -\fBfread\fR(3C), \fBgetc\fR(3C), \fBgets\fR(3C), \fBopen_wmemstream\fR(3C), -\fBprintf\fR(3C), \fBputc\fR(3C), \fBputs\fR(3C), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR write (2), +.BR fclose (3C), +.BR ferror (3C), +.BR fopen (3C), +.BR fread (3C), +.BR getc (3C), +.BR gets (3C), +.BR open_wmemstream (3C), +.BR printf (3C), +.BR putc (3C), +.BR puts (3C), +.BR attributes (7), +.BR standards (7) |