summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-device.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-09-05 17:14:58 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-07-24 05:14:52 +0900
commit64db4c3cbd734ecd02f70dd87dc45faa0197966f (patch)
tree57c0c48626bc54b02990669d358ea761eec6aecf /src/libudev/libudev-device.c
parent623f20fb413ee944eecf3f23f1dbb8b8e3f29b5a (diff)
downloadsystemd-64db4c3cbd734ecd02f70dd87dc45faa0197966f.tar.gz
libudev: Update list of possible actions
Add "move" action as per src/libsystemd/sd-device/device-private.c
Diffstat (limited to 'src/libudev/libudev-device.c')
-rw-r--r--src/libudev/libudev-device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libudev/libudev-device.c b/src/libudev/libudev-device.c
index 91dc910773..b993309911 100644
--- a/src/libudev/libudev-device.c
+++ b/src/libudev/libudev-device.c
@@ -681,8 +681,8 @@ _public_ struct udev_list_entry *udev_device_get_properties_list_entry(struct ud
* @udev_device: udev device
*
* This is only valid if the device was received through a monitor. Devices read from
- * sys do not have an action string. Usual actions are: add, remove, change, online,
- * offline.
+ * sys do not have an action string. Usual actions are: add, remove, change, move,
+ * online, offline.
*
* Returns: the kernel action value, or #NULL if there is no action value available.
**/