]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: use <function> where we refer to functions
authorLennart Poettering <lennart@poettering.net>
Tue, 6 Oct 2015 10:32:15 +0000 (12:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 6 Oct 2015 10:32:15 +0000 (12:32 +0200)
man/sd_listen_fds.xml

index ea55671e4fd5edb553c0e03b72606689feaf7eac..ccd1266318e331a6ceecae6a6c4a5432033514ce 100644 (file)
     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>