From 6b44ad0bf8e6e9ddfbc6e998e67c2937140ff809 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 12 Nov 2020 16:58:00 +0900 Subject: man: set constant tag to NUL or NULL --- man/sd_bus_path_encode.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/sd_bus_path_encode.xml') 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 % character will only match the current label. It will never match across labels. Furthermore, only a single directive is allowed per label. - If NULL is passed as output storage, the + If NULL is passed as output storage, the label is verified but not returned to the caller. @@ -130,7 +130,7 @@ argument. On success, sd_bus_path_decode() 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, NULL is returned in the return parameter. On failure, a negative errno-style error number is returned by either function. The returned strings must be -- cgit v1.2.3