summaryrefslogtreecommitdiff
path: root/man/sd_uid_get_state.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-11-12 16:58:00 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-11-12 17:10:36 +0900
commit6b44ad0bf8e6e9ddfbc6e998e67c2937140ff809 (patch)
tree66b5867ae74f16586e8f28546162362f62535185 /man/sd_uid_get_state.xml
parent725d9713a9f8d9eddf665aefffee04a5d18f1179 (diff)
downloadsystemd-6b44ad0bf8e6e9ddfbc6e998e67c2937140ff809.tar.gz
man: set constant tag to NUL or NULL
Diffstat (limited to 'man/sd_uid_get_state.xml')
-rw-r--r--man/sd_uid_get_state.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/man/sd_uid_get_state.xml b/man/sd_uid_get_state.xml
index dcac27b326..2d6fb0c8a3 100644
--- a/man/sd_uid_get_state.xml
+++ b/man/sd_uid_get_state.xml
@@ -161,9 +161,10 @@
<varlistentry>
<term><constant>-EINVAL</constant></term>
- <listitem><para>An input parameter was invalid (out of range, or NULL, where that is not
- accepted). This is also returned if the passed user ID is <constant>0xFFFF</constant> or
- <constant>0xFFFFFFFF</constant>, which are undefined on Linux.</para></listitem>
+ <listitem><para>An input parameter was invalid (out of range, or <constant>NULL</constant>,
+ where that is not accepted). This is also returned if the passed user ID is
+ <constant>0xFFFF</constant> or <constant>0xFFFFFFFF</constant>, which are undefined on Linux.
+ </para></listitem>
</varlistentry>
<varlistentry>