summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2004-08-17 23:58:37 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2004-08-17 23:58:37 +0000
commitc7397fb8d3d084b99384cc1b238276ca11b45db8 (patch)
tree363cca502c939c3617cda59b6c455d56d7852236
parentfa3dc4d7c242a559f44b653b52960cef08a24356 (diff)
keep all "ifconfig <cloneable> create" examples the same
ok jmc
-rw-r--r--share/man/man4/faith.44
-rw-r--r--share/man/man4/gif.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/tun.44
-rw-r--r--share/man/man4/vlan.44
7 files changed, 14 insertions, 14 deletions
diff --git a/share/man/man4/faith.4 b/share/man/man4/faith.4
index 8ae4ed4817e..97e0365951e 100644
--- a/share/man/man4/faith.4
+++ b/share/man/man4/faith.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: faith.4,v 1.15 2004/07/26 09:20:14 jmc Exp $
+.\" $OpenBSD: faith.4,v 1.16 2004/08/17 23:58:36 jaredy Exp $
.\" $KAME: faith.4,v 1.10 2001/06/30 00:42:48 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -47,7 +47,7 @@ similar to
A
.Nm
interface can be created at runtime using the
-.Ic ifconfig faithN create
+.Ic ifconfig faith Ns Ar N Ic create
command or by setting up a
.Xr hostname.if 5
configuration file for
diff --git a/share/man/man4/gif.4 b/share/man/man4/gif.4
index ece0489fb4c..b5651ea0a8d 100644
--- a/share/man/man4/gif.4
+++ b/share/man/man4/gif.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gif.4,v 1.15 2004/07/16 21:54:53 jmc Exp $
+.\" $OpenBSD: gif.4,v 1.16 2004/08/17 23:58:36 jaredy Exp $
.\" $KAME: gif.4,v 1.15 2000/04/19 09:39:42 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -49,7 +49,7 @@ is mainly based on RFC 1933 IPv6-over-IPv4 configured tunnel.
A
.Nm
interface can be created at runtime using the
-.Ic ifconfig gifN create
+.Ic ifconfig gif Ns Ar N Ic create
command or by setting up a
.Xr hostname.if 5
configuration file for
diff --git a/share/man/man4/lo.4 b/share/man/man4/lo.4
index 37c43c6db0e..f1ad21f12e8 100644
--- a/share/man/man4/lo.4
+++ b/share/man/man4/lo.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lo.4,v 1.22 2004/07/26 09:20:14 jmc Exp $
+.\" $OpenBSD: lo.4,v 1.23 2004/08/17 23:58:36 jaredy Exp $
.\" $NetBSD: lo.4,v 1.3 1994/11/30 16:22:23 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -48,7 +48,7 @@ communication.
A
.Nm loop
interface can be created at runtime using the
-.Ic ifconfig loN create
+.Ic ifconfig lo Ns Ar N Ic create
command or by setting up a
.Xr hostname.if 5
configuration file for
diff --git a/share/man/man4/ppp.4 b/share/man/man4/ppp.4
index f0a89267d95..e74d7ddbe12 100644
--- a/share/man/man4/ppp.4
+++ b/share/man/man4/ppp.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ppp.4,v 1.7 2004/07/26 09:26:43 jmc Exp $
+.\" $OpenBSD: ppp.4,v 1.8 2004/08/17 23:58:36 jaredy Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -47,7 +47,7 @@ interface allows serial lines to be used as network interfaces using the
A
.Nm
interface can be created at runtime using the
-.Ic ifconfig pppN create
+.Ic ifconfig ppp Ns Ar N Ic create
command or by setting up a
.Xr hostname.if 5
configuration file for
diff --git a/share/man/man4/sl.4 b/share/man/man4/sl.4
index 75e28af2855..79cd0ae7e54 100644
--- a/share/man/man4/sl.4
+++ b/share/man/man4/sl.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sl.4,v 1.10 2004/07/26 09:26:43 jmc Exp $
+.\" $OpenBSD: sl.4,v 1.11 2004/08/17 23:58:36 jaredy Exp $
.\" $NetBSD: sl.4,v 1.1 1996/08/10 21:26:14 explorer Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -48,7 +48,7 @@ protocol.
An
.Nm
interface can be created at runtime using the
-.Ic ifconfig slN create
+.Ic ifconfig sl Ns Ar N Ic create
command or by setting up a
.Xr hostname.if 5
configuration file for
diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4
index 31f5b2e369d..e8452e3270d 100644
--- a/share/man/man4/tun.4
+++ b/share/man/man4/tun.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tun.4,v 1.31 2004/07/28 21:46:04 jmc Exp $
+.\" $OpenBSD: tun.4,v 1.32 2004/08/17 23:58:36 jaredy Exp $
.\"
.\" Copyright (c) 2003 Marcus D. Watts All rights reserved.
.\"
@@ -49,7 +49,7 @@ the kernel networking subsystem.
A
.Nm
interface can be created at runtime using the
-.Ic ifconfig tunN create
+.Ic ifconfig tun Ns Ar N Ic create
command or by opening the character special device
.Pa /dev/tunN .
.Pp
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4
index 9429ce12e84..0f7ba45ad09 100644
--- a/share/man/man4/vlan.4
+++ b/share/man/man4/vlan.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vlan.4,v 1.22 2004/08/12 18:43:08 mcbride Exp $
+.\" $OpenBSD: vlan.4,v 1.23 2004/08/17 23:58:36 jaredy Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -51,7 +51,7 @@ conjunction with IEEE 802.1Q-compliant Ethernet devices.
A
.Nm
interface can be created at runtime using the
-.Ic ifconfig vlanN create
+.Ic ifconfig vlan Ns Ar N Ic create
command or by setting up a
.Xr hostname.if 5
configuration file for