]> granicus.if.org Git - strace/commitdiff
strace.1.in: add a missing comma before "but"
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 25 Sep 2019 18:13:25 +0000 (20:13 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 25 Sep 2019 18:24:48 +0000 (18:24 +0000)
* strace.1.in (.SH DESCRIPTION): Add a missing comma.

strace.1.in

index 22c86af4d10ed5c14861fa7aa1c6a5567b2e371a..af5dcd6b031d67f10c4879126f27a9bbde428cd2 100644 (file)
@@ -214,9 +214,9 @@ on a system with supplementary group ids:
 .CW
 getgroups(32, [100, 0]) = 2
 .CE
-On the other hand, bit-sets are also shown using square brackets
-but set elements are separated only by a space.  Here is the shell,
-preparing to execute an external command:
+On the other hand, bit-sets are also shown using square brackets,
+but set elements are separated only by a space.
+Here is the shell, preparing to execute an external command:
 .CW
 sigprocmask(SIG_BLOCK, [CHLD TTOU], []) = 0
 .CE