diff options
Diffstat (limited to 'man/man3/strfromd.3')
-rw-r--r-- | man/man3/strfromd.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man3/strfromd.3 b/man/man3/strfromd.3 index fdd365c744..d727483575 100644 --- a/man/man3/strfromd.3 +++ b/man/man3/strfromd.3 @@ -14,13 +14,13 @@ Standard C library .nf .B #include <stdlib.h> .P -.BI "int strfromd(size_t " n ; +.BR "int strfromd(" "size_t n;" .BI " char " str "[restrict " n "], size_t " n , .BI " const char *restrict " format ", double " fp ");" -.BI "int strfromf(size_t " n ; +.BR "int strfromf(" "size_t n;" .BI " char " str "[restrict " n "], size_t " n , .BI " const char *restrict " format ", float "fp ");" -.BI "int strfroml(size_t " n ; +.BR "int strfroml(" "size_t n;" .BI " char " str "[restrict " n "], size_t " n , .BI " const char *restrict " format ", long double " fp ");" .fi |