Commit c4b0fd2c9f3e0f533536556c2b2e6eb6a2467ac4

Jakub Wilk 2018-05-22T13:08:55

man: Fix name of the function injected by libbsd-ctor Signed-off-by: Guillem Jover <guillem@hadrons.org>

1
2
3
4
5
6
7
8
9
10
11
12
13
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