From: Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
To: Michael Kerrisk <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH] ptrace(2): only reference sys/user.h
Date: Tue, 17 Mar 2009 19:58:01 -0400 [thread overview]
Message-ID: <1237334281-20353-1-git-send-email-vapier@gentoo.org> (raw)
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
next reply other threads:[~2009-03-17 23:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-17 23:58 Mike Frysinger [this message]
[not found] ` <1237334281-20353-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-03-29 20:34 ` [PATCH] ptrace(2): only reference sys/user.h Michael Kerrisk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1237334281-20353-1-git-send-email-vapier@gentoo.org \
--to=vapier-abrp7r+bbdudnm+yrofe0a@public.gmane.org \
--cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox