diff options
author | Dan McDonald <danmcd@joyent.com> | 2022-03-15 12:07:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 12:07:15 -0400 |
commit | 83decd22b44019b0fe369224fb19e1ef21263ab6 (patch) | |
tree | 0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/man/man3c/scanf.3c | |
parent | ad491f11d9af43fd3f0d6159c9e08112de475a54 (diff) | |
download | illumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz |
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com>
Approved by: Brian Bennett <brian.bennett@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 |