summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-07-30 21:53:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-07-30 21:53:53 +0000
commitf9a6f8728e3dac559c5485a3e56ff54a9e14bc03 (patch)
tree3631c76714dd03f59f5d72b9c30281dceac7aa4f /usr.sbin
parent96fe3d8fb50bfeceb11fa08557811c713d0413b7 (diff)
cleanup
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/altq/altqd/altqd.827
1 files changed, 14 insertions, 13 deletions
diff --git a/usr.sbin/altq/altqd/altqd.8 b/usr.sbin/altq/altqd/altqd.8
index 176b3dea3e8..196b992c5bc 100644
--- a/usr.sbin/altq/altqd/altqd.8
+++ b/usr.sbin/altq/altqd/altqd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: altqd.8,v 1.2 2001/07/25 10:44:33 kjc Exp $
+.\" $OpenBSD: altqd.8,v 1.3 2001/07/30 21:53:52 deraadt Exp $
.\" $KAME: altqd.8,v 1.5 2001/07/19 11:07:33 kjc Exp $
.\"
.\" Copyright (C) 2000
@@ -32,8 +32,8 @@
.Nd ALTQ daemon
.Sh SYNOPSIS
.Nm altqd
-.Op Fl f Ar conf_file
.Op Fl dvD
+.Op Fl f Ar conf_file
.Sh DESCRIPTION
.Nm
is a daemon program that reads a configuration file and then sets up
@@ -43,12 +43,12 @@ After configuring the ALTQ state,
will detach and become a daemon.
.Pp
The signal SIGINT or SIGTERM will shutdown
-.Nm
-, and the signal SIGHUP will restart
-.Nm .
+.Nm Ns ,
+and the signal SIGHUP will restart
+.Nm Ns .
.Pp
The following options are available:
-.Bl -tag -width Fl -offset indent
+.Bl -tag -width Fl
.It Fl f
Specify a configuration file to read instead of the default.
The default file is
@@ -76,16 +76,16 @@ setting up the ALTQ state.
Each command is a single line, starting with the command verb.
.Pp
The basic commands are as follows:
-.Bl -tag -width help -offset indent
-.It Cm help|?
+.Bl -tag -width help
+.It Cm help | ?
Display a complete list of commands and their syntax.
.It Cm quit
Exit.
.It Cm altq Ar reload
-reload the configuration file and reinitialize ALTQ.
-.It Cm altq Ar iface_name Op enable|disable
+Reload the configuration file and reinitialize ALTQ.
+.It Cm altq Ar interface Op enable|disable
Enables or disables ALTQ on the interface named
-.Em iface_name .
+.Em interface .
When
.Nm
enters the command mode, ALTQ is enabled on all the
@@ -93,7 +93,8 @@ interfaces listed in the configuration file.
.El
.Sh FILES
.Pa /etc/altq.conf ,
-.Pa /var/run/altqd.pid
+.Pa /var/run/altqd.pid ,
.Pa /var/run/altq_quip
.Sh SEE ALSO
-.Xr altq.conf 5
+.Xr altq.conf 5 ,
+.Xr altq 9