diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/sd_listen_fds.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml index ea55671e4f..ccd1266318 100644 --- a/man/sd_listen_fds.xml +++ b/man/sd_listen_fds.xml @@ -147,7 +147,7 @@ way. The returned array of strings has as many entries as file descriptors has been received, plus a final NULL pointer terminating the array. The caller needs to free the array itself - and each of its elements with libc's <varname>free()</varname> + and each of its elements with libc's <function>free()</function> call after use. If the <parameter>names</parameter> parameter is NULL the call is entirely equivalent to <function>sd_listen_fds()</function>.</para> |