summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
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 58ffa06..826ccf1 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 c51ec3c..dff87a0 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 69e26c7..8db7d3d 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 50f89ee..04acfde 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
OpenPOWER on IntegriCloud