diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-17 20:24:37 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-17 20:24:37 +0000 |
commit | e66da61d76697634a25c21305ff905e875111aa5 (patch) | |
tree | b413a712a4e886b06cf7342d92e146cad2b7c2ff /usr.bin/telnet/telnet.1 | |
parent | a955402139ba46da5c8d7fd2cbf441b6fbfbe56b (diff) |
More consistent introduction to options.
Diffstat (limited to 'usr.bin/telnet/telnet.1')
-rw-r--r-- | usr.bin/telnet/telnet.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index 2b8499adff6..21eb941c68a 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: telnet.1,v 1.18 1999/09/23 04:12:09 alex Exp $ +.\" $OpenBSD: telnet.1,v 1.19 1999/10/17 20:24:35 aaron Exp $ .\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -85,7 +85,7 @@ If it is invoked with arguments, it performs an .Ic open command with those arguments. .Pp -Options: +The options are as follows: .Bl -tag -width indent .It Fl 8 Specifies an 8-bit data path. This causes an attempt to |