diff options
author | ru <ru@FreeBSD.org> | 2000-12-19 16:00:12 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-12-19 16:00:12 +0000 |
commit | e6cfc0711d42b788dfda52afaa34dfa1d8d0c836 (patch) | |
tree | 3e3e99138c29467e2987054a0115836dd1c5912b /usr.bin/printf | |
parent | 4d68e37482c9f0a699a5289ec9e03c9d8eb0b2ec (diff) | |
download | FreeBSD-src-e6cfc0711d42b788dfda52afaa34dfa1d8d0c836.zip FreeBSD-src-e6cfc0711d42b788dfda52afaa34dfa1d8d0c836.tar.gz |
Prepare for mdoc(7)NG.
Diffstat (limited to 'usr.bin/printf')
-rw-r--r-- | usr.bin/printf/printf.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 27440e2..5e6c940 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -86,7 +86,8 @@ Standard .Tn X3J11 . The characters and their meanings are as follows: -.Bl -tag -width Ds -offset indent +.Pp +.Bl -tag -width Ds -offset indent -compact .It Cm \ea Write a <bell> character. .It Cm \eb @@ -218,7 +219,9 @@ The .Ar argument is printed in the style .Cm e -.`[-]d.ddd Ns \(+-dd\' +.Sm off +.Sq Op - Ar d.ddd No \(+- Ar dd +.Sm on where there is one digit before the decimal point and the number after is equal to the precision specification for the argument; when the precision is |