summaryrefslogtreecommitdiffstats
path: root/debian/patches/upstream/PATCH-rfkill-man-List-options-for-supported-device-types.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:30:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:30:36 +0000
commitd731b1222e17e0081e5e4e1fc9603b67ba0b72e3 (patch)
treee0426bca9e6173cf00b0ee2573aa2c0cf96b8a25 /debian/patches/upstream/PATCH-rfkill-man-List-options-for-supported-device-types.patch
parentAdding upstream version 2.38.1. (diff)
downloadutil-linux-d731b1222e17e0081e5e4e1fc9603b67ba0b72e3.tar.xz
util-linux-d731b1222e17e0081e5e4e1fc9603b67ba0b72e3.zip
Adding debian version 2.38.1-5.debian/2.38.1-5debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/upstream/PATCH-rfkill-man-List-options-for-supported-device-types.patch')
-rw-r--r--debian/patches/upstream/PATCH-rfkill-man-List-options-for-supported-device-types.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/upstream/PATCH-rfkill-man-List-options-for-supported-device-types.patch b/debian/patches/upstream/PATCH-rfkill-man-List-options-for-supported-device-types.patch
new file mode 100644
index 0000000..9762a84
--- /dev/null
+++ b/debian/patches/upstream/PATCH-rfkill-man-List-options-for-supported-device-types.patch
@@ -0,0 +1,23 @@
+From: Karel Zak <kzak@redhat.com>
+Date: Mon, 5 Sep 2022 09:14:45 +0200
+Subject: [PATCH] rfkill: (man) List options for supported device types
+
+Fixes: https://github.com/util-linux/util-linux/issues/1790
+Signed-off-by: Karel Zak <kzak@redhat.com>
+---
+ sys-utils/rfkill.8.adoc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/sys-utils/rfkill.8.adoc b/sys-utils/rfkill.8.adoc
+index 2086798..e58fc75 100644
+--- a/sys-utils/rfkill.8.adoc
++++ b/sys-utils/rfkill.8.adoc
+@@ -50,7 +50,7 @@ Display help text and exit.
+ Listen for rfkill events and display them on stdout.
+
+ *list* [__id__|__type__ ...]::
+-List the current state of all available devices. The command output format is deprecated, see the *DESCRIPTION* section. It is a good idea to check with *list* command _id_ or _type_ scope is appropriate before setting *block* or *unblock*. Special _all_ type string will match everything. Use of multiple _ID_ or _type_ arguments is supported.
++List the current state of all available devices. The command output format is deprecated, see the *DESCRIPTION* section. It is a good idea to check with *list* command _id_ or _type_ scope is appropriate before setting *block* or *unblock*. Special _all_ type string will match everything. Use of multiple _ID_ or _type_ arguments is supported. Possible types are all, {wlan | wifi}, bluetooth, {uwb | ultrawideband}, wimax, wwan, gps, fm, nfc.
+
+ **block** __id__|__type__ [...]::
+ Disable the corresponding device.