--- cci/usr/src/man/man2/ptrace.2 2019/07/28 12:24:19 1.1 +++ cci/usr/src/man/man2/ptrace.2 2019/07/28 12:26:35 1.1.1.2 @@ -55,7 +55,7 @@ action of the call: This request is the only one used by the child process; it declares that the process is to be traced by its parent. All the other arguments are ignored. -Peculiar results will ensue +Peculiar results ensues if the parent does not expect to trace the child. .TP 4 1,2 @@ -116,7 +116,7 @@ and the child's execution continues at location .I addr as if it had incurred that signal. -Normally the signal number will be +Normally the signal number is either 0 to indicate that the signal that caused the stop should be ignored, or that value fetched out of the @@ -161,10 +161,10 @@ on subsequent calls. If a traced process calls .IR execve , -it will stop before executing the first instruction of the new image +it stops before executing the first instruction of the new image showing signal SIGTRAP. .PP -On Tahoe, \*(lqword\*(rq also means a 32-bit integer, +On Power 6/32, \*(lqword\*(rq also means a 32-bit integer, but the \*(lqeven\*(rq restriction does not apply. .SH "RETURN VALUE