Hi Mike, On Wed, Mar 18, 2009 at 12:58 PM, Mike Frysinger <vapier@xxxxxxxxxx> wrote: > The kernel no longer installs linux/user.h, so update references to > sys/user.h. Thanks. Applied for 3.20. Cheers, Michael > Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> > --- > man2/ptrace.2 | 5 ++--- > 1 files changed, 2 insertions(+), 3 deletions(-) > > diff --git a/man2/ptrace.2 b/man2/ptrace.2 > index f75435d..0611bfe 100644 > --- a/man2/ptrace.2 > +++ b/man2/ptrace.2 > @@ -133,8 +133,7 @@ Reads a word at offset > .I addr > in the child's USER area, > which holds the registers and other information about the process > -(see \fI<linux/user.h>\fP and \fI<sys/user.h>\fP). > -The word is returned as the result of the > +(see \fI<sys/user.h>\fP). The word is returned as the result of the > .BR ptrace () > call. > Typically the offset must be word-aligned, though this might vary by > @@ -165,7 +164,7 @@ some modifications to the USER area are disallowed. > .BR PTRACE_GETREGS ", " PTRACE_GETFPREGS > Copies the child's general purpose or floating-point registers, > respectively, to location \fIdata\fP in the parent. > -See \fI<linux/user.h>\fP for information on > +See \fI<sys/user.h>\fP for information on > the format of this data. > (\fIaddr\fP is ignored.) > .TP > -- > 1.6.2 > > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html