summaryrefslogtreecommitdiff
path: root/man/sd_listen_fds.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-06 12:32:15 +0200
committerLennart Poettering <lennart@poettering.net>2015-10-06 12:32:15 +0200
commitba6bfc0d754f37e6868785fc9409a14f403ea3c0 (patch)
tree03a5f3249cfc7dc3940a84323080ae8e99dab54c /man/sd_listen_fds.xml
parentc48eb61fa72205615e3a2bec9fb6576a5973fc6b (diff)
man: use <function> where we refer to functions
Diffstat (limited to 'man/sd_listen_fds.xml')
-rw-r--r--man/sd_listen_fds.xml2
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>