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/telnet | |
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/telnet')
-rw-r--r-- | usr.bin/telnet/telnet.1 | 12 |
1 files changed, 6 insertions, 6 deletions
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 |