diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2009-04-23 08:11:48 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2009-04-23 08:11:48 +0000 |
| commit | 8fcffe2145bce9b7a15873e1a794768f232f3ada (patch) | |
| tree | 6eb16283984436d4b01c44c87937b0d2850334ec | |
| parent | 6e5c51726931eddd792dceab87181be6acbcfabd (diff) | |
MFC r190822
Move an "end list" macro to the right place.
Approved by: re (kensmith)
Notes
svn path=/releng/7.2/; revision=191413
| -rw-r--r-- | share/man/man4/wpi.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/wpi.4 b/share/man/man4/wpi.4 index bc6e7964942e..99a53a7bc593 100644 --- a/share/man/man4/wpi.4 +++ b/share/man/man4/wpi.4 @@ -126,6 +126,7 @@ unload/reload the driver to continue. .It "wpi%d: Radio transmitter is switched off" The hardware switch controlling the radio is currently turned off. Data transmission is not possible in this state. +.El .Sh BUGS Not all the error messages are documented here. .Pp @@ -133,7 +134,6 @@ Automatic recovery of firmware failures is not currently supported, nor is detection of toggling the radio switch on. .Pp Background scanning is not currently supported. -.El .Sh SEE ALSO .Xr altq 4 , .Xr ipw 4 , |
