summaryrefslogtreecommitdiff
path: root/man/sd_seat_get_active.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/sd_seat_get_active.xml
parentaf7ce3faf88f6bcd5c82a71412fa81e8ae34acbb (diff)
downloadsystemd-725d9713a9f8d9eddf665aefffee04a5d18f1179.tar.gz
man: append parentheses for function name
Diffstat (limited to 'man/sd_seat_get_active.xml')
-rw-r--r--man/sd_seat_get_active.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml
index 9cdbf357e7..110862c5df 100644
--- a/man/sd_seat_get_active.xml
+++ b/man/sd_seat_get_active.xml
@@ -99,7 +99,7 @@
<para> On success, <function>sd_seat_get_active()</function> returns 0 or a positive integer. On success,
<function>sd_seat_get_sessions()</function> returns the number of entries in the session identifier
array. If the test succeeds,
- <function>sd_seat_can_tty</function> and <function>sd_seat_can_graphical</function> return a positive
+ <function>sd_seat_can_tty()</function> and <function>sd_seat_can_graphical()</function> return a positive
integer, if it fails 0. On failure, these calls return a negative errno-style error code.</para>
<refsect2>