From: Mike Frysinger Date: Thu, 5 Apr 2012 15:50:45 +0000 (-0400) Subject: eject(1): fix typo in mount(1) reference X-Git-Tag: v2.22-rc1~550 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cb8dc47e4666eccda18eb78f91475d5f6531491;p=thirdparty%2Futil-linux.git eject(1): fix typo in mount(1) reference Signed-off-by: Mike Frysinger --- diff --git a/sys-utils/eject.1 b/sys-utils/eject.1 index 8b1b11bc1e..22cf1ae687 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"