From bcfa32d7144a5f374137bdd96de59cb2ca6b6593 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 7 Sep 2021 12:27:54 +0200 Subject: [PATCH] eject: fix typo in docs Fixes: https://github.com/karelzak/util-linux/issues/1436 Signed-off-by: Karel Zak --- sys-utils/eject.1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3