]> granicus.if.org Git - strace/blobdiff - strace.1.in
strace.1.in: add a missing comma before "but"
[strace] / 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