summaryrefslogtreecommitdiff
path: root/sbin/brconfig
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2009-01-31 19:37:13 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2009-01-31 19:37:13 +0000
commit31021fa57292611855586f31b365cc2eb2d6439c (patch)
tree4495657e95ec9c1f488646b3d3ff26ed52d14cfa /sbin/brconfig
parenta96f8f54b2a6a2393d3a78fbd0dfd8ce7765ca0e (diff)
write point-to-point in a consistent way.
jmc@ has provided a complete list of manual pages to be fixed, and suggested using uppercase (i.e., Point-to-Point) when discussing the protocol, and lowercase (point-to-point) otherwise. ok jmc@
Diffstat (limited to 'sbin/brconfig')
-rw-r--r--sbin/brconfig/brconfig.812
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8
index 57798d84bb6..f2d6a37143d 100644
--- a/sbin/brconfig/brconfig.8
+++ b/sbin/brconfig/brconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: brconfig.8,v 1.69 2007/05/31 19:19:43 jmc Exp $
+.\" $OpenBSD: brconfig.8,v 1.70 2009/01/31 19:37:12 sobrado Exp $
.\"
.\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 31 2009 $
.Dt BRCONFIG 8
.Os
.Sh NAME
@@ -101,12 +101,12 @@ This is the default for interfaces added to the bridge.
Disable automatic spanning tree edge port detection on
.Ar interface .
.It Cm autoptp Ar interface
-Automatically detect the point to point status on
+Automatically detect the point-to-point status on
.Ar interface
by checking the full duplex link status.
This is the default for interfaces added to the bridge.
.It Cm -autoptp Ar interface
-Disable automatic point to point link detection on
+Disable automatic point-to-point link detection on
.Ar interface .
.It Cm blocknonip Ar interface
Mark
@@ -278,13 +278,13 @@ to force operation in Spanning Tree (STP) mode with rapid transitions disabled.
.It Cm ptp Ar interface
Set
.Ar interface
-as a point to point link.
+as a point-to-point link.
This is required for straight transitions to forwarding and
should be enabled for a full duplex link or a
.Xr trunk 4
with at least two physical links to the same network segment.
.It Cm -ptp Ar interface
-Disable point to point link status on
+Disable point-to-point link status on
.Ar interface .
This should be disabled for a half duplex link and for an interface
connected to a shared network segment,