summaryrefslogtreecommitdiffstats
path: root/mount/mount.8
diff options
context:
space:
mode:
authorKarel Zak2009-06-01 11:32:44 +0200
committerKarel Zak2009-06-01 11:32:44 +0200
commit7388af9e654e0f71edbe82e5bb3fd113c5489fa8 (patch)
treee8be5c13a19a8b6f022e92c6b36a9651a4a7b285 /mount/mount.8
parentlosetup: add --set-capacity (diff)
downloadkernel-qcow2-util-linux-7388af9e654e0f71edbe82e5bb3fd113c5489fa8.tar.gz
kernel-qcow2-util-linux-7388af9e654e0f71edbe82e5bb3fd113c5489fa8.tar.xz
kernel-qcow2-util-linux-7388af9e654e0f71edbe82e5bb3fd113c5489fa8.zip
mount: cleanup notes about -l option in mount.8
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/mount.8')
-rw-r--r--mount/mount.84
1 files changed, 2 insertions, 2 deletions
diff --git a/mount/mount.8 b/mount/mount.8
index 8da676898..e2aa589d8 100644
--- a/mount/mount.8
+++ b/mount/mount.8
@@ -98,7 +98,7 @@ prints a version string
.BI "mount [-l] [-t" " type" ]
lists all mounted file systems (of type
.IR type ).
-The option \-l adds the (ext2, ext3 and XFS) labels in this listing.
+The option \-l adds the labels in this listing.
See below.
.RE
@@ -393,7 +393,7 @@ exists (with regular non-fake mount, this check is done by kernel).
Don't call the /sbin/mount.<filesystem> helper even if it exists.
.TP
.B \-l
-Add the ext2, ext3 and XFS labels in the mount output. Mount must have
+Add the labels in the mount output. Mount must have
permission to read the disk device (e.g. be suid root) for this to work.
One can set such a label for ext2 or ext3 using the
.BR e2label (8)