summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-05-13 12:08:11 +0000
committeruqs <uqs@FreeBSD.org>2010-05-13 12:08:11 +0000
commit64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6 (patch)
treed8e521baa64fd8da59f9f26f29ea2bc2501ef0a2 /usr.sbin
parent1ab3783e1a2e5231321a0fc5399736ddc70407f0 (diff)
downloadFreeBSD-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')
-rw-r--r--usr.sbin/bluetooth/btpand/btpand.84
-rw-r--r--usr.sbin/bluetooth/sdpcontrol/sdpcontrol.814
-rw-r--r--usr.sbin/mptutil/mptutil.810
-rw-r--r--usr.sbin/newsyslog/newsyslog.814
-rw-r--r--usr.sbin/pkg_install/updating/pkg_updating.128
-rw-r--r--usr.sbin/rtadvd/rtadvd.84
-rw-r--r--usr.sbin/rtsold/rtsold.86
-rw-r--r--usr.sbin/sa/sa.84
-rw-r--r--usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.510
9 files changed, 47 insertions, 47 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
diff --git a/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8 b/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8
index d1b9ae5..f0d375a 100644
--- a/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8
+++ b/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8
@@ -90,6 +90,13 @@ are:
.It Cm Browse
.It Cm Search
.El
+.Sh EXIT STATUS
+.Ex -std
+.Sh SEE ALSO
+.Xr bluetooth 3 ,
+.Xr sdp 3
+.Sh AUTHORS
+.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
.Sh CAVEATS
The
.Nm
@@ -109,10 +116,3 @@ Protocol Descriptor List
.It
Bluetooth Profile Descriptor List
.El
-.Sh EXIT STATUS
-.Ex -std
-.Sh SEE ALSO
-.Xr bluetooth 3 ,
-.Xr sdp 3
-.Sh AUTHORS
-.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
diff --git a/usr.sbin/mptutil/mptutil.8 b/usr.sbin/mptutil/mptutil.8
index 7acaf3e..196fc00 100644
--- a/usr.sbin/mptutil/mptutil.8
+++ b/usr.sbin/mptutil/mptutil.8
@@ -348,6 +348,11 @@ as a global hot spare:
.Dl Nm Cm add da3
.Sh SEE ALSO
.Xr mpt 4
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Fx 8.0 .
.Sh BUGS
.Pp
The handling of spare drives appears to be unreliable.
@@ -379,8 +384,3 @@ configurations may not work reliably.
.Pp
Drive configuration commands result in an excessive flood of messages on the
console.
-.Sh HISTORY
-The
-.Nm
-utility first appeared in
-.Fx 8.0 .
diff --git a/usr.sbin/newsyslog/newsyslog.8 b/usr.sbin/newsyslog/newsyslog.8
index 06714aa..19d01d7 100644
--- a/usr.sbin/newsyslog/newsyslog.8
+++ b/usr.sbin/newsyslog/newsyslog.8
@@ -238,6 +238,13 @@ this has been changed to a colon (``:'') character so that user and group
names may contain the dot character.
The dot (``.'') character is still
accepted for backwards compatibility.
+.Sh SEE ALSO
+.Xr bzip2 1 ,
+.Xr gzip 1 ,
+.Xr syslog 3 ,
+.Xr newsyslog.conf 5 ,
+.Xr chown 8 ,
+.Xr syslogd 8
.Sh HISTORY
The
.Nm
@@ -250,12 +257,5 @@ and first appeared in
MIT Project Athena
.Pp
Copyright 1987, Massachusetts Institute of Technology
-.Sh "SEE ALSO"
-.Xr bzip2 1 ,
-.Xr gzip 1 ,
-.Xr syslog 3 ,
-.Xr newsyslog.conf 5 ,
-.Xr chown 8 ,
-.Xr syslogd 8
.Sh BUGS
Does not yet automatically read the logs to find security breaches.
diff --git a/usr.sbin/pkg_install/updating/pkg_updating.1 b/usr.sbin/pkg_install/updating/pkg_updating.1
index 998b4c4..48d5261 100644
--- a/usr.sbin/pkg_install/updating/pkg_updating.1
+++ b/usr.sbin/pkg_install/updating/pkg_updating.1
@@ -43,6 +43,20 @@ Defines a alternative location of the UPDATING
.It Fl h , -help
Print help message.
.El
+.Sh ENVIRONMENT
+.Bl -tag -width PKG_DBDIR
+.It Ev PKG_DBDIR
+Specifies an alternative location for the installed package database.
+.It Ev PORTSDIR
+Location of the ports tree.
+.El
+.Sh FILES
+.Bl -tag -width /var/db/pkg -compact
+.It Pa /var/db/pkg
+Default location of the installed package database.
+.It Pa /usr/ports
+The default ports directory and default location of the UPDATING file
+.El
.Sh EXAMPLES
Shows all entries of all installed ports:
.Dl % pkg_updating
@@ -63,20 +77,6 @@ installed ports:
Fetch UPDATING file from ftp mirror and show all entries of all
installed ports:
.Dl % pkg_updating -f ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/UPDATING
-.Sh ENVIRONMENT
-.Bl -tag -width PKG_DBDIR
-.It Ev PKG_DBDIR
-Specifies an alternative location for the installed package database.
-.It Ev PORTSDIR
-Location of the ports tree.
-.El
-.Sh FILES
-.Bl -tag -width /var/db/pkg -compact
-.It Pa /var/db/pkg
-Default location of the installed package database.
-.It Pa /usr/ports
-The default ports directory and default location of the UPDATING file
-.El
.Sh SEE ALSO
.Xr pkg_add 1 ,
.Xr pkg_create 1 ,
diff --git a/usr.sbin/rtadvd/rtadvd.8 b/usr.sbin/rtadvd/rtadvd.8
index b2c0aad..4cabb4a 100644
--- a/usr.sbin/rtadvd/rtadvd.8
+++ b/usr.sbin/rtadvd/rtadvd.8
@@ -162,8 +162,6 @@ In this case,
will transmit router advertisement with router lifetime 0
to all the interfaces
.Pq in accordance with RFC2461 6.2.5 .
-.Sh EXIT STATUS
-.Ex -std
.Sh FILES
.Bl -tag -width Pa -compact
.It Pa /etc/rtadvd.conf
@@ -176,6 +174,8 @@ The file in which
.Nm
dumps its internal state.
.El
+.Sh EXIT STATUS
+.Ex -std
.Sh SEE ALSO
.Xr rtadvd.conf 5 ,
.Xr rtsol 8
diff --git a/usr.sbin/rtsold/rtsold.8 b/usr.sbin/rtsold/rtsold.8
index 412054a5..9ce0bb0 100644
--- a/usr.sbin/rtsold/rtsold.8
+++ b/usr.sbin/rtsold/rtsold.8
@@ -222,9 +222,6 @@ must be the absolute path from root to the script file, be a regular
file, and be created by the same owner who runs
.Nm .
.El
-.Sh EXIT STATUS
-.Ex -std
-.\"
.Sh FILES
.Bl -tag -width /var/run/rtsold.dump -compact
.It Pa /var/run/rtsold.pid
@@ -234,6 +231,9 @@ the pid of the currently running
dumps internal state on.
.El
.\"
+.Sh EXIT STATUS
+.Ex -std
+.\"
.Sh SEE ALSO
.Xr rtadvd 8 ,
.Xr sysctl 8
diff --git a/usr.sbin/sa/sa.8 b/usr.sbin/sa/sa.8
index e763064..56c6994 100644
--- a/usr.sbin/sa/sa.8
+++ b/usr.sbin/sa/sa.8
@@ -234,6 +234,8 @@ per-user accounting summary database
.Xr acct 5 ,
.Xr ac 8 ,
.Xr accton 8
+.Sh AUTHORS
+.An Chris G. Demetriou Aq cgd@postgres.berkeley.edu
.Sh CAVEATS
While the behavior of the options in this version of
.Nm
@@ -251,8 +253,6 @@ The formats of the summary files created by this version of
are very different from the those used by the original version.
This is not considered a problem, however, because the accounting record
format has changed as well (since user ids are now 32 bits).
-.Sh AUTHORS
-.An Chris G. Demetriou Aq cgd@postgres.berkeley.edu
.Sh BUGS
The number of options to this program is absurd, especially considering
that there is not much logic behind their lettering.
diff --git a/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 b/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5
index 7e25391..0b29c14 100644
--- a/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5
+++ b/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5
@@ -456,6 +456,11 @@ openssl pkcs12 -in example.pfx -out user.pem -clcerts
# convert CA certificate (if included in PFX file) to PEM format
openssl pkcs12 -in example.pfx -out ca.pem -cacerts -nokeys
.Ed
+.Sh FILES
+.Bl -tag -width ".Pa /usr/share/examples/etc/wpa_supplicant.conf" -compact
+.It Pa /etc/wpa_supplicant.conf
+.It Pa /usr/share/examples/etc/wpa_supplicant.conf
+.El
.Sh EXAMPLES
WPA-Personal (PSK) as a home network and WPA-Enterprise with EAP-TLS
as a work network:
@@ -538,11 +543,6 @@ network={
wep_key0=42FEEDDEAFBABEDEAFBEEFAA55
}
.Ed
-.Sh FILES
-.Bl -tag -width ".Pa /usr/share/examples/etc/wpa_supplicant.conf" -compact
-.It Pa /etc/wpa_supplicant.conf
-.It Pa /usr/share/examples/etc/wpa_supplicant.conf
-.El
.Sh SEE ALSO
.Xr wpa_cli 8 ,
.Xr wpa_passphrase 8 ,
OpenPOWER on IntegriCloud