strfmon.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-07-06 13:51:38 +02:00
parent 5d48943394
commit 8352be12ff
1 changed files with 2 additions and 3 deletions

View File

@ -28,11 +28,10 @@ strfmon, strfmon_l \- convert monetary value to a string
.nf .nf
.B #include <monetary.h> .B #include <monetary.h>
.PP .PP
.BI "ssize_t strfmon(char *" s ", size_t " max ", const char *" format , .BI "ssize_t strfmon(char *" s ", size_t " max ", const char *" format ", ...);"
.B "...);"
.PP .PP
.BI "ssize_t strfmon_l(char *" s ", size_t " max ", locale_t " locale , .BI "ssize_t strfmon_l(char *" s ", size_t " max ", locale_t " locale ,
.B "const char *" format ", ...);" .BI " const char *" format ", ...);"
.fi .fi
.SH DESCRIPTION .SH DESCRIPTION
The The