public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [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

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