diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-19 16:22:38 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-19 16:22:38 +0000 |
| commit | e5e23f00c5f299ef9e944613c99ceecdb6e26c3c (patch) | |
| tree | 8c1a0c5d708c352818f5b1f2957e94ced4c34a8e /usr.bin/printf/printf.1 | |
| parent | 8dae396302473cd8a0790dea356f63270495231c (diff) | |
Notes
Diffstat (limited to 'usr.bin/printf/printf.1')
| -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 27440e221fc1..5e6c94019886 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 |
