Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/slattach Sort options. Improve english in DIAGNOSTICS.



details:   https://anonhg.NetBSD.org/src/rev/7856a3a10348
branches:  trunk
changeset: 518778:7856a3a10348
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Dec 05 15:03:27 2001 +0000

description:
Sort options. Improve english in DIAGNOSTICS.
[Pointed at this file by augustss.]

diffstat:

 sbin/slattach/slattach.8 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r 5da0bd9c7e7c -r 7856a3a10348 sbin/slattach/slattach.8
--- a/sbin/slattach/slattach.8  Wed Dec 05 14:50:13 2001 +0000
+++ b/sbin/slattach/slattach.8  Wed Dec 05 15:03:27 2001 +0000
@@ -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 Hhlmn
+.Op Fl s Ar baudrate
 .Op Fl t Ar ldisc
-.Op Fl hHlmn
-.Op Fl s Ar baudrate
 .Ar ttyname
 .Sh DESCRIPTION
 .Nm
@@ -53,10 +53,10 @@
 The following operands are supported by
 .Nm "" :
 .Bl -tag -width Ar
+.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 H
-Turn on DTR/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 @@
 .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 \-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 ,



Home | Main Index | Thread Index | Old Index