]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
doc: Switch references from pkg-config to pkgconf
authorGuillem Jover <guillem@hadrons.org>
Tue, 4 Oct 2022 23:35:08 +0000 (01:35 +0200)
committerGuillem Jover <guillem@hadrons.org>
Tue, 4 Oct 2022 23:36:28 +0000 (01:36 +0200)
The former used to be the reference implementation, but it has been
stagnant to the point of not showing much signs of life. Switch to
the currently active and more complete implementation for references.

man/libbsd.7
man/setproctitle.3bsd
src/setproctitle_ctor.c

index c9079acd9206e40d0eb125b71c245e35b4936f66..638caf8268a898dced05d6358c53068a4b551e4c 100644 (file)
@@ -42,7 +42,7 @@ The library can be used in an overlay mode, which is the preferred way, so
 that the code is portable and requires no modification to the original BSD
 code.
 This can be done easily with the
-.Xr pkg-config 1
+.Xr pkgconf 1
 library named
 .Pa libbsd-overlay .
 Or by adding the system-specific include directory with the
@@ -64,7 +64,7 @@ this is less portable as it makes using
 mandatory and it will not work on BSD-based systems, and requires
 modifying original BSD code.
 This can be done with the
-.Xr pkg-config 1
+.Xr pkgconf 1
 library named
 .Pa libbsd .
 The includes in this case should be namespaced with
@@ -79,7 +79,7 @@ program so that the
 .Fn setproctitle_init 3
 function gets invoked automatically at startup time.
 This can be done with the
-.Xr pkg-config 1
+.Xr pkgconf 1
 library named
 .Pa libbsd-ctor .
 .Sh HEADERS
index 4d3290af6479465bd255cc1127bacc720add83ac..1a790881b6801c011b73a6be3326ed009fc7471d 100644 (file)
@@ -54,7 +54,7 @@ library routine only needs to be called (before any call to
 and with
 .Fn main
 arguments), if the automatic constructor support has not
-been linked in through the libbsd-ctor pkg-config file.
+been linked in through the libbsd-ctor pkgconf file.
 .Pp
 The title is set from the executable's name, followed by the
 result of a
index f25dbfc1b88a9ff3dc0a33e8f969fe12a3a29be1..d97de50000c44f920c17ad8bdc4c0b64514f0f50 100644 (file)
@@ -38,7 +38,7 @@
  *
  * To avoid any other possible fallout, the constructor is split into a
  * new static library that needs to be linked explicitly into programs
- * using setproctitle(). As an additional safety measure the pkg-config
+ * using setproctitle(). As an additional safety measure the pkgconf(1)
  * linker flags will mark the program as not allowing to be dlopen()ed
  * so that we make sure to avoid the problem described above.
  */