From: Lennart Poettering Date: Tue, 6 Oct 2015 10:32:15 +0000 (+0200) Subject: man: use where we refer to functions X-Git-Tag: v227~19^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba6bfc0d754f37e6868785fc9409a14f403ea3c0;p=thirdparty%2Fsystemd.git man: use where we refer to functions --- diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml index ea55671e4fd..ccd1266318e 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 free() + and each of its elements with libc's free() call after use. If the names parameter is NULL the call is entirely equivalent to sd_listen_fds().