From b75101c34b9b3deb1fe7b948a7cf6bf8d102911a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 25 Apr 2008 06:57:43 +0000 Subject: [PATCH] Removed trailing white space at end of lines --- Changes | 16 ++++++++-------- man2/mount.2 | 6 +++--- man2/msgop.2 | 2 +- man2/sched_rr_get_interval.2 | 2 +- man3/gethostbyname.3 | 4 ++-- man3/random_r.3 | 4 ++-- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Changes b/Changes index a7391d0e4..b47216553 100644 --- a/Changes +++ b/Changes @@ -179,14 +179,14 @@ epoll_wait.2 fork.2 mtk NOTES: since glibc 2.3.3, the glibc NPTL fork() wrapper - bypasses the fork() system call to invoke clone() with + bypasses the fork() system call to invoke clone() with flags providing equivalent functionality. gettid.2 mtk Added VERSIONS section noting that this system call first appeared in 2.4.11. - + kill.2 Marty Leiser / mtk Add text explicitly noting that sig==0 can be used to check for @@ -211,15 +211,15 @@ msgop.2 open.2 mtk - Note that O_CLOEXEC should be in the next POSIX.1 revision. - + Note that O_CLOEXEC should be in the next POSIX.1 revision. + poll.2 mtk If the 'sigmask' is NULL, then ppoll() is equivalent to poll() with respect to signal mask manipulations. recv.2 - Felix Kater / mtk + Felix Kater / mtk Improve wording for EAGAIN error in discussion of MSG_DONTWAIT. utime.2 @@ -247,7 +247,7 @@ setpgid.2 setpriority.2 mtk, after a note from Ingo Molnar - Add text in NOTES about the punchier effect of nice values in + Add text in NOTES about the punchier effect of nice values in kernel 2.6.23 and later. Add Documentation/scheduler/sched-nice-design.txt to SEE ALSO list. @@ -317,7 +317,7 @@ futimes.3 Change description in NAME line ("or" is not correct: these calls always change *both* timestamps). CONFORMING TO: futimes() did not come from 4.2BSD. (It came from - FreeBSD; see the FreeBSD man page.) + FreeBSD; see the FreeBSD man page.) getenv.3 mtk @@ -352,7 +352,7 @@ raise.3 as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476484. mtk Rewrites and additions to various parts of the page. - + rand.3 Tolga Dalman / aeb / mtk Remove outdated warning in NOTES; encourage the use of diff --git a/man2/mount.2 b/man2/mount.2 index 8a9d57eac..1238729bc 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -94,14 +94,14 @@ and in \fI\fP for glibc2) in the low order 16 bits: .\" These need to be documented on this page. .\" See: .\" Documentation/filesystems/sharedsubtree.txt -.\" +.\" .\" http://lwn.net/Articles/159077/ -.\" +.\" .\" http://myweb.sudhaa.com:2022/~ram/sharedsubtree/paper/sharedsubtree.1.pdf .\" Shared-Subtree Concept, Implementation, and Applications in Linux .\" Al Viro viro@ftp.linux.org.uk .\" Ram Pai linuxram@us.ibm.com -.\" +.\" .\" http://foss.in/2005/slides/sharedsubtree1.pdf .\" Shared Subtree Concept and Implementation in the Linux Kernel .\" Ram Pai diff --git a/man2/msgop.2 b/man2/msgop.2 index 33ac240a0..c64f66552 100644 --- a/man2/msgop.2 +++ b/man2/msgop.2 @@ -125,7 +125,7 @@ A blocked .BR msgsnd () call may also fail if: .IP * 2 -the queue is removed, +the queue is removed, in which case the system call fails with .I errno set to diff --git a/man2/sched_rr_get_interval.2 b/man2/sched_rr_get_interval.2 index 96a59eed2..d96f9dee2 100644 --- a/man2/sched_rr_get_interval.2 +++ b/man2/sched_rr_get_interval.2 @@ -93,7 +93,7 @@ The process whose ID is \fIpid\fP could not be found. POSIX.1-2001. .SH NOTES .SS Linux Notes -.\" FIXME +.\" FIXME .\" From at least Linux 2.6.9, the following is no longer true .\" for SCHED_RR processes. For RR processes the timeslice is always .\" DEF_TIMESLICE, or 0.1 secs. diff --git a/man3/gethostbyname.3 b/man3/gethostbyname.3 index e8819f69f..08ba58499 100644 --- a/man3/gethostbyname.3 +++ b/man3/gethostbyname.3 @@ -287,7 +287,7 @@ POSIX.1-2001 specifies .BR gethostent (), and .IR h_errno . -.\" FIXME . SUSv4 removes the specs for gethostbyname(), +.\" FIXME . SUSv4 removes the specs for gethostbyname(), .\" gethostbyaddr(), and h_errno. .SH NOTES The functions @@ -335,7 +335,7 @@ POSIX.1-2001 marks and .BR gethostbyname () obsolescent. -.\" FIXME . SUSv4 removes the specs for gethostbyname(), +.\" FIXME . SUSv4 removes the specs for gethostbyname(), .\" gethostbyaddr(), and h_errno. See .BR getaddrinfo (3), diff --git a/man3/random_r.3 b/man3/random_r.3 index edb06d6ff..56ba20385 100644 --- a/man3/random_r.3 +++ b/man3/random_r.3 @@ -23,7 +23,7 @@ .\" .TH RANDOM_R 3 2008-03-07 "GNU" "Linux Programmer's Manual" .SH NAME -random_r, srandom_r, initstate_r, setstate_r \- reentrant +random_r, srandom_r, initstate_r, setstate_r \- reentrant random number generator .SH SYNOPSIS .nf @@ -120,7 +120,7 @@ argument to was NULL. .SH "CONFORMING TO" These functions are non-standard glibc extensions. -.\" These functions appear to be on Tru64, but don't seem to be on +.\" These functions appear to be on Tru64, but don't seem to be on .\" Solaris, HP-UX, or FreeBSD. .SH "SEE ALSO" .BR drand48 (3),