]> granicus.if.org Git - strace/commit
manpage: remove bugs which are fixed
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 15 Mar 2012 16:32:56 +0000 (17:32 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 15 Mar 2012 16:32:56 +0000 (17:32 +0100)
commit7c2b1a6dd0788aee1b781a6727f556d8ef381939
tree96ba92e15d3b374460121cbeab2af1c96a083e04
parenta509054aeee00a89a2250919f74bd849c67ded61
manpage: remove bugs which are fixed

"A traced process ignores SIGSTOP" - fixed, expected to be in linux-3.4.x.
"A traced process which tries to block SIGTRAP will be sent a SIGSTOP
in an attempt to force continuation of tracing." - not needed
and no longer done.
"On Linux, exciting as it would be, tracing the init process is forbidden"
- not true anymore.
"When a traced process receives a SIGTRAP signal not
associated with tracing, strace will not report that signal correctly."
- not true anymore.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
strace.1