From: Eugene Syromyatnikov Date: Wed, 25 Sep 2019 18:13:25 +0000 (+0200) Subject: strace.1.in: add a missing comma before "but" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e236d048eff237cbc832cc8a118026b8e6812728;p=strace strace.1.in: add a missing comma before "but" * strace.1.in (.SH DESCRIPTION): Add a missing comma. --- diff --git a/strace.1.in b/strace.1.in index 22c86af4..af5dcd6b 100644 --- a/strace.1.in +++ b/strace.1.in @@ -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