Module Name:    src
Committed By:   christos
Date:           Thu Jul  2 03:50:21 UTC 2015

Modified Files:
        src/lib/libc/sys: ptrace.2

Log Message:
document PIOD_READ_AUXV.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/sys/ptrace.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/ptrace.2
diff -u src/lib/libc/sys/ptrace.2:1.36 src/lib/libc/sys/ptrace.2:1.37
--- src/lib/libc/sys/ptrace.2:1.36	Mon Jul 28 04:10:23 2014
+++ src/lib/libc/sys/ptrace.2	Wed Jul  1 23:50:21 2015
@@ -1,7 +1,7 @@
-.\"	$NetBSD: ptrace.2,v 1.36 2014/07/28 08:10:23 christos Exp $
+.\"	$NetBSD: ptrace.2,v 1.37 2015/07/02 03:50:21 christos Exp $
 .\"
 .\" This file is in the public domain.
-.Dd July 28, 2014
+.Dd July 1, 2015
 .Dt PTRACE 2
 .Os
 .Sh NAME
@@ -224,11 +224,15 @@ Possible values are:
 .It Dv PIOD_WRITE_D
 .It Dv PIOD_READ_I
 .It Dv PIOD_WRITE_I
+.It Dv PIOD_READ_AUXV
 .El
 .Pp
 See the description of
 .Dv PT_READ_I
 for the difference between I and D spaces.
+The
+.Dv PIOD_READ_AUXV
+operation can be used to read from the ELF auxiliary vector.
 A pointer to the I/O descriptor is passed in the
 .Fa addr
 argument to

Reply via email to