kcmp.3: Reword slightly awkward section

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Shawn Landden 2013-11-27 08:43:28 -08:00 committed by Michael Kerrisk
parent d32f180238
commit df2f284e48
1 changed files with 6 additions and 3 deletions

View File

@ -117,10 +117,13 @@ are ignored.
.PP
Note the
.BR kcmp ()
is not protected against false positives which may have place if tasks are
is not protected against false positives which may occur if tasks are
running.
Which means one should stop tasks being inspected with this syscall to obtain
meaningful results.
One should stop tasks by sending
.BR SIGSTOP
(see
.BR signal (7))
prior to inspection with this syscall to obtain meaningful results.
.SH RETURN VALUE
The return value of a successful call to
.BR kcmp ()