diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2021-05-03 11:58:52 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2021-05-03 11:58:52 +0000 |
commit | 8b119c0b86ab00aae017073bbed2b574cea3729b (patch) | |
tree | 7df8ee34083b756628be62692dc5052f1e0ac6a8 | |
parent | 009ef9b73ffa5d9c098f62a98e93817571651da4 (diff) |
fix typo from previous commit
-rw-r--r-- | share/man/man4/iwn.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/iwn.4 b/share/man/man4/iwn.4 index aa5c0563670..1e742430b01 100644 --- a/share/man/man4/iwn.4 +++ b/share/man/man4/iwn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwn.4,v 1.56 2021/05/03 11:58:06 stsp Exp $ +.\" $OpenBSD: iwn.4,v 1.57 2021/05/03 11:58:51 stsp Exp $ .\" .\" Copyright (c) 2007,2008 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -213,7 +213,7 @@ driver was written by .Sh CAVEATS 802.11n operation is currently limited to data rates MCS 0 to MCS 7. .Pp -Support for 802.11ns 40MHz channels is not yet implemented. +Support for 802.11n 40MHz channels is not yet implemented. Additional work is required in .Xr ieee80211 9 before this feature can be supported. |