aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-05-13 12:08:11 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-05-13 12:08:11 +0000
commit0b31f1f731fd769e1b2c31ea74459d28d995729a (patch)
treed8e521baa64fd8da59f9f26f29ea2bc2501ef0a2 /usr.bin
parent0afc94c17a8772df34294778904e816258542498 (diff)
downloadsrc-0b31f1f731fd769e1b2c31ea74459d28d995729a.tar.gz
src-0b31f1f731fd769e1b2c31ea74459d28d995729a.zip
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
Notes
Notes: svn path=/head/; revision=208028
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/killall/killall.122
-rw-r--r--usr.bin/setchannel/setchannel.114
-rw-r--r--usr.bin/tar/bsdtar.14
-rw-r--r--usr.bin/wtmpcvt/wtmpcvt.14
4 files changed, 22 insertions, 22 deletions
diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1
index 58ffa068b9f7..826ccf144fb0 100644
--- a/usr.bin/killall/killall.1
+++ b/usr.bin/killall/killall.1
@@ -121,6 +121,17 @@ for this job (e.g.\&
.Dq Li "kill -TERM -1
or as root
.Dq Li "echo kill -TERM -1 | su -m <user>" ) .
+.Sh IMPLEMENTATION NOTES
+This
+.Fx
+implementation of
+.Nm
+has completely different semantics as compared to the traditional
+.Ux
+System V behavior of
+.Nm .
+The latter will kill all processes that the current user is able to
+kill, and is intended to be used by the system shutdown process only.
.Sh EXIT STATUS
The
.Nm
@@ -145,17 +156,6 @@ command appeared in
It has been modeled after the
.Nm
command as available on other platforms.
-.Sh IMPLEMENTATION NOTES
-This
-.Fx
-implementation of
-.Nm
-has completely different semantics as compared to the traditional
-.Ux
-System V behavior of
-.Nm .
-The latter will kill all processes that the current user is able to
-kill, and is intended to be used by the system shutdown process only.
.Sh AUTHORS
.An -nosplit
The
diff --git a/usr.bin/setchannel/setchannel.1 b/usr.bin/setchannel/setchannel.1
index c51ec3c00d72..dff87a07819e 100644
--- a/usr.bin/setchannel/setchannel.1
+++ b/usr.bin/setchannel/setchannel.1
@@ -85,13 +85,6 @@ Channel number to set.
.It Cm freq
Frequency in MHz (must include decimal point).
.El
-.Sh AUTHORS
-.An -nosplit
-This program is made by
-.An John Wehle <john@feith.com>
-.Pp
-This man page is made by
-.An Edwin Groothuis <edwin@FreeBSD.org>
.Sh SEE ALSO
.Xr cxm 4 ,
.Xr bktr 4 ,
@@ -102,3 +95,10 @@ The
program first appeared in the -multimedia mailing-list in January 2004. The
.Nm
program first appeared in the FreeBSD Ports collection in October 2004.
+.Sh AUTHORS
+.An -nosplit
+This program is made by
+.An John Wehle <john@feith.com>
+.Pp
+This man page is made by
+.An Edwin Groothuis <edwin@FreeBSD.org>
diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1
index 69e26c781bd7..8db7d3d59290 100644
--- a/usr.bin/tar/bsdtar.1
+++ b/usr.bin/tar/bsdtar.1
@@ -647,8 +647,6 @@ Note that, unlike other
implementations, this implementation recognizes gzip compression
automatically when reading archives.
.El
-.Sh EXIT STATUS
-.Ex -std
.Sh ENVIRONMENT
The following environment variables affect the execution of
.Nm :
@@ -672,6 +670,8 @@ See
.Xr environ 7
for more information.
.El
+.Sh EXIT STATUS
+.Ex -std
.Sh EXAMPLES
The following creates a new archive
called
diff --git a/usr.bin/wtmpcvt/wtmpcvt.1 b/usr.bin/wtmpcvt/wtmpcvt.1
index 50f89eeb5c5e..04acfde4cc2c 100644
--- a/usr.bin/wtmpcvt/wtmpcvt.1
+++ b/usr.bin/wtmpcvt/wtmpcvt.1
@@ -55,6 +55,8 @@ The
.Nm
utility appeared in
.Fx 9.0 .
+.Sh AUTHORS
+.An Ed Schouten Aq ed@FreeBSD.org
.Sh BUGS
The application assumes the
.Ar input
@@ -62,5 +64,3 @@ file has the same byte order as the host system.
The
.Ar output
file can be used on any architecture.
-.Sh AUTHORS
-.An Ed Schouten Aq ed@FreeBSD.org