]> granicus.if.org Git - strace/commit
strace.1.in: try to be more clear with -e trace=class deprecation notice
authorEugene Syromyatnikov <evgsyr@gmail.com>
Tue, 27 Aug 2019 23:02:25 +0000 (01:02 +0200)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Tue, 27 Aug 2019 23:12:06 +0000 (01:12 +0200)
commitc5af54a0c42aefb1f1774fcf5f6b81ce9662e1df
tree603372bdbdd26d3215b1015984cda1d3f8c75157
parent0aeead5c03e9e57223f3aba01de8b74e7842fda8
strace.1.in: try to be more clear with -e trace=class deprecation notice

It was reported that the current way of labelling of the percent-less
-e trace=class syntax variant may be confusing, as it can be read
as deprecation of the whole option and not specific syntax; try to be
more clear by moving the deprecation notices into the option
descriptions.

* strace.1.in (.SS Filtering): Move the deprecation notice
of -e trace={file,process,network,signal,ipc,desc,memory} syntax
to the descriptions of the respective options.

Reported-by: Alexey Gladkov <gladkov.alexey@gmail.com>
strace.1.in