From: Guillem Jover Date: Thu, 18 Feb 2021 22:38:30 +0000 (+0100) Subject: man: Call the libbsd-ctor library by its name instead of bsd-ctor X-Git-Tag: 0.11.4~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d563a17430845d043d667892c4457a14998dd4c3;p=thirdparty%2Flibbsd.git man: Call the libbsd-ctor library by its name instead of bsd-ctor --- diff --git a/man/libbsd.7 b/man/libbsd.7 index ebc6b9e..cad9e7c 100644 --- a/man/libbsd.7 +++ b/man/libbsd.7 @@ -73,7 +73,7 @@ such as .In bsd/unistd.h . .Pp The package also provides a -.Pa bsd-ctor +.Nm libbsd-ctor static library that can be used to inject automatic constructors into a program so that the .Fn setproctitle_init 3