diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-06 12:32:15 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-06 12:32:15 +0200 |
commit | ba6bfc0d754f37e6868785fc9409a14f403ea3c0 (patch) | |
tree | 03a5f3249cfc7dc3940a84323080ae8e99dab54c | |
parent | c48eb61fa72205615e3a2bec9fb6576a5973fc6b (diff) |
man: use <function> where we refer to functions
-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> |