Commit d563a17430845d043d667892c4457a14998dd4c3

Guillem Jover 2021-02-18T23:38:30

man: Call the libbsd-ctor library by its name instead of bsd-ctor

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