summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-08-14 00:39:21 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-08-14 00:39:21 +0200
commit11c85ed8752a94de2e8980b65485922e2ec13271 (patch)
treea38be278a08f8ce1ed213cef4da64a8099c10b9f
parentbf42aad4a792886c15dd4c8589c4b5dc9aeee347 (diff)
Removed trailing white space at end of lines
-rw-r--r--man2/ioprio_set.22
-rw-r--r--man2/ptrace.22
-rw-r--r--man3/strcpy.34
3 files changed, 4 insertions, 4 deletions
diff --git a/man2/ioprio_set.2 b/man2/ioprio_set.2
index 7745d8e31..ce421825f 100644
--- a/man2/ioprio_set.2
+++ b/man2/ioprio_set.2
@@ -71,7 +71,7 @@ is 0, then operate on the process group of which the caller is a member.
.I who
is a user ID identifying all of the processes that
have a matching real UID.
-.\" FIXME who==0 needs to be documented,
+.\" FIXME who==0 needs to be documented,
.\" See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652443
.PP
If
diff --git a/man2/ptrace.2 b/man2/ptrace.2
index 3f82d649e..c45e569a5 100644
--- a/man2/ptrace.2
+++ b/man2/ptrace.2
@@ -1750,7 +1750,7 @@ from an
file descriptor.
The usual symptom of this bug is that when you attach to
a quiescent process with the command
-
+
strace -p <process-ID>
then, instead of the usual
diff --git a/man3/strcpy.3 b/man3/strcpy.3
index 066433590..54023e54e 100644
--- a/man3/strcpy.3
+++ b/man3/strcpy.3
@@ -66,7 +66,7 @@ If the length of
is less than
.IR n ,
.BR strncpy ()
-writes additional null bytes to
+writes additional null bytes to
.I dest
to ensure that a total of
.I n
@@ -151,7 +151,7 @@ This function is similar to
.BR strncpy (),
but it copies at most
.I size\-1
-bytes to
+bytes to
.IR dest ,
always adds a terminating null byte,
and does not pad the target with (further) null bytes.