diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-01-31 20:00:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-01-31 20:00:09 +0000 |
commit | 61698e74d867e8af2db634f65aea385cce4c106b (patch) | |
tree | b0d0f4919b790600c82dc3e1b9d0c8af43986c19 | |
parent | 91e6efdd92c09430e6c51363c02760d7727d8773 (diff) |
use a hyphen for "interface-specific" as a compound term. this is
not a hard and fast rule (actually it's a form i abuse) but
hostname.if.5 currently uses two conflicting forms and this keeps
it consistent;
-rw-r--r-- | share/man/man5/hostname.if.5 | 6 | ||||
-rw-r--r-- | usr.sbin/dvmrpd/dvmrpd.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/ospf6d/ospf6d.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/ospfd/ospfd.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/ripd/ripd.conf.5 | 8 |
5 files changed, 19 insertions, 19 deletions
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5 index 4592dc17e4c..48c3dcc1a95 100644 --- a/share/man/man5/hostname.if.5 +++ b/share/man/man5/hostname.if.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostname.if.5,v 1.51 2008/01/03 11:16:45 jmc Exp $ +.\" $OpenBSD: hostname.if.5,v 1.52 2008/01/31 20:00:08 jmc Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)hosts.5 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: January 3 2008 $ +.Dd $Mdocdate: January 31 2008 $ .Dt HOSTNAME.IF 5 .Os .Sh NAME @@ -185,7 +185,7 @@ Comments are allowed. Anything following a comment character is treated as a comment. .It Li \&! Ns Ar command-line Arbitrary shell commands can be executed using this directive. -Useful for doing interface specific configuration such as +Useful for doing interface-specific configuration such as setting up custom routes using .Xr route 8 or establishing tunnels using diff --git a/usr.sbin/dvmrpd/dvmrpd.conf.5 b/usr.sbin/dvmrpd/dvmrpd.conf.5 index 22668416f36..a357f559cb5 100644 --- a/usr.sbin/dvmrpd/dvmrpd.conf.5 +++ b/usr.sbin/dvmrpd/dvmrpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dvmrpd.conf.5,v 1.5 2007/05/31 19:20:23 jmc Exp $ +.\" $OpenBSD: dvmrpd.conf.5,v 1.6 2008/01/31 20:00:08 jmc Exp $ .\" .\" Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org> .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -17,7 +17,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: May 31 2007 $ +.Dd $Mdocdate: January 31 2008 $ .Dt DVMRPD.CONF 5 .Os .Sh NAME @@ -84,7 +84,7 @@ The default is .El .Sh GROUPS Groups can be used to easily configure similar interfaces. -All interface specific parameters can +All interface-specific parameters can be configured per group, overruling the global settings. .Bl -tag -width Ds .It Ic group @@ -106,7 +106,7 @@ interface em0 { } .Ed .Pp -Interface specific parameters are listed below. +Interface-specific parameters are listed below. .Bl -tag -width Ds .It Ic igmp-version Ar number Do not use a newer version than specified. diff --git a/usr.sbin/ospf6d/ospf6d.conf.5 b/usr.sbin/ospf6d/ospf6d.conf.5 index 5404d7f9312..32da20cc181 100644 --- a/usr.sbin/ospf6d/ospf6d.conf.5 +++ b/usr.sbin/ospf6d/ospf6d.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospf6d.conf.5,v 1.1 2007/10/08 10:44:50 norby Exp $ +.\" $OpenBSD: ospf6d.conf.5,v 1.2 2008/01/31 20:00:08 jmc Exp $ .\" .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -17,7 +17,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 8 2007 $ +.Dd $Mdocdate: January 31 2008 $ .Dt OSPF6D.CONF 5 .Os .Sh NAME @@ -205,7 +205,7 @@ is set to a value different to 1 or if the FIB is not coupled. .El .Sh AREAS Areas are used for grouping interfaces. -All interface specific parameters can +All interface-specific parameters can be configured per area, overruling the global settings. .Bl -tag -width Ds .It Ic area Ar address @@ -255,7 +255,7 @@ interface em0 { interface fxp0:192.168.1.3 .Ed .Pp -Interface specific parameters are listed below. +Interface-specific parameters are listed below. .Bl -tag -width Ds .It Ic demote Ar group Increase the diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5 index 635f87937f2..c395c579693 100644 --- a/usr.sbin/ospfd/ospfd.conf.5 +++ b/usr.sbin/ospfd/ospfd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospfd.conf.5,v 1.28 2007/06/19 16:45:15 reyk Exp $ +.\" $OpenBSD: ospfd.conf.5,v 1.29 2008/01/31 20:00:08 jmc Exp $ .\" .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -17,7 +17,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: June 19 2007 $ +.Dd $Mdocdate: January 31 2008 $ .Dt OSPFD.CONF 5 .Os .Sh NAME @@ -205,7 +205,7 @@ is set to a value different to 1 or if the FIB is not coupled. .El .Sh AREAS Areas are used for grouping interfaces. -All interface specific parameters can +All interface-specific parameters can be configured per area, overruling the global settings. .Bl -tag -width Ds .It Ic area Ar address @@ -257,7 +257,7 @@ interface em0 { interface fxp0:192.168.1.3 .Ed .Pp -Interface specific parameters are listed below. +Interface-specific parameters are listed below. .Bl -tag -width Ds .It Ic auth-key Ar key Set the authentication key for diff --git a/usr.sbin/ripd/ripd.conf.5 b/usr.sbin/ripd/ripd.conf.5 index c2cfc4ffbcc..328fe0eea6c 100644 --- a/usr.sbin/ripd/ripd.conf.5 +++ b/usr.sbin/ripd/ripd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ripd.conf.5,v 1.6 2007/05/31 19:20:28 jmc Exp $ +.\" $OpenBSD: ripd.conf.5,v 1.7 2008/01/31 20:00:08 jmc Exp $ .\" .\" Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it> .\" Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org> @@ -18,7 +18,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: May 31 2007 $ +.Dd $Mdocdate: January 31 2008 $ .Dt RIPD.CONF 5 .Os .Sh NAME @@ -41,7 +41,7 @@ configuration file. Global settings for .Xr ripd 8 . .It Sy Interfaces Configuration -Interface specific parameters. +Interface-specific parameters. .El .Sh MACROS Much like @@ -153,7 +153,7 @@ interface em0 { } .Ed .Pp -Interface specific parameters are listed below. +Interface-specific parameters are listed below. .Bl -tag -width Ds .It Ic auth-key Ar key Set the authentication key for |