summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-05-09 19:03:05 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-05-09 19:03:05 +0000
commit6cc53c3bfbb9c328e024459f49f6784b000a6271 (patch)
tree47efdb4b9d6d489d0db1614d7cad3d9abface13f /share/man
parent9277f3a0e66fcd625952ff2aad52b5f82b93b90a (diff)
no need to specify a "count" argument: ifconfig(8) handles these
"on demand"; from jan niemann; ok deraadt
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/bridge.44
-rw-r--r--share/man/man4/carp.44
-rw-r--r--share/man/man4/gif.44
-rw-r--r--share/man/man4/gre.44
-rw-r--r--share/man/man4/lo.44
-rw-r--r--share/man/man4/ppp.44
-rw-r--r--share/man/man4/sl.44
-rw-r--r--share/man/man4/trunk.44
-rw-r--r--share/man/man4/tun.44
-rw-r--r--share/man/man4/vlan.44
10 files changed, 20 insertions, 20 deletions
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4
index 6c646a4d30c..a4e2afcd39f 100644
--- a/share/man/man4/bridge.4
+++ b/share/man/man4/bridge.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bridge.4,v 1.58 2004/08/11 16:55:43 jaredy Exp $
+.\" $OpenBSD: bridge.4,v 1.59 2006/05/09 19:03:04 jmc Exp $
.\"
.\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -31,7 +31,7 @@
.Nm bridge
.Nd Ethernet bridge interface
.Sh SYNOPSIS
-.Cd "pseudo-device bridge" Op Ar count
+.Cd "pseudo-device bridge"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/carp.4 b/share/man/man4/carp.4
index 554cac4630a..784fb38ab31 100644
--- a/share/man/man4/carp.4
+++ b/share/man/man4/carp.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: carp.4,v 1.19 2005/08/09 09:52:12 jmc Exp $
+.\" $OpenBSD: carp.4,v 1.20 2006/05/09 19:03:04 jmc Exp $
.\"
.\" Copyright (c) 2003, Ryan McBride. All rights reserved.
.\"
@@ -30,7 +30,7 @@
.Nm carp
.Nd Common Address Redundancy Protocol
.Sh SYNOPSIS
-.Cd "pseudo-device carp" Op Ar count
+.Cd "pseudo-device carp"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/gif.4 b/share/man/man4/gif.4
index b5651ea0a8d..005de3f60e5 100644
--- a/share/man/man4/gif.4
+++ b/share/man/man4/gif.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gif.4,v 1.16 2004/08/17 23:58:36 jaredy Exp $
+.\" $OpenBSD: gif.4,v 1.17 2006/05/09 19:03:04 jmc Exp $
.\" $KAME: gif.4,v 1.15 2000/04/19 09:39:42 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -35,7 +35,7 @@
.Nm gif
.Nd generic tunnel interface
.Sh SYNOPSIS
-.Cd "pseudo-device gif" Op Ar count
+.Cd "pseudo-device gif"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4
index 0a4200c630d..783a49a8100 100644
--- a/share/man/man4/gre.4
+++ b/share/man/man4/gre.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gre.4,v 1.26 2004/08/16 03:37:47 jaredy Exp $
+.\" $OpenBSD: gre.4,v 1.27 2006/05/09 19:03:04 jmc Exp $
.\" $NetBSD: gre.4,v 1.10 1999/12/22 14:55:49 kleink Exp $
.\"
.\" Copyright 1998 (c) The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
.Nm gre
.Nd encapsulating network device
.Sh SYNOPSIS
-.Cd "pseudo-device gre" Op Ar count
+.Cd "pseudo-device gre"
.Sh NOTE
.Tn GRE ,
.Tn WCCPv1 ,
diff --git a/share/man/man4/lo.4 b/share/man/man4/lo.4
index 48d1f768072..7b3bf45f9d5 100644
--- a/share/man/man4/lo.4
+++ b/share/man/man4/lo.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lo.4,v 1.24 2005/06/09 08:40:49 jmc Exp $
+.\" $OpenBSD: lo.4,v 1.25 2006/05/09 19:03:04 jmc Exp $
.\" $NetBSD: lo.4,v 1.3 1994/11/30 16:22:23 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -37,7 +37,7 @@
.Nm lo
.Nd software loopback network interface
.Sh SYNOPSIS
-.Cd "pseudo-device loop" Op Ar count
+.Cd "pseudo-device loop"
.Sh DESCRIPTION
The
.Nm loop
diff --git a/share/man/man4/ppp.4 b/share/man/man4/ppp.4
index 5cb77d2625d..b9aec48d2d3 100644
--- a/share/man/man4/ppp.4
+++ b/share/man/man4/ppp.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ppp.4,v 1.9 2004/11/19 10:19:14 jmc Exp $
+.\" $OpenBSD: ppp.4,v 1.10 2006/05/09 19:03:04 jmc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -36,7 +36,7 @@
.Nm ppp
.Nd point to point protocol network interface
.Sh SYNOPSIS
-.Cd "pseudo-device ppp" Op Ar count
+.Cd "pseudo-device ppp"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/sl.4 b/share/man/man4/sl.4
index 79cd0ae7e54..73e97e7e05a 100644
--- a/share/man/man4/sl.4
+++ b/share/man/man4/sl.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sl.4,v 1.11 2004/08/17 23:58:36 jaredy Exp $
+.\" $OpenBSD: sl.4,v 1.12 2006/05/09 19:03:04 jmc Exp $
.\" $NetBSD: sl.4,v 1.1 1996/08/10 21:26:14 explorer Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -37,7 +37,7 @@
.Nm sl
.Nd slip network interface
.Sh SYNOPSIS
-.Cd "pseudo-device sl" Op Ar count
+.Cd "pseudo-device sl"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/trunk.4 b/share/man/man4/trunk.4
index 774cedc7804..67d602316e3 100644
--- a/share/man/man4/trunk.4
+++ b/share/man/man4/trunk.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: trunk.4,v 1.10 2005/12/18 18:00:44 reyk Exp $
+.\" $OpenBSD: trunk.4,v 1.11 2006/05/09 19:03:04 jmc Exp $
.\"
.\" Copyright (c) 2005 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -21,7 +21,7 @@
.Nm trunk
.Nd link aggregation and link failover interface
.Sh SYNOPSIS
-.Cd "pseudo-device trunk" Op Ar count
+.Cd "pseudo-device trunk"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4
index 6ed4d8da9a0..7f01e8f2267 100644
--- a/share/man/man4/tun.4
+++ b/share/man/man4/tun.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tun.4,v 1.33 2004/09/02 12:55:22 jaredy Exp $
+.\" $OpenBSD: tun.4,v 1.34 2006/05/09 19:03:04 jmc Exp $
.\"
.\" Copyright (c) 2003 Marcus D. Watts All rights reserved.
.\"
@@ -33,7 +33,7 @@
.Nm tun
.Nd network tunnel pseudo-device
.Sh SYNOPSIS
-.Cd "pseudo-device tun" Op Ar count
+.Cd "pseudo-device tun"
.Pp
.Fd #include <sys/types.h>
.Fd #include <net/if_tun.h>
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4
index d11b6d41575..436db525c38 100644
--- a/share/man/man4/vlan.4
+++ b/share/man/man4/vlan.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vlan.4,v 1.26 2006/01/11 23:08:51 jmc Exp $
+.\" $OpenBSD: vlan.4,v 1.27 2006/05/09 19:03:04 jmc Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -41,7 +41,7 @@
.Nm vlan
.Nd "IEEE 802.1Q encapsulation/decapsulation pseudo-device"
.Sh SYNOPSIS
-.Cd "pseudo-device vlan" Op Ar count
+.Cd "pseudo-device vlan"
.Sh DESCRIPTION
The
.Nm