Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Remove duplicated PT_DUMPCORE description in ma...



details:   https://anonhg.NetBSD.org/src/rev/9b4afb90d012
branches:  trunk
changeset: 349095:9b4afb90d012
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Nov 24 00:12:52 2016 +0000

description:
Remove duplicated PT_DUMPCORE description in machine-specific calls section

This function is part of the general ptrace(2) interface.

Sponsored by <The NetBSD Foundation>

diffstat:

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

diffs (34 lines):

diff -r a55d175c2b2c -r 9b4afb90d012 lib/libc/sys/ptrace.2
--- a/lib/libc/sys/ptrace.2     Thu Nov 24 00:05:13 2016 +0000
+++ b/lib/libc/sys/ptrace.2     Thu Nov 24 00:12:52 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ptrace.2,v 1.39 2016/11/01 15:30:47 wiz Exp $
+.\"    $NetBSD: ptrace.2,v 1.40 2016/11/24 00:12:52 kamil Exp $
 .\"
 .\" This file is in the public domain.
 .Dd November 1, 2016
@@ -534,24 +534,6 @@
 .\" can usefully be changed; they are set to the values returned by the
 .\" syscall and will be passed back to the traced process by the normal
 .\" syscall return mechanism.
-.It Dv PT_DUMPCORE
-Cause the traced process to dump core.
-If the
-.Fa addr
-argument is not
-.Dv NULL
-it is taken to be the pathname of the core file to be generated and the
-.Fa data
-argument should contain the length of the pathname.
-The pathname may contain
-.Dv %
-patterns that are expanded as described in
-.Xr sysctl 8 .
-If the
-.Fa data
-argument is
-.Dv NULL ,
-the default core file path generation rules are followed.
 .El
 .Sh ERRORS
 Some requests can cause



Home | Main Index | Thread Index | Old Index