summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2015-10-06 14:59:24 +0200
committerDaniel Mack <github@zonque.org>2015-10-06 14:59:24 +0200
commit13af9152bc3c018849e1834f5ff93f2a8ed03afb (patch)
tree628d9ae3d2e8542c44c00695fd3aea5f1028f04f /man
parent20d2f7851ac44bd6845d060a952461f5a10e9c87 (diff)
parentd046fb936658e7239c8e2635ecb7fb32748ef535 (diff)
Merge pull request #1469 from poettering/even-more-fixed
Even more fixes
Diffstat (limited to 'man')
-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>