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/scanf.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/scanf.3c')
-rw-r--r-- | usr/src/man/man3c/scanf.3c | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/usr/src/man/man3c/scanf.3c b/usr/src/man/man3c/scanf.3c index 1237835f8f..036ebd8e5e 100644 --- a/usr/src/man/man3c/scanf.3c +++ b/usr/src/man/man3c/scanf.3c @@ -424,7 +424,7 @@ Matches an optionally signed floating-point number, infinity, or NaN, whose format is the same as expected for the subject sequence of \fBstrtod\fR(3C). In the absence of a size modifier, the corresponding argument must be a pointer to \fBfloat\fR. The \fBe\fR, \fBf\fR, and \fBg\fR specifiers match hexadecimal -floating point values only in C99/SUSv3 (see \fBstandards\fR(5)) mode, but the +floating point values only in C99/SUSv3 (see \fBstandards\fR(7)) mode, but the \fBa\fR specifier always matches hexadecimal floating point values. .sp These conversion specifiers match any subject sequence accepted by @@ -705,7 +705,7 @@ character \fBa\fR. .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 @@ -721,16 +721,26 @@ Interface Stability Committed _ MT-Level MT-Safe _ -Standard See \fBstandards\fR(5). +Standard See \fBstandards\fR(7). .TE .SH SEE ALSO .sp .LP -\fBfgetc\fR(3C), \fBfgets\fR(3C), \fBfgetwc\fR(3C), \fBfread\fR(3C), -\fBisspace\fR(3C), \fBprintf\fR(3C), \fBsetlocale\fR(3C), \fBstrtod\fR(3C), -\fBstrtol\fR(3C), \fBstrtoul\fR(3C), \fBwcrtomb\fR(3C), \fBungetc\fR(3C), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR fgetc (3C), +.BR fgets (3C), +.BR fgetwc (3C), +.BR fread (3C), +.BR isspace (3C), +.BR printf (3C), +.BR setlocale (3C), +.BR strtod (3C), +.BR strtol (3C), +.BR strtoul (3C), +.BR ungetc (3C), +.BR wcrtomb (3C), +.BR attributes (7), +.BR standards (7) .SH NOTES .sp .LP |