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_bus_path_encode.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_bus_path_encode.xml')
-rw-r--r-- | man/sd_bus_path_encode.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_bus_path_encode.xml b/man/sd_bus_path_encode.xml index 15aa8a1b86..5cdb1d77a1 100644 --- a/man/sd_bus_path_encode.xml +++ b/man/sd_bus_path_encode.xml @@ -118,7 +118,7 @@ will be stored there. Each <literal>%</literal> character will only match the current label. It will never match across labels. Furthermore, only a single directive is allowed per label. - If <literal>NULL</literal> is passed as output storage, the + If <constant>NULL</constant> is passed as output storage, the label is verified but not returned to the caller.</para> </refsect1> @@ -130,7 +130,7 @@ argument. On success, <function>sd_bus_path_decode()</function> returns a positive value if the prefixed matched, or 0 if it did not. If the prefix matched, the external identifier is returned - in the return parameter. If it did not match, NULL is returned in + in the return parameter. If it did not match, <constant>NULL</constant> is returned in the return parameter. On failure, a negative errno-style error number is returned by either function. The returned strings must be |