From: Karel Zak Date: Tue, 7 Sep 2021 10:27:54 +0000 (+0200) Subject: eject: fix typo in docs X-Git-Tag: v2.38-rc1~262 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcfa32d7144a5f374137bdd96de59cb2ca6b6593;p=thirdparty%2Futil-linux.git eject: fix typo in docs Fixes: https://github.com/karelzak/util-linux/issues/1436 Signed-off-by: Karel Zak --- diff --git a/sys-utils/eject.1.adoc b/sys-utils/eject.1.adoc index 97c9b3d803..970a937d38 100644 --- a/sys-utils/eject.1.adoc +++ b/sys-utils/eject.1.adoc @@ -59,7 +59,7 @@ This option controls locking of the hardware eject button. When enabled, the dri The option tells eject to not try to unmount other partitions on partitioned devices. If another partition is still mounted, the program will not attempt to eject the media. It will attempt to unmount only the device or mountpoint given on the command line. *-m*, *--no-unmount*:: -The option tells eject to not try to unmount at all. If this option is not specified than *eject* opens the device with *O_EXCL* flag to be sure that the device is not used (since v2.35). +The option tells eject to not try to unmount at all. If this option is not specified then *eject* opens the device with *O_EXCL* flag to be sure that the device is not used (since v2.35). *-n*, *--noop*:: With this option the selected device is displayed but no action is performed.