]> granicus.if.org Git - strace/commit
strace.1.in: rewrite conditional parts
authorEugene Syromyatnikov <evgsyr@gmail.com>
Tue, 23 Jul 2019 23:43:25 +0000 (01:43 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 4 Aug 2019 22:33:09 +0000 (22:33 +0000)
commit91c6c7acc56499a546569d7dac9dc628633f510d
treeb0c0d3e94865c3f9a7a990485abb429b8ee4493c
parent865c0c0f70cc1934a313b5ad39d27597451e77f3
strace.1.in: rewrite conditional parts

The current implementation doesn't work as intended since in case the
condition is false, .ig has no effect and it results in "warning: macro
'end_unwind_opt' not defined".  Rewrite it into something more dumb and
verbose, but hopefully correct.

* strace.1.in (.SH SYNOPSYS, .SS Output format): Prepend each
conditional line with respective ".if" instead of trying to wrap
it in ".ig".
strace.1.in