summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2020-01-16 16:46:48 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2020-01-16 16:46:48 +0000
commit2137f021ce4d050c8dc2f48748e758d68a4d849f (patch)
treec89172fc0353528fbba8c1b4db87eb6933ab806e /usr.bin
parent0e38403ae25a24c0ab23729a9a41212c8f101f76 (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')
-rw-r--r--usr.bin/ftp/ftp.19
-rw-r--r--usr.bin/hexdump/hexdump.16
-rw-r--r--usr.bin/hexdump/od.16
-rw-r--r--usr.bin/printf/printf.16
-rw-r--r--usr.bin/sort/sort.16
-rw-r--r--usr.bin/systat/systat.18
-rw-r--r--usr.bin/telnet/telnet.112
7 files changed, 26 insertions, 27 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1
index 588f5ead8c3..48cf4362775 100644
--- a/usr.bin/ftp/ftp.1
+++ b/usr.bin/ftp/ftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftp.1,v 1.117 2019/10/23 18:07:55 jmc Exp $
+.\" $OpenBSD: ftp.1,v 1.118 2020/01/16 16:46:47 schwarze Exp $
.\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $
.\"
.\" Copyright (c) 1985, 1989, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)ftp.1 8.3 (Berkeley) 10/9/94
.\"
-.Dd $Mdocdate: October 23 2019 $
+.Dd $Mdocdate: January 16 2020 $
.Dt FTP 1
.Os
.Sh NAME
@@ -328,7 +328,7 @@ is provided to the user.
The following commands are recognized
by
.Nm :
-.Bl -tag -width Fl
+.Bl -tag -width Ds
.It Ic \&! Oo Ar command
.Op Ar arg ...
.Oc
@@ -369,8 +369,7 @@ and
.It Ic ascii
Set the file transfer
.Ic type
-to network
-.Tn ASCII .
+to network ASCII.
.It Ic bell Op Ic on | off
Arrange that a bell be sounded after each file transfer
command is completed.
diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1
index f2f0bb4be06..acaa32bdb23 100644
--- a/usr.bin/hexdump/hexdump.1
+++ b/usr.bin/hexdump/hexdump.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hexdump.1,v 1.26 2015/09/12 11:59:38 schwarze Exp $
+.\" $OpenBSD: hexdump.1,v 1.27 2020/01/16 16:46:47 schwarze Exp $
.\" $NetBSD: hexdump.1,v 1.14 2001/12/07 14:46:24 bjh21 Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)hexdump.1 8.2 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: September 12 2015 $
+.Dd $Mdocdate: January 16 2020 $
.Dt HEXDUMP 1
.Os
.Sh NAME
@@ -237,7 +237,7 @@ described in the C standard are supported:
.Pp
.Nm
also supports the following additional conversion strings:
-.Bl -tag -width Fl
+.Bl -tag -width _A[dox]
.It Cm \&_a Ns Op Cm dox
Display the input offset, cumulative across input files, of the
next byte to be displayed.
diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1
index dce74fc0cca..c7a11d97ffe 100644
--- a/usr.bin/hexdump/od.1
+++ b/usr.bin/hexdump/od.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: od.1,v 1.31 2015/09/16 08:47:26 schwarze Exp $
+.\" $OpenBSD: od.1,v 1.32 2020/01/16 16:46:47 schwarze Exp $
.\" $NetBSD: od.1,v 1.16 2001/12/07 01:23:42 bjh21 Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"/
-.Dd $Mdocdate: September 16 2015 $
+.Dd $Mdocdate: January 16 2020 $
.Dt OD 1
.Os
.Sh NAME
@@ -49,7 +49,7 @@ utility is a filter which displays the specified files, or standard
input if no files are specified, in a user specified format.
.Pp
The options are as follows:
-.Bl -tag -width Fl
+.Bl -tag -width Ds
.It Fl A Ar base
Specify the input address base.
The argument
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
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1
index 911d7c8e9ff..1e0646fbfe6 100644
--- a/usr.bin/sort/sort.1
+++ b/usr.bin/sort/sort.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sort.1,v 1.62 2019/09/06 19:25:08 schwarze Exp $
+.\" $OpenBSD: sort.1,v 1.63 2020/01/16 16:46:47 schwarze Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)sort.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: September 6 2019 $
+.Dd $Mdocdate: January 16 2020 $
.Dt SORT 1
.Os
.Sh NAME
@@ -495,7 +495,7 @@ which has no
.Fl k
equivalent.
.Sh ENVIRONMENT
-.Bl -tag -width Fl
+.Bl -tag -width Ds
.It Ev TMPDIR
Path to the directory in which temporary files will be stored.
Note that
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1
index 75a8648e017..9829474a21b 100644
--- a/usr.bin/systat/systat.1
+++ b/usr.bin/systat/systat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: systat.1,v 1.113 2020/01/12 20:51:08 martijn Exp $
+.\" $OpenBSD: systat.1,v 1.114 2020/01/16 16:46:47 schwarze Exp $
.\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $
.\"
.\" Copyright (c) 1985, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)systat.1 8.2 (Berkeley) 12/30/93
.\"
-.Dd $Mdocdate: January 12 2020 $
+.Dd $Mdocdate: January 16 2020 $
.Dt SYSTAT 1
.Os
.Sh NAME
@@ -168,7 +168,7 @@ The default interval is 5 seconds.
Certain characters cause immediate action by
.Nm .
These are:
-.Bl -tag -width Fl
+.Bl -tag -width Ds
.It Ic \&:
Move the cursor to the command line and interpret the input
line typed as a command.
@@ -219,7 +219,7 @@ Suspend
The following commands are interpreted by the
.Dq global
command interpreter.
-.Bl -tag -width Fl
+.Bl -tag -width Ds
.It Ic help
Print the names of the available views on the command line.
.It Ic human
diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1
index 910ea79b3a1..b745ffabacd 100644
--- a/usr.bin/telnet/telnet.1
+++ b/usr.bin/telnet/telnet.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: telnet.1,v 1.63 2018/03/16 16:58:26 schwarze Exp $
+.\" $OpenBSD: telnet.1,v 1.64 2020/01/16 16:46:47 schwarze Exp $
.\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)telnet.1 8.4 (Berkeley) 2/3/94
.\"
-.Dd $Mdocdate: March 16 2018 $
+.Dd $Mdocdate: January 16 2020 $
.Dt TELNET 1
.Os
.Sh NAME
@@ -347,7 +347,7 @@ options are used.
Valid arguments for the
.Ic environ
command are:
-.Bl -tag -width Fl
+.Bl -tag -width Ds
.It Ic define Ar variable value
Define the variable
.Ar variable
@@ -522,7 +522,7 @@ An end-of-file (in command mode) will also close a session and exit.
Sends one or more special character sequences to the remote host.
The following are the arguments which may be specified
(more than one argument may be specified at a time):
-.Bl -tag -width escape
+.Bl -tag -width Ds
.It Ic abort
Sends the
.Dv TELNET ABORT
@@ -711,7 +711,7 @@ the
and
.Ic unset
commands.
-.Bl -tag -width escape
+.Bl -tag -width Ds
.It Ic ayt
If TELNET is in
.Ic localchars
@@ -1027,7 +1027,7 @@ or line editing characters (like
and
.Ic kill ) .
By default, the local special characters are exported.
-.Bl -tag -width Fl
+.Bl -tag -width Ds
.It Ic check
Verify the current settings for the current special characters.
The remote side is requested to send all the current special