diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-02-11 04:22:28 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-02-11 04:22:28 +0000 |
commit | 56f4a9be75d0cfe0240ca998163cd540b34d537a (patch) | |
tree | 535ca7ba495e37bc183c3b7b4c4a8c810424a382 /sbin | |
parent | 0c93cc905433e920f2cb741dac6dd308c135a794 (diff) |
Use .An and Aq constructs
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/brconfig/brconfig.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8 index a75847100dc..ac63438f3e7 100644 --- a/sbin/brconfig/brconfig.8 +++ b/sbin/brconfig/brconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brconfig.8,v 1.5 2000/01/25 22:06:26 jason Exp $ +.\" $OpenBSD: brconfig.8,v 1.6 2000/02/11 04:22:27 jason Exp $ .\" .\" Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -243,9 +243,10 @@ The .Xr brconfig 8 command and the .Xr bridge 4 -kernel interface were written by Jason L. Wright <jason@thought.net> as -part of an undergraduate independent study -at the University of North Carolina at Greensboro. +kernel interface were written by +.An Jason L. Wright Aq jason@thought.net +as part of an undergraduate independent study at the +University of North Carolina at Greensboro. .Sh BUGS There are some rather special network interface chipsets which will not work in a bridge configuration. |