summaryrefslogtreecommitdiffstats
path: root/mount
diff options
context:
space:
mode:
authorKarel Zak2007-07-03 01:17:04 +0200
committerKarel Zak2007-07-03 01:17:04 +0200
commit86d62711a92e36942f5dda9ba4a0b28578c64caa (patch)
treeb945091026bdac0ae27818d02a4c5c3bef4078d7 /mount
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>
Diffstat (limited to 'mount')
-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
6 files changed, 19 insertions, 0 deletions
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/.