diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-23 21:30:41 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-23 21:30:41 +0000 |
commit | 9360448f266342987218b969e2e26dd78333f98f (patch) | |
tree | 445db2ed7664d30f0020bf00a2373b888a43525d /usr.sbin/hostapd/hostapd.8 | |
parent | 6593cf99294576498471ff3990e619befa3b9a42 (diff) |
Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which,
in these cases, is useless anyway.
Found by and fixing the build with mandoc;
still fine with both old and new groff.
ok jmc@
Diffstat (limited to 'usr.sbin/hostapd/hostapd.8')
-rw-r--r-- | usr.sbin/hostapd/hostapd.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/hostapd/hostapd.8 b/usr.sbin/hostapd/hostapd.8 index d8420d6540f..eff656db221 100644 --- a/usr.sbin/hostapd/hostapd.8 +++ b/usr.sbin/hostapd/hostapd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostapd.8,v 1.14 2007/05/31 19:20:24 jmc Exp $ +.\" $OpenBSD: hostapd.8,v 1.15 2010/02/23 21:30:40 schwarze Exp $ .\" .\" Copyright (c) 2004, 2005 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: February 23 2010 $ .Dt HOSTAPD 8 .Os .Sh NAME @@ -23,9 +23,9 @@ .Sh SYNOPSIS .Nm hostapd .Op Fl dv -.Oo Xo -.Fl D Ar macro Ns = Ns Ar value Oc -.Xc +.Oo +.Fl D Ar macro Ns = Ns Ar value +.Oc .Op Fl f Ar file .Sh DESCRIPTION .Nm |