From: Mario Blättermann Date: Fri, 26 Mar 2021 12:35:42 +0000 (+0100) Subject: Asciidoc: Incorporate latest changes in rfkill.8 and umount.8 X-Git-Tag: v2.37-rc1~34^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69dc8997dc484f950a1efcab8c688d035c0aee7d;p=thirdparty%2Futil-linux.git Asciidoc: Incorporate latest changes in rfkill.8 and umount.8 --- diff --git a/sys-utils/rfkill.8.adoc b/sys-utils/rfkill.8.adoc index 1963bf4ee1..30ae74d37d 100644 --- a/sys-utils/rfkill.8.adoc +++ b/sys-utils/rfkill.8.adoc @@ -62,6 +62,9 @@ The default output is subject to change. So whenever possible, you should avoid **unblock id**|*type* [...]:: Enable the corresponding device. If the device is hard-blocked, for example via a hardware switch, it will remain unavailable though it is now soft-unblocked. +**toggle id**|*type* [...]:: + Enable or disable the the corresponding device. + == EXAMPLE .... rfkill --output ID,TYPE diff --git a/sys-utils/umount.8.adoc b/sys-utils/umount.8.adoc index e9e90850da..4201fe13be 100644 --- a/sys-utils/umount.8.adoc +++ b/sys-utils/umount.8.adoc @@ -100,7 +100,7 @@ Note that a filesystem cannot be unmounted when it is 'busy' - for example, when Suppress "not mounted" error messages. *-R*, *--recursive*:: - Recursively unmount each specified directory. Recursion for each directory will stop if any unmount operation in the chain fails for any reason. The relationship between mountpoints is determined by _/proc/self/mountinfo_ entries. The filesystem must be specified by mountpoint path; a recursive unmount by device name (or UUID) is unsupported. + Recursively unmount each specified directory. Recursion for each directory will stop if any unmount operation in the chain fails for any reason. The relationship between mountpoints is determined by _/proc/self/mountinfo_ entries. The filesystem must be specified by mountpoint path; a recursive unmount by device name (or UUID) is unsupported. Since version 2.37 it umounts also all over-mounted filesystems (more filesystems on the same mountpoint). *-r*, *--read-only*:: When an unmount fails, try to remount the filesystem read-only.