Commit a8531ad0513074dc706929b66ad2544945d9d11a

Jakub Wilk 2018-05-22T13:08:56

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

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