aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-07-09 13:55:24 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-07-09 13:55:24 +0000
commit2914a14d30eb93866f78c5bbb0bc21b1e87b729d (patch)
treec2e7c374ccb0313920994b52bab7927e6ed328bf /man2
parent0d926a1248550154cce0782daf6191bd37b12c55 (diff)
downloadman-pages-2914a14d30eb93866f78c5bbb0bc21b1e87b729d.tar.gz
Removed trailing white space at end of lines
Diffstat (limited to 'man2')
-rw-r--r--man2/getrusage.26
-rw-r--r--man2/prctl.26
2 files changed, 6 insertions, 6 deletions
diff --git a/man2/getrusage.2 b/man2/getrusage.2
index 3e1a4da3d0..da1e41a1ac 100644
--- a/man2/getrusage.2
+++ b/man2/getrusage.2
@@ -49,11 +49,11 @@ returns resource usage measures for
.IR who ,
which can be one of the following:
.TP
-.B RUSAGE_SELF
-Return resource usage statistics for the calling process,
+.B RUSAGE_SELF
+Return resource usage statistics for the calling process,
which is the sum of resources used by all threads in the process.
.TP
-.B RUSAGE_CHILDREN
+.B RUSAGE_CHILDREN
Return resource usage statistics for all children of the
calling process that have terminated and been waited for.
These statistics will include the resources used by grandchildren,
diff --git a/man2/prctl.2 b/man2/prctl.2
index 667cc0e61a..a292a59551 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -125,7 +125,7 @@ or 0 if it is not.
.IR <linux/capability.h> .)
The capability bounding set dictates
whether the process can receive the capability through a
-file's permitted capability set on a subsequent call to
+file's permitted capability set on a subsequent call to
.BR execve (2).
If the capability specified in
@@ -144,7 +144,7 @@ reduced bounding set.
The call fails with the error:
.B EPERM
-if the calling thread does not have the
+if the calling thread does not have the
.BR CAP_SETPCAP ;
.BR EINVAL
if
@@ -181,7 +181,7 @@ when the process tries to read the timestamp counter.
.TP
.BR PR_GET_TSC " (since Linux 2.6.26, x86 only)"
Return the state of the flag determining whether the timestamp counter
-can be read,
+can be read,
in the location pointed to by
.IR "(int\ *) arg2" .
.TP