diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-12 08:58:00 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-12 09:10:36 +0100 |
commit | 6b44ad0bf8e6e9ddfbc6e998e67c2937140ff809 (patch) | |
tree | 66b5867ae74f16586e8f28546162362f62535185 /man/sd_get_seats.xml | |
parent | man: append parentheses for function name (diff) | |
download | systemd-6b44ad0bf8e6e9ddfbc6e998e67c2937140ff809.tar.xz systemd-6b44ad0bf8e6e9ddfbc6e998e67c2937140ff809.zip |
man: set constant tag to NUL or NULL
Diffstat (limited to 'man/sd_get_seats.xml')
-rw-r--r-- | man/sd_get_seats.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_get_seats.xml b/man/sd_get_seats.xml index 3596dbc0de..818f9684c3 100644 --- a/man/sd_get_seats.xml +++ b/man/sd_get_seats.xml @@ -56,7 +56,7 @@ <para><function>sd_get_seats()</function> may be used to determine all currently available local seats. Returns the number of seat - identifiers and if the input pointer is non-NULL, a + identifiers and if the input pointer is non-<constant>NULL</constant>, a <constant>NULL</constant>-terminated array of seat identifiers is stored at the address. The returned array and all strings it references need to be freed |