diff options
author | 2005-10-15 08:18:32 +0000 | |
---|---|---|
committer | 2005-10-15 08:18:32 +0000 | |
commit | a93fe327aa15c7f7a850b562f4ee8062b8e8ad0c (patch) | |
tree | 86424908ac2a714abb7b378407d85ccd5588b1c9 | |
parent | sort PCI ids (diff) | |
download | wireguard-openbsd-a93fe327aa15c7f7a850b562f4ee8062b8e8ad0c.tar.xz wireguard-openbsd-a93fe327aa15c7f7a850b562f4ee8062b8e8ad0c.zip |
use some -ohang list types, for purely cosmetic reasons;
ok reyk@
-rw-r--r-- | usr.sbin/hostapd/hostapd.conf.5 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/usr.sbin/hostapd/hostapd.conf.5 b/usr.sbin/hostapd/hostapd.conf.5 index 267b9df345a..ffdc8ec5105 100644 --- a/usr.sbin/hostapd/hostapd.conf.5 +++ b/usr.sbin/hostapd/hostapd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostapd.conf.5,v 1.16 2005/10/05 16:09:55 reyk Exp $ +.\" $OpenBSD: hostapd.conf.5,v 1.17 2005/10/15 08:18:32 jmc Exp $ .\" .\" Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> .\" @@ -442,8 +442,7 @@ in the frame body, but currently only the and .Ic disassoc reason codes are supported: -.Pp -.Bl -tag -width Ds -compact +.Bl -ohang -offset 3n .It Ic subtype beacon A beacon frame. Wireless access points and devices running in @@ -485,8 +484,7 @@ defines a descriptive reason for the actual or .Em disassociation of a station: -.Pp -.Bl -tag -width Ds -compact +.Bl -ohang -offset 3n .It Ic reason assoc expire Disassociated due to inactivity. .It Ic reason assoc leave @@ -521,8 +519,7 @@ Unspecified reason. The direction a frame is being transmitted .Pq Ar framedir can be specified in the following ways: -.Pp -.Bl -tag -width Ds -compact +.Bl -ohang -offset 3n .It Ic dir no ds No distribution system direction is used for management frames. .It Ic dir to ds |