summaryrefslogtreecommitdiff
path: root/man/udev_device_has_tag.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-11-10 06:38:36 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-11-12 17:10:32 +0900
commit725d9713a9f8d9eddf665aefffee04a5d18f1179 (patch)
tree95753bc4dadd761847f19d6b08b4ce2de16f3396 /man/udev_device_has_tag.xml
parentaf7ce3faf88f6bcd5c82a71412fa81e8ae34acbb (diff)
downloadsystemd-725d9713a9f8d9eddf665aefffee04a5d18f1179.tar.gz
man: append parentheses for function name
Diffstat (limited to 'man/udev_device_has_tag.xml')
-rw-r--r--man/udev_device_has_tag.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/udev_device_has_tag.xml b/man/udev_device_has_tag.xml
index c01e37799b..19bad4f7da 100644
--- a/man/udev_device_has_tag.xml
+++ b/man/udev_device_has_tag.xml
@@ -111,8 +111,8 @@
passed to <function>udev_device_has_tag()</function>, but the opposite might not be true, in case a tag is
no longer configured by the rules applied to the most recent device even.</para>
- <para><function>udev_device_get_tags_list_entry()</function> returns a a
- <function>udev_list_entry</function> object, encapsulating a list of tags set for the specified
+ <para><function>udev_device_get_tags_list_entry()</function> returns a
+ <structname>udev_list_entry</structname> object, encapsulating a list of tags set for the specified
device. Similar, <function>udev_device_get_current_tags_list_entry()</function> returns a list of tags
set for the specified device as effect of the most recent device event seen (see above for details on the
difference).</para>