]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
man: Fix name of the function injected by libbsd-ctor
authorJakub Wilk <jwilk@jwilk.net>
Tue, 22 May 2018 11:08:55 +0000 (13:08 +0200)
committerGuillem Jover <guillem@hadrons.org>
Wed, 23 May 2018 00:58:09 +0000 (02:58 +0200)
Signed-off-by: Guillem Jover <guillem@hadrons.org>
man/libbsd.7

index 7d58c1962a79a9ba73a1059c532b72843b637929..df9fe1a2a463635a7e211b1cd93ca6e43ad8c910 100644 (file)
@@ -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