]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
eject: fix typo in docs
authorKarel Zak <kzak@redhat.com>
Tue, 7 Sep 2021 10:27:54 +0000 (12:27 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 7 Sep 2021 10:27:54 +0000 (12:27 +0200)
Fixes: https://github.com/karelzak/util-linux/issues/1436
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/eject.1.adoc

index 97c9b3d80331f1e7aec73ada6c65123909d9c26f..970a937d38a1802c089b931ea2f522bd89676103 100644 (file)
@@ -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.