Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/irdaattach Sort options. Use .Pp instead of empty l...



details:   https://anonhg.NetBSD.org/src/rev/6c1aca7545eb
branches:  trunk
changeset: 518769:6c1aca7545eb
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Dec 05 11:18:08 2001 +0000

description:
Sort options. Use .Pp instead of empty line. Improve English in DIAGNOSTICS.

diffstat:

 usr.sbin/irdaattach/irdaattach.8 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r 78eccc8a3d17 -r 6c1aca7545eb usr.sbin/irdaattach/irdaattach.8
--- a/usr.sbin/irdaattach/irdaattach.8  Wed Dec 05 11:08:53 2001 +0000
+++ b/usr.sbin/irdaattach/irdaattach.8  Wed Dec 05 11:18:08 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: irdaattach.8,v 1.2 2001/12/05 02:11:23 augustss Exp $
+.\"    $NetBSD: irdaattach.8,v 1.3 2001/12/05 11:18:08 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -43,7 +43,7 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl d Ar dongle
-.Op Fl fhHlmnp
+.Op Fl fHhlmnp
 .Ar ttyname
 .Sh DESCRIPTION
 .Nm
@@ -69,16 +69,16 @@
 .It girbil
 Greenwich GIrBIL
 .El
-
+.Pp
 The default is
 .Dv none .
 .It Fl f
 Print the name of the IrDA frame device that should be used to
 access the frames.
+.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).
@@ -104,8 +104,8 @@
 .Nm
 process.
 .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 daemon 3 ,



Home | Main Index | Thread Index | Old Index