diff options
author | 2015-03-02 15:33:24 +0000 | |
---|---|---|
committer | 2015-03-02 15:33:24 +0000 | |
commit | 8ea86ddcd833324173bfb5db84d0628a83bfff93 (patch) | |
tree | d159b45a255c3bb57357603b3f31ff206c746f37 | |
parent | Remove stray ')' from athn(4) "firmware command timed out" error message. (diff) | |
download | wireguard-openbsd-8ea86ddcd833324173bfb5db84d0628a83bfff93.tar.xz wireguard-openbsd-8ea86ddcd833324173bfb5db84d0628a83bfff93.zip |
Add BUGS section to athn(4) man page to warn about broken hostap with USB.
-rw-r--r-- | share/man/man4/athn.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/athn.4 b/share/man/man4/athn.4 index 64433da774a..394872db3ee 100644 --- a/share/man/man4/athn.4 +++ b/share/man/man4/athn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: athn.4,v 1.28 2015/02/06 23:46:30 sthen Exp $ +.\" $OpenBSD: athn.4,v 1.29 2015/03/02 15:33:24 stsp Exp $ .\" .\" Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr>. .\" @@ -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: February 6 2015 $ +.Dd $Mdocdate: March 2 2015 $ .Dt ATHN 4 .Os .Sh NAME @@ -249,3 +249,5 @@ the adapters. Additional work is required in .Xr ieee80211 9 before those features can be supported. +.Sh BUGS +Host AP mode does not work with USB devices. |