diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-12 09:06:04 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-12 09:06:04 +0000 |
| commit | 60a90ecdae7bf6d1a91dc5d1d7177e400b114e47 (patch) | |
| tree | 9f7c19a897084607a9688be5414d0d4cd6391b54 /man3/strfmon.3 | |
| parent | d92a60f2575c95cd532b822e4fb983c3a9e35641 (diff) | |
| download | man-pages-60a90ecdae7bf6d1a91dc5d1d7177e400b114e47.tar.gz | |
Convert function formatting of the form "\fBname\fP()" to ".BR name ()".
Diffstat (limited to 'man3/strfmon.3')
| -rw-r--r-- | man3/strfmon.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man3/strfmon.3 b/man3/strfmon.3 index f35c3feefb..9071cdf81e 100644 --- a/man3/strfmon.3 +++ b/man3/strfmon.3 @@ -29,7 +29,9 @@ strfmon \- convert monetary value to a string .BI "ssize_t strfmon(char *" s ", size_t " max ", const char *" format , .B "...);" .SH DESCRIPTION -The \fBstrfmon\fP() function formats the specified amounts +The +.BR strfmon () +function formats the specified amounts according to the format specification \fIformat\fP and places the result in the character array \fIs\fP of size \fImax\fP. .PP @@ -108,7 +110,9 @@ international currency format. One argument of type double is converted using the locale's national currency format. .SH "RETURN VALUE" -The \fBstrfmon\fP() function returns the number of characters placed +The +.BR strfmon () +function returns the number of characters placed in the array \fIs\fP, not including the terminating null byte, provided the string, including the terminating null byte, fits. Otherwise, it sets |
