summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2007-07-03 01:17:04 +0200
committerKarel Zak2007-07-03 01:17:04 +0200
commit86d62711a92e36942f5dda9ba4a0b28578c64caa (patch)
treeb945091026bdac0ae27818d02a4c5c3bef4078d7
parentmount: use loop= option when mounting by /sbin/mount.<type> (diff)
downloadkernel-qcow2-util-linux-86d62711a92e36942f5dda9ba4a0b28578c64caa.tar.gz
kernel-qcow2-util-linux-86d62711a92e36942f5dda9ba4a0b28578c64caa.tar.xz
kernel-qcow2-util-linux-86d62711a92e36942f5dda9ba4a0b28578c64caa.zip
man pages: add "AVAILABILITY" section
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--disk-utils/blockdev.82
-rw-r--r--disk-utils/elvtune.83
-rw-r--r--disk-utils/fdformat.83
-rw-r--r--disk-utils/fsck.minix.83
-rw-r--r--disk-utils/mkfs.83
-rw-r--r--disk-utils/mkfs.bfs.83
-rw-r--r--disk-utils/mkfs.minix.83
-rw-r--r--disk-utils/mkswap.83
-rw-r--r--disk-utils/raw.83
-rw-r--r--fdisk/cfdisk.84
-rw-r--r--fdisk/fdisk.83
-rw-r--r--fdisk/sfdisk.83
-rw-r--r--getopt/getopt.14
-rw-r--r--hwclock/hwclock.83
-rw-r--r--login-utils/agetty.811
-rw-r--r--login-utils/chfn.13
-rw-r--r--login-utils/chsh.13
-rw-r--r--login-utils/initctl.85
-rw-r--r--login-utils/last.13
-rw-r--r--login-utils/login.13
-rw-r--r--login-utils/mesg.14
-rw-r--r--login-utils/newgrp.14
-rw-r--r--login-utils/simpleinit.84
-rw-r--r--login-utils/vipw.84
-rw-r--r--login-utils/wall.13
-rw-r--r--misc-utils/cal.13
-rw-r--r--misc-utils/ddate.13
-rw-r--r--misc-utils/kill.13
-rw-r--r--misc-utils/logger.13
-rw-r--r--misc-utils/look.13
-rw-r--r--misc-utils/mcookie.13
-rw-r--r--misc-utils/namei.13
-rw-r--r--misc-utils/rename.13
-rw-r--r--misc-utils/reset.13
-rw-r--r--misc-utils/script.13
-rw-r--r--misc-utils/scriptreplay.13
-rw-r--r--misc-utils/setterm.13
-rw-r--r--misc-utils/whereis.13
-rw-r--r--misc-utils/write.13
-rw-r--r--mount/fstab.53
-rw-r--r--mount/losetup.83
-rw-r--r--mount/mount.84
-rw-r--r--mount/pivot_root.83
-rw-r--r--mount/swapon.83
-rw-r--r--mount/umount.83
-rw-r--r--partx/addpart.83
-rw-r--r--partx/delpart.83
-rw-r--r--partx/partx.84
-rw-r--r--schedutils/chrt.15
-rw-r--r--schedutils/ionice.14
-rw-r--r--schedutils/taskset.15
-rw-r--r--sys-utils/ctrlaltdel.83
-rw-r--r--sys-utils/cytune.83
-rw-r--r--sys-utils/dmesg.13
-rw-r--r--sys-utils/flock.13
-rw-r--r--sys-utils/ipcrm.13
-rw-r--r--sys-utils/ipcs.13
-rw-r--r--sys-utils/rdev.83
-rw-r--r--sys-utils/readprofile.13
-rw-r--r--sys-utils/renice.13
-rw-r--r--sys-utils/setarch.82
-rw-r--r--sys-utils/setsid.13
-rw-r--r--sys-utils/tunelp.84
-rw-r--r--text-utils/col.13
-rw-r--r--text-utils/colcrt.13
-rw-r--r--text-utils/colrm.13
-rw-r--r--text-utils/column.13
-rw-r--r--text-utils/hexdump.13
-rw-r--r--text-utils/line.13
-rw-r--r--text-utils/more.13
-rw-r--r--text-utils/od.15
-rw-r--r--text-utils/pg.13
-rw-r--r--text-utils/rev.13
-rw-r--r--text-utils/tailf.13
-rw-r--r--text-utils/ul.13
75 files changed, 231 insertions, 18 deletions
diff --git a/disk-utils/blockdev.8 b/disk-utils/blockdev.8
index db7096eb9..85eace8f5 100644
--- a/disk-utils/blockdev.8
+++ b/disk-utils/blockdev.8
@@ -74,6 +74,6 @@ Reread partition table.
.SH AUTHOR
blockdev was written by Andries E. Brouwer.
.SH AVAILABILITY
-blockdev is part of the util-linux-ng package and is available from
+The blockdev command is part of the util-linux-ng package and is available from
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/disk-utils/elvtune.8 b/disk-utils/elvtune.8
index 21a0bbc0a..dffdeb344 100644
--- a/disk-utils/elvtune.8
+++ b/disk-utils/elvtune.8
@@ -71,3 +71,6 @@ is useless.
Ioctls for tuning elevator behaviour were added in Linux 2.3.99-pre1.
.SH AUTHORS
Andrea Arcangeli <andrea@suse.de> SuSE
+.SH AVAILABILITY
+The elvtune command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/disk-utils/fdformat.8 b/disk-utils/fdformat.8
index 9e24b0ae4..03514bef8 100644
--- a/disk-utils/fdformat.8
+++ b/disk-utils/fdformat.8
@@ -57,3 +57,6 @@ after the format.
.BR emkfs (8)
.SH AUTHOR
Werner Almesberger (almesber@nessie.cs.id.ethz.ch)
+.SH AVAILABILITY
+The fdformat command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/disk-utils/fsck.minix.8 b/disk-utils/fsck.minix.8
index 68979ced0..ba14ffecb 100644
--- a/disk-utils/fsck.minix.8
+++ b/disk-utils/fsck.minix.8
@@ -130,3 +130,6 @@ Minix v2 fs support by Andreas Schwab
Langfeldt (janl@math.uio.no)
.br
Portability patch by Russell King (rmk@ecs.soton.ac.uk).
+.SH AVAILABILITY
+The fsck.minix command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/disk-utils/mkfs.8 b/disk-utils/mkfs.8
index 47c489c2b..7ba5e8c5f 100644
--- a/disk-utils/mkfs.8
+++ b/disk-utils/mkfs.8
@@ -121,3 +121,6 @@ for the ext2 file system.
.BR mkfs.vfat (8),
.BR mkfs.xfs (8),
.BR mkfs.xiafs (8)
+.SH AVAILABILITY
+The mkfs command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/disk-utils/mkfs.bfs.8 b/disk-utils/mkfs.bfs.8
index 4da40e206..545d25381 100644
--- a/disk-utils/mkfs.bfs.8
+++ b/disk-utils/mkfs.bfs.8
@@ -46,3 +46,6 @@ The exit code returned by
is 0 when all went well, and 1 when something went wrong.
.SH "SEE ALSO"
.BR mkfs (8).
+.SH AVAILABILITY
+The mkfs.bfs command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/disk-utils/mkfs.minix.8 b/disk-utils/mkfs.minix.8
index 689c26399..b908cf8d2 100644
--- a/disk-utils/mkfs.minix.8
+++ b/disk-utils/mkfs.minix.8
@@ -74,3 +74,6 @@ Usage or syntax error
.BR mkfs (8),
.BR fsck (8),
.BR reboot (8)
+.SH AVAILABILITY
+The mkfs.minix command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/disk-utils/mkswap.8 b/disk-utils/mkswap.8
index 52af99c41..539d6489a 100644
--- a/disk-utils/mkswap.8
+++ b/disk-utils/mkswap.8
@@ -157,3 +157,6 @@ when creating the swapspace.
.SH "SEE ALSO"
.BR fdisk (8),
.BR swapon (8)
+.SH AVAILABILITY
+The mkswap command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/disk-utils/raw.8 b/disk-utils/raw.8
index dbd44e7b2..babdbd441 100644
--- a/disk-utils/raw.8
+++ b/disk-utils/raw.8
@@ -94,3 +94,6 @@ contents of the actual storage device underneath. This is deliberate,
but is regarded either a bug or a feature depending on who you ask!
.SH AUTHOR
Stephen Tweedie (sct@redhat.com)
+.SH AVAILABILITY
+The raw command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/fdisk/cfdisk.8 b/fdisk/cfdisk.8
index f46be0efe..68c3ffd48 100644
--- a/fdisk/cfdisk.8
+++ b/fdisk/cfdisk.8
@@ -426,3 +426,7 @@ command (above) for more information on the print formats.
The current version does not support multiple disks.
.SH AUTHOR
Kevin E. Martin (martin@cs.unc.edu)
+
+.SH AVAILABILITY
+The cfdisk command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/fdisk/fdisk.8 b/fdisk/fdisk.8
index 7b487051e..9783c6a67 100644
--- a/fdisk/fdisk.8
+++ b/fdisk/fdisk.8
@@ -256,3 +256,6 @@ The option `dump partition table to file' is missing.
.BR mkfs (8),
.BR parted (8),
.BR sfdisk (8)
+.SH AVAILABILITY
+The fdisk command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/fdisk/sfdisk.8 b/fdisk/sfdisk.8
index 37052ab4b..c2c8d98e8 100644
--- a/fdisk/sfdisk.8
+++ b/fdisk/sfdisk.8
@@ -555,3 +555,6 @@ There is no support for non-DOS partition types.
.BR fdisk (8),
.BR mkfs (8),
.BR parted (8)
+.SH AVAILABILITY
+The sfdisk command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/getopt/getopt.1 b/getopt/getopt.1
index 874e462b3..60df5d3cd 100644
--- a/getopt/getopt.1
+++ b/getopt/getopt.1
@@ -438,4 +438,6 @@ Frodo Looijaard <frodo@frodo.looijaard.name>
.BR getopt (3),
.BR bash (1),
.BR tcsh (1).
-
+.SH AVAILABILITY
+The getopt command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/hwclock/hwclock.8 b/hwclock/hwclock.8
index 1272dc4e9..47a56f7c9 100644
--- a/hwclock/hwclock.8
+++ b/hwclock/hwclock.8
@@ -625,3 +625,6 @@ based on work done on the
program by Charles Hedrick, Rob Hooft, and Harald Koenig.
See the source code for complete history and credits.
+.SH AVAILABILITY
+The hwclock command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/login-utils/agetty.8 b/login-utils/agetty.8
index dc18691f4..b1ade5feb 100644
--- a/login-utils/agetty.8
+++ b/login-utils/agetty.8
@@ -295,11 +295,6 @@ Linux port and more options. Still maintains the code.
Eric Rasmussen <ear@usfirst.org>
Added \-f option to display custom login messages on different terminals.
-.SH CREATION DATE
-.na
-.nf
-Sat Nov 25 22:51:05 MET 1989
-.SH LAST MODIFICATION
-.na
-.nf
-96/07/20
+.SH AVAILABILITY
+The agetty command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/login-utils/chfn.1 b/login-utils/chfn.1
index 5e8369ba6..a1b726d4b 100644
--- a/login-utils/chfn.1
+++ b/login-utils/chfn.1
@@ -64,3 +64,6 @@ Print version information and exit.
.BR passwd (5)
.SH AUTHOR
Salvatore Valente <svalente@mit.edu>
+.SH AVAILABILITY
+The chfn command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/login-utils/chsh.1 b/login-utils/chsh.1
index 42e87ca60..940e7f92f 100644
--- a/login-utils/chsh.1
+++ b/login-utils/chsh.1
@@ -51,3 +51,6 @@ Print version information and exit.
.BR shells (5)
.SH AUTHOR
Salvatore Valente <svalente@mit.edu>
+.SH AVAILABILITY
+The chsh command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/login-utils/initctl.8 b/login-utils/initctl.8
index 2fade3f5f..4a243da73 100644
--- a/login-utils/initctl.8
+++ b/login-utils/initctl.8
@@ -101,6 +101,7 @@ A more complete discussion of the new boot script system, based on
http://www.atnf.csiro.au/~rgooch/linux/boot-scripts/
.SH AUTHOR
Richard Gooch (rgooch@atnf.csiro.au)
+
.SH AVAILABILITY
-The Util-Linux package is available from:
-ftp://ftp.??.kernel.org/pub/linux/utils/util-linux/
+The initctl command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/login-utils/last.1 b/login-utils/last.1
index f2c1d1d2b..baa8f346d 100644
--- a/login-utils/last.1
+++ b/login-utils/last.1
@@ -57,3 +57,6 @@ List only logins on \fItty\fP.
Also report year of dates.
.SH FILES
/var/log/wtmp \(em login data base
+.SH AVAILABILITY
+The last command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/login-utils/login.1 b/login-utils/login.1
index f77ab0e57..8f69864a0 100644
--- a/login-utils/login.1
+++ b/login-utils/login.1
@@ -331,3 +331,6 @@ Derived from BSD login 5.40 (5/9/89) by Michael Glad (glad@daimi.dk)
for HP-UX
.br
Ported to Linux 0.12: Peter Orbaek (poe@daimi.aau.dk)
+.SH AVAILABILITY
+The login command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/login-utils/mesg.1 b/login-utils/mesg.1
index 4a9f3c9b1..0ae017e71 100644
--- a/login-utils/mesg.1
+++ b/login-utils/mesg.1
@@ -96,3 +96,7 @@ An error has occurred.
A
.B mesg
command appeared in Version 6 AT&T UNIX.
+
+.SH AVAILABILITY
+The mesg command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/login-utils/newgrp.1 b/login-utils/newgrp.1
index de420ecfb..b9d6c61e5 100644
--- a/login-utils/newgrp.1
+++ b/login-utils/newgrp.1
@@ -26,3 +26,7 @@ If no group is specified, the GID is changed to the login GID.
.SH AUTHOR
Originally by Michael Haardt. Currently maintained by
Peter Orbaek (poe@daimi.aau.dk).
+
+.SH AVAILABILITY
+The newgrp command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/login-utils/simpleinit.8 b/login-utils/simpleinit.8
index 2c3e08b2b..062f3b14a 100644
--- a/login-utils/simpleinit.8
+++ b/login-utils/simpleinit.8
@@ -172,3 +172,7 @@ Version 1.20, with patches for singleuser mode by Werner Almesberger
Richard Gooch <rgooch@atnf.csiro.au>
.br
Dependency support
+
+.SH AVAILABILITY
+The simpleinit command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/login-utils/vipw.8 b/login-utils/vipw.8
index 7f15d951d..9cb560359 100644
--- a/login-utils/vipw.8
+++ b/login-utils/vipw.8
@@ -82,3 +82,7 @@ command appeared in
The
.Nm vigr
command appeared in Util-Linux 2.6.
+
+.Sh AVAILABILITY
+The vigr and vipw commands are part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/login-utils/wall.1 b/login-utils/wall.1
index f774ebd54..a767c7d47 100644
--- a/login-utils/wall.1
+++ b/login-utils/wall.1
@@ -66,3 +66,6 @@ A
.Nm
command appeared in
.At v7 .
+.Sh AVAILABILITY
+The wall command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/misc-utils/cal.1 b/misc-utils/cal.1
index 7d5e71eb1..0f6af658c 100644
--- a/misc-utils/cal.1
+++ b/misc-utils/cal.1
@@ -95,3 +95,6 @@ with support for colors, holidays, birthdays, reminders and
appointments, etc. For example, try the cal from
http://home.sprynet.com/~cbagwell/projects.html
or GNU gcal.
+.Sh AVAILABILITY
+The cal command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/misc-utils/ddate.1 b/misc-utils/ddate.1
index 32e80c5a2..960373c51 100644
--- a/misc-utils/ddate.1
+++ b/misc-utils/ddate.1
@@ -107,3 +107,6 @@ http://www.subgenius.com/
Malaclypse the Younger,
.I "Principia Discordia, Or How I Found Goddess And What I Did To Her When I Found Her"
+.SH AVAILABILITY
+The ddate command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/misc-utils/kill.1 b/misc-utils/kill.1
index 78fd8bbc6..1c703b142 100644
--- a/misc-utils/kill.1
+++ b/misc-utils/kill.1
@@ -85,3 +85,6 @@ of the named processes, and not send any signals.
.SH AUTHOR
Taken from BSD 4.4. The ability to translate process names to process
ids was added by Salvatore Valente <svalente@mit.edu>.
+.SH AVAILABILITY
+The kill command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/misc-utils/logger.1 b/misc-utils/logger.1
index 810cbb43a..3826de31f 100644
--- a/misc-utils/logger.1
+++ b/misc-utils/logger.1
@@ -124,3 +124,6 @@ The
command is expected to be
.St -p1003.2
compatible.
+.Sh AVAILABILITY
+The logger command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/misc-utils/look.1 b/misc-utils/look.1
index 5233f700a..2a514bae2 100644
--- a/misc-utils/look.1
+++ b/misc-utils/look.1
@@ -111,3 +111,6 @@ implementation.
.Sh HISTORY
.Nm Look
appeared in Version 7 AT&T Unix.
+.Sh AVAILABILITY
+The look command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/misc-utils/mcookie.1 b/misc-utils/mcookie.1
index c6667e217..90cff1bab 100644
--- a/misc-utils/mcookie.1
+++ b/misc-utils/mcookie.1
@@ -46,3 +46,6 @@ It is assumed that none of the devices opened will block.
.BR X (1),
.BR xauth (1),
.BR md5sum (1)
+.SH AVAILABILITY
+The mcookie command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/misc-utils/namei.1 b/misc-utils/namei.1
index 96fa89908..ad3757469 100644
--- a/misc-utils/namei.1
+++ b/misc-utils/namei.1
@@ -54,3 +54,6 @@ Roger Southwick (rogers@amadeus.wr.tek.com)
To be discovered.
.SH "SEE ALSO"
ls(1), stat(1)
+.SH AVAILABILITY
+The namei command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/misc-utils/rename.1 b/misc-utils/rename.1
index cbd7e974c..f54869a2d 100644
--- a/misc-utils/rename.1
+++ b/misc-utils/rename.1
@@ -39,3 +39,6 @@ will fix the extension of your html files.
.SH "SEE ALSO"
.BR mmv (1),
.BR mv (1)
+.SH AVAILABILITY
+The rename command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/misc-utils/reset.1 b/misc-utils/reset.1
index c4a4de456..ee820f4a7 100644
--- a/misc-utils/reset.1
+++ b/misc-utils/reset.1
@@ -33,3 +33,6 @@ argument in an attempt to get cooked mode back.
.BR tput (1)
.SH AUTHOR
Rik Faith (faith@cs.unc.edu)
+.SH AVAILABILITY
+The reset command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/misc-utils/script.1 b/misc-utils/script.1
index 6a9a5bad4..e017b63bc 100644
--- a/misc-utils/script.1
+++ b/misc-utils/script.1
@@ -142,3 +142,6 @@ places
.Sy everything
in the log file, including linefeeds and backspaces.
This is not what the naive user expects.
+.Sh AVAILABILITY
+The script command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/misc-utils/scriptreplay.1 b/misc-utils/scriptreplay.1
index 7a4953909..98129fb4a 100644
--- a/misc-utils/scriptreplay.1
+++ b/misc-utils/scriptreplay.1
@@ -180,3 +180,6 @@ This program is in the public domain.
.SH "AUTHOR"
.IX Header "AUTHOR"
Joey Hess <joey@kitenet.net>
+.SH AVAILABILITY
+The scriptreplay command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/misc-utils/setterm.1 b/misc-utils/setterm.1
index c20333bad..86c3635da 100644
--- a/misc-utils/setterm.1
+++ b/misc-utils/setterm.1
@@ -195,3 +195,6 @@ Sets the bell frequency in Hz. Without an argument, defaults to 0.
.BR tty (4)
.SH BUGS
Differences between the Minix and Linux versions are not documented.
+.SH AVAILABILITY
+The setterm command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/misc-utils/whereis.1 b/misc-utils/whereis.1
index ff44513ce..0fa503137 100644
--- a/misc-utils/whereis.1
+++ b/misc-utils/whereis.1
@@ -149,3 +149,6 @@ must be full; that is, they must begin with a
.B whereis
has a hard-coded path, so may not always find what
you're looking for.
+.SH AVAILABILITY
+The whereis command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/misc-utils/write.1 b/misc-utils/write.1
index 9ff7aae61..f7ac52191 100644
--- a/misc-utils/write.1
+++ b/misc-utils/write.1
@@ -95,3 +95,6 @@ believes the conversation to be over.
A
.B write
command appeared in Version 6 AT&T UNIX.
+.SH AVAILABILITY
+The write command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/mount/fstab.5 b/mount/fstab.5
index 233ed9add..a7978b5f5 100644
--- a/mount/fstab.5
+++ b/mount/fstab.5
@@ -206,3 +206,6 @@ The ancestor of this
file format appeared in 4.0BSD.
.\" But without comment convention, and options and vfs_type.
.\" Instead there was a type rw/ro/rq/sw/xx, where xx is the present 'ignore'.
+.SH AVAILABILITY
+This man page is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/mount/losetup.8 b/mount/losetup.8
index 9bbc7a42b..db2929f48 100644
--- a/mount/losetup.8
+++ b/mount/losetup.8
@@ -143,6 +143,9 @@ DES encryption is painfully slow. On the other hand, XOR is terribly weak.
Cryptoloop is deprecated in favor of dm-crypt. For more details see
.B cryptsetup(8).
+.SH AVAILABILITY
+The losetup command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
.\" .SH AUTHORS
.\" .nf
.\" Original version: Theodore Ts'o <tytso@athena.mit.edu>
diff --git a/mount/mount.8 b/mount/mount.8
index 65f7644de..4c9193287 100644
--- a/mount/mount.8
+++ b/mount/mount.8
@@ -2017,3 +2017,7 @@ consistency check in kernel even if noac is used.
A
.B mount
command existed in Version 5 AT&T UNIX.
+.SH AVAILABILITY
+The mount command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
+
diff --git a/mount/pivot_root.8 b/mount/pivot_root.8
index 83d1daa22..92b12555d 100644
--- a/mount/pivot_root.8
+++ b/mount/pivot_root.8
@@ -63,3 +63,6 @@ exec chroot . sh -c 'umount /old_root; exec /sbin/init' \\
.BR mount(8),
.BR pivot_root(2),
.BR umount(8)
+.SH AVAILABILITY
+The pivot_root command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/mount/swapon.8 b/mount/swapon.8
index 99d4c3c57..138b819c7 100644
--- a/mount/swapon.8
+++ b/mount/swapon.8
@@ -168,3 +168,6 @@ ascii filesystem description table
The
.B swapon
command appeared in 4.0BSD.
+.SH AVAILABILITY
+The swapon command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/mount/umount.8 b/mount/umount.8
index 5d38ac8d3..9a21eb0d3 100644
--- a/mount/umount.8
+++ b/mount/umount.8
@@ -148,3 +148,6 @@ table of mounted file systems
A
.B umount
command appeared in Version 6 AT&T UNIX.
+.SH AVAILABILITY
+The umount command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/partx/addpart.8 b/partx/addpart.8
index a53e3e663..8e17f219a 100644
--- a/partx/addpart.8
+++ b/partx/addpart.8
@@ -34,3 +34,6 @@ Specify the length of the partition (in bytes).
.BR parted (8),
.BR partprobe (8),
.BR partx (8)
+.SH AVAILABILITY
+The addpart command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/partx/delpart.8 b/partx/delpart.8
index 9bc4d0b76..b81682180 100644
--- a/partx/delpart.8
+++ b/partx/delpart.8
@@ -28,3 +28,6 @@ Specify the partition number.
.BR parted (8),
.BR partprobe (8),
.BR partx (8)
+.SH AVAILABILITY
+The delpart command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/partx/partx.8 b/partx/partx.8
index 6f48dc995..61ece52f5 100644
--- a/partx/partx.8
+++ b/partx/partx.8
@@ -43,3 +43,7 @@ Specify the range of partitions (e.g --nr 2-4).
.BR fdisk (8),
.BR parted (8),
.BR partprobe (8)
+
+.SH AVAILABILITY
+The partx command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/schedutils/chrt.1 b/schedutils/chrt.1
index f6db1cbe3..effa19033 100644
--- a/schedutils/chrt.1
+++ b/schedutils/chrt.1
@@ -93,8 +93,6 @@ to change the scheduling attributes of a process. Any user can retrieve the
scheduling information.
.SH AUTHOR
Written by Robert M. Love.
-.SH "REPORTING BUGS"
-Report bugs to <rml@tech9.net>.
.SH COPYRIGHT
Copyright \(co 2004 Robert M. Love
.br
@@ -108,3 +106,6 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See
.BR sched_setscheduler (2)
for a description of the Linux scheduling scheme.
+.SH AVAILABILITY
+The chrt command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/schedutils/ionice.1 b/schedutils/ionice.1
index b0c68c930..4697ff178 100644
--- a/schedutils/ionice.1
+++ b/schedutils/ionice.1
@@ -69,3 +69,7 @@ io scheduler.
.SH AUTHORS
Jens Axboe <axboe@suse.de>
+
+.SH AVAILABILITY
+The ionice command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/schedutils/taskset.1 b/schedutils/taskset.1
index 5222af5fa..dbf92e391 100644
--- a/schedutils/taskset.1
+++ b/schedutils/taskset.1
@@ -96,8 +96,6 @@ to change the CPU affinity of a process. Any user can retrieve the affinity
mask.
.SH AUTHOR
Written by Robert M. Love.
-.SH "REPORTING BUGS"
-Report bugs to <rml@tech9.net>.
.SH COPYRIGHT
Copyright \(co 2004 Robert M. Love
.br
@@ -113,3 +111,6 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See
.BR sched_setscheduler (2)
for a description of the Linux scheduling scheme.
+.SH AVAILABILITY
+The taskset command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/sys-utils/ctrlaltdel.8 b/sys-utils/ctrlaltdel.8
index 026818ed4..3ebccd24c 100644
--- a/sys-utils/ctrlaltdel.8
+++ b/sys-utils/ctrlaltdel.8
@@ -36,3 +36,6 @@ file.
.BR init (8)
.SH AUTHOR
Peter Orbaek (poe@daimi.aau.dk)
+.SH AVAILABILITY
+The ctrlaltdel command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/sys-utils/cytune.8 b/sys-utils/cytune.8
index 6e7f62038..030164475 100644
--- a/sys-utils/cytune.8
+++ b/sys-utils/cytune.8
@@ -182,3 +182,6 @@ should prevent this, but does not.
.I /dev/cubC[0-8]
.SH "SEE ALSO"
.BR setserial (8)
+.SH AVAILABILITY
+The cytune command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/sys-utils/dmesg.1 b/sys-utils/dmesg.1
index 5d13daf79..d5dfa9d6a 100644
--- a/sys-utils/dmesg.1
+++ b/sys-utils/dmesg.1
@@ -56,3 +56,6 @@ have an effect.
.BR syslogd (8)
.\" .SH AUTHOR
.\" Theodore Ts'o (tytso@athena.mit.edu)
+.SH AVAILABILITY
+The dmesg command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/sys-utils/flock.1 b/sys-utils/flock.1
index 25342bd17..3b13efb73 100644
--- a/sys-utils/flock.1
+++ b/sys-utils/flock.1
@@ -107,3 +107,6 @@ This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.SH "SEE ALSO"
.BR flock (2)
+.SH AVAILABILITY
+The flock command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/sys-utils/ipcrm.1 b/sys-utils/ipcrm.1
index 45a140c4f..b94e6f14b 100644
--- a/sys-utils/ipcrm.1
+++ b/sys-utils/ipcrm.1
@@ -122,3 +122,6 @@ compatibility the previous syntax is still supported.
.BR shmdt (2),
.BR shmget (2),
.BR ftok (3)
+.SH AVAILABILITY
+The ipcrm command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/sys-utils/ipcs.1 b/sys-utils/ipcs.1
index 7f6d2d9e8..59be1b74e 100644
--- a/sys-utils/ipcs.1
+++ b/sys-utils/ipcs.1
@@ -56,3 +56,6 @@ summary
.BR ipcrm (1)
.SH AUTHOR
krishna balasubramanian (balasub@cis.ohio-state.edu)
+.SH AVAILABILITY
+The ipcs command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/sys-utils/rdev.8 b/sys-utils/rdev.8
index f2a6d9a6b..77c2ba841 100644
--- a/sys-utils/rdev.8
+++ b/sys-utils/rdev.8
@@ -174,3 +174,6 @@ Originally by Werner Almesberger (almesber@nessie.cs.id.ethz.ch)
Modified by Peter MacDonald (pmacdona@sanjuan.UVic.CA)
rootflags support added by Stephen Tweedie (sct@dcs.ed.ac.uk)
.fi
+.SH AVAILABILITY
+The rdev command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/sys-utils/readprofile.1 b/sys-utils/readprofile.1
index 678a5889e..57f35b910 100644
--- a/sys-utils/readprofile.1
+++ b/sys-utils/readprofile.1
@@ -166,3 +166,6 @@ misleading information.
/usr/src/linux/* The program being profiled :-)
.fi
+.SH AVAILABILITY
+The readprofile command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/sys-utils/renice.1 b/sys-utils/renice.1
index 414beef4d..06462e8ee 100644
--- a/sys-utils/renice.1
+++ b/sys-utils/renice.1
@@ -134,3 +134,6 @@ The
.Nm
command appeared in
.Bx 4.0 .
+.Sh AVAILABILITY
+The renice command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/sys-utils/setarch.8 b/sys-utils/setarch.8
index 57bb6f7fe..db9b416d0 100644
--- a/sys-utils/setarch.8
+++ b/sys-utils/setarch.8
@@ -61,5 +61,5 @@ Elliot Lee <sopwith@redhat.com>
.br
Jindrich Novy <jnovy@redhat.com>
.SH AVAILABILITY
-setarch is part of the util-linux-ng package and is available from
+The setarch command is part of the util-linux-ng package and is available from
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/sys-utils/setsid.1 b/sys-utils/setsid.1
index 1f2abe8e9..6246854da 100644
--- a/sys-utils/setsid.1
+++ b/sys-utils/setsid.1
@@ -13,3 +13,6 @@ runs a program in a new session.
.BR setsid (2)
.SH AUTHOR
Rick Sladkey <jrs@world.std.com>
+.SH AVAILABILITY
+The setsid command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/sys-utils/tunelp.8 b/sys-utils/tunelp.8
index 963243138..006f6e160 100644
--- a/sys-utils/tunelp.8
+++ b/sys-utils/tunelp.8
@@ -155,3 +155,7 @@ unexpected effects.
.I /dev/lp?
.br
.I /proc/parport/*/*
+
+.SH AVAILABILITY
+The tunelp command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/text-utils/col.1 b/text-utils/col.1
index 141512111..86afba3da 100644
--- a/text-utils/col.1
+++ b/text-utils/col.1
@@ -136,3 +136,6 @@ A
.Nm col
command
appeared in Version 6 AT&T UNIX.
+.Sh AVAILABILITY
+The col command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/text-utils/colcrt.1 b/text-utils/colcrt.1
index a9447af61..f0eceb553 100644
--- a/text-utils/colcrt.1
+++ b/text-utils/colcrt.1
@@ -106,3 +106,6 @@ The
.Nm
command appeared in
.Bx 3.0 .
+.Sh AVAILABILITY
+The colcrt command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/text-utils/colrm.1 b/text-utils/colrm.1
index 43153b955..d02167a1e 100644
--- a/text-utils/colrm.1
+++ b/text-utils/colrm.1
@@ -61,3 +61,6 @@ The
.Nm
command appeared in
.Bx 3.0 .
+.Sh AVAILABILITY
+The colrm command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/text-utils/column.1 b/text-utils/column.1
index 6c0230ae0..1da59ccb0 100644
--- a/text-utils/column.1
+++ b/text-utils/column.1
@@ -97,3 +97,6 @@ The
.Nm
command appeared in
.Bx 4.3 Reno .
+.Sh AVAILABILITY
+The column command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/text-utils/hexdump.1 b/text-utils/hexdump.1
index 0a479f5ec..a3500ea84 100644
--- a/text-utils/hexdump.1
+++ b/text-utils/hexdump.1
@@ -337,3 +337,6 @@ The
utility is expected to be
.St -p1003.2
compatible.
+.Sh AVAILABILITY
+The hexdump command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/text-utils/line.1 b/text-utils/line.1
index 2d8e66802..93081ea65 100644
--- a/text-utils/line.1
+++ b/text-utils/line.1
@@ -12,3 +12,6 @@ It always prints at least a newline and returns an exit status of 1
on EOF or read error.
.SH "SEE ALSO"
.BR read (1)
+.SH AVAILABILITY
+The line command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/text-utils/more.1 b/text-utils/more.1
index 145cba01b..a7fe2b6da 100644
--- a/text-utils/more.1
+++ b/text-utils/more.1
@@ -200,3 +200,6 @@ This man page documents
version 5.19 (Berkeley 6/29/88), which is currently in use in the Linux
community. Documentation was produced using several other versions of the
man page, and extensive inspection of the source code.
+.Sh AVAILABILITY
+The more command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/text-utils/od.1 b/text-utils/od.1
index 5eba652c3..bacae1b72 100644
--- a/text-utils/od.1
+++ b/text-utils/od.1
@@ -50,7 +50,7 @@
.Ar file
.Sh DESCRIPTION
.Nm
-has been deprecated in favor of
+ has been deprecated in favor of
.Xr hexdump 1 .
.Pp
.Xr Hexdump ,
@@ -72,3 +72,6 @@ of the offset syntax.
.Sh SEE ALSO
.Xr hexdump 1 ,
.Xr strings 1
+.Sh AVAILABILITY
+The od command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/text-utils/pg.1 b/text-utils/pg.1
index acb5aa74c..ca7289314 100644
--- a/text-utils/pg.1
+++ b/text-utils/pg.1
@@ -236,3 +236,6 @@ Files that include
.SM NUL
characters cannot be displayed by
.IR pg .
+.SH AVAILABILITY
+The pg command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/text-utils/rev.1 b/text-utils/rev.1
index 8f66b7310..55170eca7 100644
--- a/text-utils/rev.1
+++ b/text-utils/rev.1
@@ -49,3 +49,6 @@ The
utility copies the specified files to the standard output, reversing the
order of characters in every line.
If no files are specified, the standard input is read.
+.Sh AVAILABILITY
+The rev command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/text-utils/tailf.1 b/text-utils/tailf.1
index 33a000d13..ccce66281 100644
--- a/text-utils/tailf.1
+++ b/text-utils/tailf.1
@@ -50,3 +50,6 @@ distributed under the terms of the X11/MIT License. There is ABSOLUTELY
NO WARRANTY for this program.
.SH "SEE ALSO"
.BR tail "(1), " less "(1)"
+.SH AVAILABILITY
+The tailf command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
diff --git a/text-utils/ul.1 b/text-utils/ul.1
index 9bd4e8ee3..bf6481329 100644
--- a/text-utils/ul.1
+++ b/text-utils/ul.1
@@ -105,3 +105,6 @@ The
.Nm
command appeared in
.Bx 3.0 .
+.SH AVAILABILITY
+The ul command is part of the util-linux-ng package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.