summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2010-05-10 18:46:07 +0000
committersthen <sthen@openbsd.org>2010-05-10 18:46:07 +0000
commit07646b1e84fe841e798a9e09941a7995d1ab6229 (patch)
treecc0f5836e67ad469c894a4a6a832a2d5ab265184
parentSimplify wording about abbreviating commands. ok claudio (diff)
downloadwireguard-openbsd-07646b1e84fe841e798a9e09941a7995d1ab6229.tar.xz
wireguard-openbsd-07646b1e84fe841e798a9e09941a7995d1ab6229.zip
Mention that commands may be abbreviated. ok claudio@
-rw-r--r--usr.sbin/dvmrpctl/dvmrpctl.88
-rw-r--r--usr.sbin/ldpctl/ldpctl.88
-rw-r--r--usr.sbin/ospf6ctl/ospf6ctl.88
-rw-r--r--usr.sbin/ospfctl/ospfctl.88
-rw-r--r--usr.sbin/ripctl/ripctl.88
-rw-r--r--usr.sbin/snmpctl/snmpctl.88
6 files changed, 36 insertions, 12 deletions
diff --git a/usr.sbin/dvmrpctl/dvmrpctl.8 b/usr.sbin/dvmrpctl/dvmrpctl.8
index 73900b5ac63..76c094777b1 100644
--- a/usr.sbin/dvmrpctl/dvmrpctl.8
+++ b/usr.sbin/dvmrpctl/dvmrpctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dvmrpctl.8,v 1.8 2009/11/03 08:09:15 jmc Exp $
+.\" $OpenBSD: dvmrpctl.8,v 1.9 2010/05/10 18:46:07 sthen Exp $
.\"
.\" Copyright (c) 2004, 2005, 2006 Esben Norby <norby@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 3 2009 $
+.Dd $Mdocdate: May 10 2010 $
.Dt DVMRPCTL 8
.Os
.Sh NAME
@@ -30,6 +30,10 @@ The
program controls the
.Xr dvmrpd 8
daemon.
+Commands may be abbreviated to the minimum unambiguous prefix; for example,
+.Cm s s
+for
+.Cm show summary .
.Pp
The following commands are available:
.Bl -tag -width Ds
diff --git a/usr.sbin/ldpctl/ldpctl.8 b/usr.sbin/ldpctl/ldpctl.8
index eb17c7e0e11..99f4916d615 100644
--- a/usr.sbin/ldpctl/ldpctl.8
+++ b/usr.sbin/ldpctl/ldpctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ldpctl.8,v 1.4 2009/11/03 08:09:15 jmc Exp $
+.\" $OpenBSD: ldpctl.8,v 1.5 2010/05/10 18:46:07 sthen Exp $
.\"
.\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
.\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 3 2009 $
+.Dd $Mdocdate: May 10 2010 $
.Dt LDPCTL 8
.Os
.Sh NAME
@@ -31,6 +31,10 @@ The
program controls the
.Xr ldpd 8
daemon.
+Commands may be abbreviated to the minimum unambiguous prefix; for example,
+.Cm s i
+for
+.Cm show interfaces .
.Pp
The following commands are available:
.Bl -tag -width Ds
diff --git a/usr.sbin/ospf6ctl/ospf6ctl.8 b/usr.sbin/ospf6ctl/ospf6ctl.8
index 4741dee1a35..4600ae3e348 100644
--- a/usr.sbin/ospf6ctl/ospf6ctl.8
+++ b/usr.sbin/ospf6ctl/ospf6ctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ospf6ctl.8,v 1.6 2009/11/03 08:09:15 jmc Exp $
+.\" $OpenBSD: ospf6ctl.8,v 1.7 2010/05/10 18:46:07 sthen Exp $
.\"
.\" Copyright (c) 2004, 2005, 2007 Esben Norby <norby@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 3 2009 $
+.Dd $Mdocdate: May 10 2010 $
.Dt OSPF6CTL 8
.Os
.Sh NAME
@@ -30,6 +30,10 @@ The
program controls the
.Xr ospf6d 8
daemon.
+Commands may be abbreviated to the minimum unambiguous prefix; for example,
+.Cm s s
+for
+.Cm show summary .
.Pp
The following commands are available:
.Bl -tag -width Ds
diff --git a/usr.sbin/ospfctl/ospfctl.8 b/usr.sbin/ospfctl/ospfctl.8
index b2dc19d0e7f..90000928136 100644
--- a/usr.sbin/ospfctl/ospfctl.8
+++ b/usr.sbin/ospfctl/ospfctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ospfctl.8,v 1.25 2010/02/19 10:35:52 dlg Exp $
+.\" $OpenBSD: ospfctl.8,v 1.26 2010/05/10 18:46:07 sthen Exp $
.\"
.\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 19 2010 $
+.Dd $Mdocdate: May 10 2010 $
.Dt OSPFCTL 8
.Os
.Sh NAME
@@ -31,6 +31,10 @@ The
program controls the
.Xr ospfd 8
daemon.
+Commands may be abbreviated to the minimum unambiguous prefix; for example,
+.Cm s s
+for
+.Cm show summary .
.Pp
The following options are available:
.Bl -tag -width Ds
diff --git a/usr.sbin/ripctl/ripctl.8 b/usr.sbin/ripctl/ripctl.8
index 0327c4ede39..bc1045fca2e 100644
--- a/usr.sbin/ripctl/ripctl.8
+++ b/usr.sbin/ripctl/ripctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ripctl.8,v 1.9 2009/11/03 08:09:15 jmc Exp $
+.\" $OpenBSD: ripctl.8,v 1.10 2010/05/10 18:46:07 sthen Exp $
.\"
.\" Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
.\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 3 2009 $
+.Dd $Mdocdate: May 10 2010 $
.Dt RIPCTL 8
.Os
.Sh NAME
@@ -31,6 +31,10 @@ The
program controls the
.Xr ripd 8
daemon.
+Commands may be abbreviated to the minimum unambiguous prefix; for example,
+.Cm s n
+for
+.Cm show neighbor .
.Pp
The following commands are available:
.Bl -tag -width Ds
diff --git a/usr.sbin/snmpctl/snmpctl.8 b/usr.sbin/snmpctl/snmpctl.8
index 075c0ed6d7d..c9db5963841 100644
--- a/usr.sbin/snmpctl/snmpctl.8
+++ b/usr.sbin/snmpctl/snmpctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: snmpctl.8,v 1.11 2009/10/22 15:02:13 sobrado Exp $
+.\" $OpenBSD: snmpctl.8,v 1.12 2010/05/10 18:46:07 sthen Exp $
.\"
.\" Copyright (c) 2007, 2008 Reyk Floeter <reyk@vantronix.net>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 22 2009 $
+.Dd $Mdocdate: May 10 2010 $
.Dt SNMPCTL 8
.Os
.Sh NAME
@@ -32,6 +32,10 @@ The
program controls the
.Xr snmpd 8
daemon.
+Commands may be abbreviated to the minimum unambiguous prefix; for example,
+.Cm s m
+for
+.Cm show mib .
.Pp
The options are as follows:
.Bl -tag -width Ds