summaryrefslogtreecommitdiffstats
path: root/sys-utils/eject.1
diff options
context:
space:
mode:
authorMike Frysinger2012-04-05 17:50:45 +0200
committerKarel Zak2012-04-10 12:21:22 +0200
commit0cb8dc47e4666eccda18eb78f91475d5f6531491 (patch)
tree63cde996acf414ca3dc254db9715777f056288e2 /sys-utils/eject.1
parenteject: constify array (diff)
downloadkernel-qcow2-util-linux-0cb8dc47e4666eccda18eb78f91475d5f6531491.tar.gz
kernel-qcow2-util-linux-0cb8dc47e4666eccda18eb78f91475d5f6531491.tar.xz
kernel-qcow2-util-linux-0cb8dc47e4666eccda18eb78f91475d5f6531491.zip
eject(1): fix typo in mount(1) reference
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sys-utils/eject.1')
-rw-r--r--sys-utils/eject.12
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/eject.1 b/sys-utils/eject.1
index 8b1b11bc1..22cf1ae68 100644
--- a/sys-utils/eject.1
+++ b/sys-utils/eject.1
@@ -59,7 +59,7 @@ This option specifies that the drive should be ejected using a tape drive
offline command.
.IP "\fB\-m, \-\-no-unmount\fP"
This option allows eject to work with device drivers which automatically mount
-removable media and therefore must be always mount()ed. The option tells eject
+removable media and therefore must be always mount(1)ed. The option tells eject
to not try to unmount the given device, even if it is mounted according to
/etc/mtab or /proc/mounts.
.IP "\fB\-n, \-\-noop\fP"