Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/lib/libc/sys pullup rev.1.11 from trunk (approved by th...



details:   https://anonhg.NetBSD.org/src/rev/4dd78cbaf382
branches:  netbsd-1-5
changeset: 488805:4dd78cbaf382
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Jul 30 09:39:50 2000 +0000

description:
pullup rev.1.11 from trunk (approved by thorpej):
PT_DETACH treats addr & data the same way as PT_CONTINUE, actually

diffstat:

 lib/libc/sys/ptrace.2 |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 922e8858b57f -r 4dd78cbaf382 lib/libc/sys/ptrace.2
--- a/lib/libc/sys/ptrace.2     Sun Jul 30 09:21:45 2000 +0000
+++ b/lib/libc/sys/ptrace.2     Sun Jul 30 09:39:50 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ptrace.2,v 1.10 1999/12/02 21:42:38 kleink Exp $
+.\"    $NetBSD: ptrace.2,v 1.10.4.1 2000/07/30 09:39:50 jdolecek Exp $
 .\"
 .\" This file is in the public domain.
 .Dd November 7, 1994
@@ -169,8 +169,7 @@
 it may not trace another process unless that process's root directory
 is at or below the tracing process's root.
 .It Dv PT_DETACH
-This request is like PT_CONTINUE, except that it does not allow
-specifying an alternative place to continue execution, and after it
+This request is like PT_CONTINUE, except that after it
 succeeds, the traced process is no longer traced and continues
 execution normally.
 .El



Home | Main Index | Thread Index | Old Index