libbsd: Branch 'master' - 2 commits

Guillem Jover guillem at kemper.freedesktop.org
Wed May 23 01:06:19 UTC 2018


 man/libbsd.7          |    2 +-
 man/setproctitle.3bsd |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a8531ad0513074dc706929b66ad2544945d9d11a
Author: Jakub Wilk <jwilk at jwilk.net>
Date:   Tue May 22 13:08:56 2018 +0200

    man: Fix comma splice
    
    Signed-off-by: Guillem Jover <guillem at hadrons.org>

diff --git a/man/setproctitle.3bsd b/man/setproctitle.3bsd
index d66c172..7425b77 100644
--- a/man/setproctitle.3bsd
+++ b/man/setproctitle.3bsd
@@ -118,7 +118,7 @@ similar functions.
 .Pp
 The
 .Fn setproctitle_init
-function is a libbsd extension not present on the BSDs, avoid using it
+function is a libbsd extension not present on the BSDs; avoid using it
 in portable code.
 .Sh AUTHORS
 .An -nosplit
commit c4b0fd2c9f3e0f533536556c2b2e6eb6a2467ac4
Author: Jakub Wilk <jwilk at jwilk.net>
Date:   Tue May 22 13:08:55 2018 +0200

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

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


More information about the libbsd mailing list