diff options
author | Guillem Jover <guillem@hadrons.org> | 2021-02-18 23:38:30 +0100 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2021-02-28 05:28:57 +0100 |
commit | d563a17430845d043d667892c4457a14998dd4c3 (patch) | |
tree | 80d4d71e4b970d285d62e5d6cf3305cc2696b5cb | |
parent | 785cf9d1e97220483857dda9fe75728cd51e0d84 (diff) |
man: Call the libbsd-ctor library by its name instead of bsd-ctor
-rw-r--r-- | man/libbsd.7 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |