Module Name: src
Committed By: sevan
Date: Tue Apr 9 18:21:15 UTC 2019
Modified Files:
src/usr.sbin/altq/altqstat: altqstat.1
Log Message:
New sentence, new line
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/altq/altqstat/altqstat.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/altq/altqstat/altqstat.1
diff -u src/usr.sbin/altq/altqstat/altqstat.1:1.6 src/usr.sbin/altq/altqstat/altqstat.1:1.7
--- src/usr.sbin/altq/altqstat/altqstat.1:1.6 Sat Jan 19 03:05:35 2002
+++ src/usr.sbin/altq/altqstat/altqstat.1 Tue Apr 9 18:21:15 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: altqstat.1,v 1.6 2002/01/19 03:05:35 wiz Exp $
+.\" $NetBSD: altqstat.1,v 1.7 2019/04/09 18:21:15 sevan Exp $
.\" $KAME: altqstat.1,v 1.6 2001/08/22 08:50:49 itojun Exp $
.\"
.\" Copyright (C) 2000
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd December 24, 1999
+.Dd April 9, 2019
.Dt ALTQSTAT 1
.Os
.Sh NAME
@@ -41,8 +41,8 @@
.Sh DESCRIPTION
The
.Nm altqstat
-command displays the status of a queueing discipline. The contents
-displayed by
+command displays the status of a queueing discipline.
+The contents displayed by
.Nm
is specific to each queueing discipline.
.Pp
@@ -51,7 +51,8 @@ The options are as follows:
.It Fl e
Echo communication with
.Xr altqd 8
-to standard output. This option is for debugging.
+to standard output.
+This option is for debugging.
.It Fl n
Disable communication with
.Xr altqd 8 .
@@ -69,24 +70,27 @@ List all interfaces, classes and filters
.Nm
exits after displaying
.Ar count
-times. If no repeat
+times.
+If no repeat
.Ar count
is specified, the default is infinity.
.It Fl w Ar wait
Pause
.Ar wait
-seconds between each display. If no repeat
+seconds between each display.
+If no repeat
.Ar wait
interval is specified, the default is 5 seconds.
.It Fl i Ar interface
-Show information about the specified interface. If no
+Show information about the specified interface.
+If no
.Ar interface
is specified, the default interface is the first interface returned
from
.Xr altqd 8 .
.It Fl I Ar input_interface
-Show information about the specified input interface. This option is
-used to specify
+Show information about the specified input interface.
+This option is used to specify
.Em traffic conditioner
at an input interface.
.El