diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-12-05 19:55:35 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-12-05 19:55:35 +0000 |
commit | 8781564cdec86f46fe20942b78ed9b1a5ecabf70 (patch) | |
tree | 77806cd0d3ea47d02edb4cbd60d27464754aea44 /sbin/brconfig | |
parent | 6155c550768bf66ecbfa31f2d789b4dc69860581 (diff) |
document -a better
Diffstat (limited to 'sbin/brconfig')
-rw-r--r-- | sbin/brconfig/brconfig.8 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8 index 3391ae8e88b..c65940e0272 100644 --- a/sbin/brconfig/brconfig.8 +++ b/sbin/brconfig/brconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brconfig.8,v 1.28 2001/12/05 09:57:20 deraadt Exp $ +.\" $OpenBSD: brconfig.8,v 1.29 2001/12/05 19:55:34 jason Exp $ .\" .\" Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -63,8 +63,12 @@ segment and to provide a transparent filter for .Xr ip 4 datagrams. .Pp -In the first synopsis, the command -will list the status of all bridges in the system. +In the first synopsis, the +.Fl a +flag will cause +.Nm +to +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. |