diff options
author | uqs <uqs@FreeBSD.org> | 2010-05-13 12:08:11 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-05-13 12:08:11 +0000 |
commit | 64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6 (patch) | |
tree | d8e521baa64fd8da59f9f26f29ea2bc2501ef0a2 /usr.sbin/bluetooth/btpand | |
parent | 1ab3783e1a2e5231321a0fc5399736ddc70407f0 (diff) | |
download | FreeBSD-src-64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6.zip FreeBSD-src-64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6.tar.gz |
mdoc: move remaining sections into consistent order
This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections.
Found by: mdocml lint run
Reviewed by: ru
Diffstat (limited to 'usr.sbin/bluetooth/btpand')
-rw-r--r-- | usr.sbin/bluetooth/btpand/btpand.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bluetooth/btpand/btpand.8 b/usr.sbin/bluetooth/btpand/btpand.8 index ece16c2..b9726bf 100644 --- a/usr.sbin/bluetooth/btpand/btpand.8 +++ b/usr.sbin/bluetooth/btpand/btpand.8 @@ -181,8 +181,6 @@ After has set up the client or server connection and opened the .Xr tap 4 interface, it will create a pid file and detach. -.Sh EXIT STATUS -.Ex -std .Sh FILES .Bl -tag -compact .It Pa /dev/tap @@ -190,6 +188,8 @@ interface, it will create a pid file and detach. .It Pa /var/run/sdp .It Pa /var/run/tap Ns Em N Ns No .pid .El +.Sh EXIT STATUS +.Ex -std .Sh EXAMPLES .Dl ifconfig tap1 create .Dl btpand -a host -d mydevice -s NAP -i tap1 |