diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-02-01 10:48:59 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-02-01 10:48:59 +0000 |
commit | 956e9de2f5ab969e8ea69ebb76a32595001a3676 (patch) | |
tree | cd0976b5bfbe13732f11298fb8c9d89fa7310e30 /usr.sbin | |
parent | c7505ccc4bbeb05ca3ed3314b1f337d34648d8c3 (diff) |
"Ethernet" is a family of networking technologies developed at Xerox PARC,
not a generic name. we must use the right capitalization for this term.
ok jmc@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.conf.5 | 10 | ||||
-rw-r--r-- | usr.sbin/mrouted/mrouted.8 | 6 | ||||
-rw-r--r-- | usr.sbin/rbootd/rbootd.8 | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.conf.5 b/usr.sbin/dhcpd/dhcpd.conf.5 index f93e4e755ac..0db1a3f501a 100644 --- a/usr.sbin/dhcpd/dhcpd.conf.5 +++ b/usr.sbin/dhcpd/dhcpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcpd.conf.5,v 1.7 2007/12/23 21:54:35 jmc Exp $ +.\" $OpenBSD: dhcpd.conf.5,v 1.8 2009/02/01 10:48:57 sobrado Exp $ .\" .\" Copyright (c) 1995, 1996, 1997, 1998, 1998, 1999 .\" The Internet Software Consortium. All rights reserved. @@ -36,7 +36,7 @@ .\" see ``http://www.isc.org/isc''. To learn more about Vixie .\" Enterprises, see ``http://www.vix.com''. .\" -.Dd $Mdocdate: December 23 2007 $ +.Dd $Mdocdate: February 1 2009 $ .Dt DHCPD.CONF 5 .Os .Sh NAME @@ -110,9 +110,9 @@ dynamically allocated on that subnet. Some installations have physical networks on which more than one IP subnet operates. For example, if there is a site-wide requirement that 8-bit subnet masks -be used, but a department with a single physical ethernet network expands +be used, but a department with a single physical Ethernet network expands to the point where it has more than 254 nodes, it may be necessary to run -two 8-bit subnets on the same ethernet until such time as a new physical +two 8-bit subnets on the same Ethernet until such time as a new physical network can be added. In this case, the .Ic subnet @@ -221,7 +221,7 @@ option domain-name-servers ns1.isc.org, ns2.isc.org; As you can see in Example 2, it's legal to specify host addresses in parameters as domain names rather than as numeric IP addresses. If a given hostname resolves to more than one IP address (for example, if -that host has two ethernet interfaces), both addresses are supplied to +that host has two Ethernet interfaces), both addresses are supplied to the client. .Pp In Example 1, you can see that both the shared-network statement and diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8 index a8a57590eea..770230e94a6 100644 --- a/usr.sbin/mrouted/mrouted.8 +++ b/usr.sbin/mrouted/mrouted.8 @@ -1,11 +1,11 @@ -.\" $OpenBSD: mrouted.8,v 1.18 2007/05/31 19:20:26 jmc Exp $ +.\" $OpenBSD: mrouted.8,v 1.19 2009/02/01 10:48:57 sobrado Exp $ .\" The mrouted program is covered by the license in the accompanying file .\" named "LICENSE". Use of the mrouted program represents acceptance of .\" the terms and conditions listed in that file. .\" .\" The mrouted program is COPYRIGHT 1989 by The Board of Trustees of .\" Leland Stanford Junior University. -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: February 1 2009 $ .Dt MROUTED 8 .Os .Sh NAME @@ -295,7 +295,7 @@ phyint atm0 disable # # This is an internal tunnel to another EE subnet. # Remove the default tunnel rate limit, since this -# tunnel is over ethernets. +# tunnel is over Ethernets. tunnel 192.168.5.4 192.168.55.101 metric 1 threshold 1 rate_limit 0 # diff --git a/usr.sbin/rbootd/rbootd.8 b/usr.sbin/rbootd/rbootd.8 index 9f794457003..dd28c8844ee 100644 --- a/usr.sbin/rbootd/rbootd.8 +++ b/usr.sbin/rbootd/rbootd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rbootd.8,v 1.10 2007/05/31 19:20:28 jmc Exp $ +.\" $OpenBSD: rbootd.8,v 1.11 2009/02/01 10:48:58 sobrado Exp $ .\" $NetBSD: rbootd.8,v 1.3 1995/08/21 17:05:16 thorpej Exp $ .\" .\" Copyright (c) 1988, 1992 The University of Utah and the Center @@ -41,7 +41,7 @@ .\" Utah Hdr: rbootd.man 3.1 92/07/06 .\" Author: Jeff Forys, University of Utah CSS .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: February 1 2009 $ .Dt RBOOTD 8 .Os .Sh NAME @@ -104,7 +104,7 @@ A pound sign causes the remainder of a line to be ignored. Here is a sample configuration file: .Bl -column 08:00:09:0:66:ad SYSHPBSD,SYSHPUX "# vandy (anything)" .It # -.It # ethernet addr boot file(s) comments +.It # Ethernet addr boot file(s) comments .It # .It 08:00:09:0:66:ad SYSHPBSD # snake (4.3BSD) .It 08:00:09:0:59:5b # vandy (anything) |