* [PATCH] ptrace(2): only reference sys/user.h
@ 2009-03-17 23:58 Mike Frysinger
[not found] ` <1237334281-20353-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2009-03-17 23:58 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
The kernel no longer installs linux/user.h, so update references to
sys/user.h.
Signed-off-by: Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread[parent not found: <1237334281-20353-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>]
* Re: [PATCH] ptrace(2): only reference sys/user.h [not found] ` <1237334281-20353-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org> @ 2009-03-29 20:34 ` Michael Kerrisk 0 siblings, 0 replies; 2+ messages in thread From: Michael Kerrisk @ 2009-03-29 20:34 UTC (permalink / raw) To: Mike Frysinger; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA Hi Mike, On Wed, Mar 18, 2009 at 12:58 PM, Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org> 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-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org> > --- > 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-29 20:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-17 23:58 [PATCH] ptrace(2): only reference sys/user.h Mike Frysinger
[not found] ` <1237334281-20353-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-03-29 20:34 ` Michael Kerrisk
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox