diff options
author | uqs <uqs@FreeBSD.org> | 2010-05-13 12:07:55 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-05-13 12:07:55 +0000 |
commit | 1ab3783e1a2e5231321a0fc5399736ddc70407f0 (patch) | |
tree | c699822393a0ad4134098c013ca4b4ea4e2f3108 /share/man/man4/wpi.4 | |
parent | 43b7e87f4317ace45532f012cea993a4d9d418f0 (diff) | |
download | FreeBSD-src-1ab3783e1a2e5231321a0fc5399736ddc70407f0.zip FreeBSD-src-1ab3783e1a2e5231321a0fc5399736ddc70407f0.tar.gz |
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the
bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.
Found by: mdocml lint run
Reviewed by: ru
Diffstat (limited to 'share/man/man4/wpi.4')
-rw-r--r-- | share/man/man4/wpi.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/wpi.4 b/share/man/man4/wpi.4 index 07e8816..9932ff4 100644 --- a/share/man/man4/wpi.4 +++ b/share/man/man4/wpi.4 @@ -117,10 +117,6 @@ unload/reload the driver to continue. 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 -Background scanning is not currently supported. .Sh SEE ALSO .Xr wpifw 4 , .Xr pci 4 , @@ -143,3 +139,7 @@ ported .Nm to .Fx . +.Sh BUGS +Not all the error messages are documented here. +.Pp +Background scanning is not currently supported. |