summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2006-07-25 07:04:56 +0000
committerDamien Miller <djm@cvs.openbsd.org>2006-07-25 07:04:56 +0000
commit09204cf6a6b4d9393234e581de038856f9900313 (patch)
tree12eb52970d3356647f89754dcb7608d598df5047 /sbin
parenta882fc46ec12858811e83fd27f614f67a141751d (diff)
-a flag is now optional; prompted by steven@
Diffstat (limited to 'sbin')
-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 034d3de7c54..2d9f1e3cb09 100644
--- a/sbin/brconfig/brconfig.8
+++ b/sbin/brconfig/brconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: brconfig.8,v 1.56 2006/05/28 08:06:55 jmc Exp $
+.\" $OpenBSD: brconfig.8,v 1.57 2006/07/25 07:04:55 djm Exp $
.\"
.\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -32,7 +32,7 @@
.Nd manipulate bridge interfaces
.Sh SYNOPSIS
.Nm
-.Fl a
+.Op Fl a
.Nm
.Ar bridge-name
.Op Ar parameters
@@ -59,11 +59,11 @@ segment and to provide a transparent filter for
.Xr ip 4
datagrams.
.Pp
-In the first synopsis, the
-.Fl a
-flag will cause
+In the first synopsis, invoking
.Nm
-to list the status of all bridges in the system.
+with no arguments, or with the
+.Fl a
+flag will list the status of all bridges in the system.
In the second, its command line consists
of the name of a bridge and a set of operations to be
performed on that bridge.