diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-01-16 16:46:48 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-01-16 16:46:48 +0000 |
commit | 2137f021ce4d050c8dc2f48748e758d68a4d849f (patch) | |
tree | c89172fc0353528fbba8c1b4db87eb6933ab806e /usr.bin/printf/printf.1 | |
parent | 0e38403ae25a24c0ab23729a9a41212c8f101f76 (diff) |
Usually, -width Fl (which is 10n) is too wide and hence ugly.
Change several instances, most of them to the usual -width Ds.
Diffstat (limited to 'usr.bin/printf/printf.1')
-rw-r--r-- | usr.bin/printf/printf.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 727fccb95f2..73ea4645a60 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.1,v 1.33 2019/08/02 14:40:13 schwarze Exp $ +.\" $OpenBSD: printf.1,v 1.34 2020/01/16 16:46:47 schwarze Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)printf.1 5.11 (Berkeley) 7/24/91 .\" -.Dd $Mdocdate: August 2 2019 $ +.Dd $Mdocdate: January 16 2020 $ .Dt PRINTF 1 .Os .Sh NAME @@ -209,7 +209,7 @@ In this case an supplies the field width or precision. .Pp The format characters and their meanings are: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Cm diouXx The .Ar argument |