diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-08-28 12:02:36 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-08-28 12:02:36 +0000 |
commit | 8854c9be792aa0a2df2e16e3e0797838559f16c6 (patch) | |
tree | b4d57064a444fe14d44342cd67f4b2e8f2e3f000 /usr/src/man/man3c/pfmt.3c | |
parent | fa1252de73f343f36bf1e6f366902ba96c480aaa (diff) | |
parent | c5806743f70246f7f708e57514b9103a6291d629 (diff) | |
download | illumos-joyent-8854c9be792aa0a2df2e16e3e0797838559f16c6.tar.gz |
[illumos-gate merge]release-20190829
commit c5806743f70246f7f708e57514b9103a6291d629
11622 clean up rarer mandoc lint warnings
commit 6ae02400ec7326832d2e19e92b4174ec778b2b9f
11620 strtod man page typo equence
commit 0463c8009260e445fd1885cfaf98e04a586d495b
11618 Use exec_attr instead of suid for smbfs mount and unmount
commit efe44a0312f417787c2d6992582ad06b1b98cd8d
11608 add DKIOC ioctl to report drive UNMAP support
Conflicts:
usr/src/cmd/fs.d/mount.c
Diffstat (limited to 'usr/src/man/man3c/pfmt.3c')
-rw-r--r-- | usr/src/man/man3c/pfmt.3c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/usr/src/man/man3c/pfmt.3c b/usr/src/man/man3c/pfmt.3c index b88e451266..907e32c981 100644 --- a/usr/src/man/man3c/pfmt.3c +++ b/usr/src/man/man3c/pfmt.3c @@ -7,7 +7,6 @@ .SH NAME pfmt \- display error message in standard format .SH SYNOPSIS -.LP .nf #include <pfmt.h> @@ -15,8 +14,6 @@ pfmt \- display error message in standard format .fi .SH DESCRIPTION -.sp -.LP The \fBpfmt()\fR retrieves a format string from a locale-specific message database (unless \fBMM_NOGET\fR is specified) and uses it for \fBprintf\fR(3C) style formatting of \fIargs\fR. The output is displayed on \fIstream\fR. @@ -191,8 +188,6 @@ localized version of \fBTO FIX\fR. .RE .SH STANDARD ERROR MESSAGE FORMAT -.sp -.LP The \fBpfmt()\fR function displays error messages in the following format: .sp .in +2 @@ -223,17 +218,7 @@ If \fBpfmt()\fR is called twice to display an error message and a helpful .fi .in -2 -.br -.in +2 - -.in -2 -.br -.in +2 - -.in -2 .SH RETURN VALUES -.sp -.LP Upon success, \fBpfmt()\fR returns the number of bytes transmitted. Upon failure, it returns a negative value: .sp @@ -246,7 +231,6 @@ Write error to \fIstream\fR. .RE .SH EXAMPLES -.LP \fBExample 1 \fRExample of \fBpfmt()\fR function. .sp .LP @@ -292,12 +276,8 @@ UX:test: TO FIX: Usage ... .in -2 .SH USAGE -.sp -.LP Since it uses \fBgettxt\fR(3C), \fBpfmt()\fR should not be used. .SH ATTRIBUTES -.sp -.LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -312,8 +292,6 @@ MT-Level MT-safe .TE .SH SEE ALSO -.sp -.LP \fBaddsev\fR(3C), \fBgettxt\fR(3C), \fBlfmt\fR(3C), \fBprintf\fR(3C), \fBsetcat\fR(3C), \fBsetlabel\fR(3C), \fBsetlocale\fR(3C), \fBattributes\fR(5), \fBenviron\fR(5) |