diff options
author | 2020-01-16 16:46:46 +0000 | |
---|---|---|
committer | 2020-01-16 16:46:46 +0000 | |
commit | 2a110ee1f1a6c6b0c843075b9efb482dc1fd133c (patch) | |
tree | 9c22b4e943f09bb367b7dd092ba80dd3e1525d17 /usr.bin/printf/printf.1 | |
parent | Introduce wakeup_proc() a function to un-SSTOP/SSLEEP a thread. (diff) | |
download | wireguard-openbsd-2a110ee1f1a6c6b0c843075b9efb482dc1fd133c.tar.xz wireguard-openbsd-2a110ee1f1a6c6b0c843075b9efb482dc1fd133c.zip |
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 |