summaryrefslogtreecommitdiff
path: root/man/sd_event_source_set_prepare.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_event_source_set_prepare.xml
parent725d9713a9f8d9eddf665aefffee04a5d18f1179 (diff)
downloadsystemd-6b44ad0bf8e6e9ddfbc6e998e67c2937140ff809.tar.gz
man: set constant tag to NUL or NULL
Diffstat (limited to 'man/sd_event_source_set_prepare.xml')
-rw-r--r--man/sd_event_source_set_prepare.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_event_source_set_prepare.xml b/man/sd_event_source_set_prepare.xml
index f24b00edd5..d52c55b3db 100644
--- a/man/sd_event_source_set_prepare.xml
+++ b/man/sd_event_source_set_prepare.xml
@@ -52,7 +52,7 @@
when the event source was created. The event source will be disabled
if the callback function returns a negative error code. The callback
function may be used to reconfigure the precise events to wait for.
- If the <parameter>callback</parameter> parameter is passed as NULL
+ If the <parameter>callback</parameter> parameter is passed as <constant>NULL</constant>
the callback function is reset. </para>
<para>Event source objects have no preparation callback associated