summaryrefslogtreecommitdiff
path: root/sbin/slattach
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2001-12-05 15:03:27 +0000
committerwiz <wiz@NetBSD.org>2001-12-05 15:03:27 +0000
commitd318231f3d3107bbce3355da267a6642672dbfd8 (patch)
tree8ad7a94d1a7d81add991fd5083641bf3ce659ef6 /sbin/slattach
parent8c2cf4c7d88cf426e64d6dec2172d0ef752d70eb (diff)
Sort options. Improve english in DIAGNOSTICS.
[Pointed at this file by augustss.]
Diffstat (limited to 'sbin/slattach')
-rw-r--r--sbin/slattach/slattach.816
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8
index d2dbea70e4f..ffbb3059c0e 100644
--- a/sbin/slattach/slattach.8
+++ b/sbin/slattach/slattach.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: slattach.8,v 1.23 2001/06/05 11:22:53 wiz Exp $
+.\" $NetBSD: slattach.8,v 1.24 2001/12/05 15:03:27 wiz Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -42,9 +42,9 @@
.Nd attach serial lines as network interfaces
.Sh SYNOPSIS
.Nm
-.Op Fl t Ar ldisc
-.Op Fl hHlmn
+.Op Fl Hhlmn
.Op Fl s Ar baudrate
+.Op Fl t Ar ldisc
.Ar ttyname
.Sh DESCRIPTION
.Nm
@@ -53,10 +53,10 @@ and to define the network source and destination addresses.
The following operands are supported by
.Nm "" :
.Bl -tag -width Ar
-.It Fl h
-Turn on RTS/CTS flow control. By default, no flow control is done.
.It Fl H
Turn on DTR/CTS flow control. By default, no flow control is done.
+.It Fl h
+Turn on RTS/CTS flow control. By default, no flow control is done.
.It Fl l
Turn on the CLOCAL flag, making it possible to run SLIP on a cable
without modem control signals (e.g. DTR, DSR, DCD).
@@ -83,7 +83,7 @@ If this option is not specified, the default is
.Dq slip .
.It Ar ttyname
Specifies the name of the tty device.
-.Ar Ttyname
+.Ar ttyname
should be a string of the form
.Ql ttyXX ,
or
@@ -125,8 +125,8 @@ slattach ttyh8
slattach \-s 4800 /dev/tty01
.Ed
.Sh DIAGNOSTICS
-Messages indicating the specified interface does not exit, the
-requested address is unknown, the user is not privileged and
+Messages indicating that the specified interface does not exist, the
+requested address is unknown, or that the user is not privileged but
tried to alter an interface's configuration.
.Sh SEE ALSO
.Xr netstat 1 ,