From 69dc8997dc484f950a1efcab8c688d035c0aee7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mario=20Bl=C3=A4ttermann?= Date: Fri, 26 Mar 2021 13:35:42 +0100 Subject: [PATCH] Asciidoc: Incorporate latest changes in rfkill.8 and umount.8 --- sys-utils/rfkill.8.adoc | 3 +++ sys-utils/umount.8.adoc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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. -- 2.47.3