From: Jakub Wilk Date: Tue, 22 May 2018 11:08:55 +0000 (+0200) Subject: man: Fix name of the function injected by libbsd-ctor X-Git-Tag: 0.10.0~47 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c4b0fd2c9f3e0f533536556c2b2e6eb6a2467ac4;p=thirdparty%2Flibbsd.git man: Fix name of the function injected by libbsd-ctor Signed-off-by: Guillem Jover --- diff --git a/man/libbsd.7 b/man/libbsd.7 index 7d58c19..df9fe1a 100644 --- a/man/libbsd.7 +++ b/man/libbsd.7 @@ -76,7 +76,7 @@ The package also provides a .Pa bsd-ctor static library that can be used to inject automatic constructors into a program so that the -.Fn setproctitle +.Fn setproctitle_init function gets invoked automatically at startup time. This can be done with the .Xr pkg-config 3