From 11c85ed8752a94de2e8980b65485922e2ec13271 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 14 Aug 2012 00:39:21 +0200 Subject: [PATCH] Removed trailing white space at end of lines --- man2/ioprio_set.2 | 2 +- man2/ptrace.2 | 2 +- man3/strcpy.3 | 4 ++-- 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 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.