diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-29 14:45:07 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-29 14:45:07 +0000 |
| commit | f796e00479b092a85a79b04ac4015f11f85e483d (patch) | |
| tree | 386058719747192ff0edc6e7093656cd8ba4a910 /lib/libc/stdio/printf.3 | |
| parent | 248ebf7c840bb8b426f01faa521d6badbfa797ba (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/printf.3')
| -rw-r--r-- | lib/libc/stdio/printf.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index c64038f7ff38..5ea5163e31d3 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -296,7 +296,7 @@ flag has been given) to fill out the field width. .It An optional precision, in the form of a period -.Sq Cm \&. +.Sq Cm .\& followed by an optional digit string. If the digit string is omitted, the precision is taken as zero. This gives the minimum number of digits to appear for |
