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_event_source_set_prepare.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_event_source_set_prepare.xml')
-rw-r--r-- | man/sd_event_source_set_prepare.xml | 2 |
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 |