Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2008-04-25 06:57:43 +00:00
parent c66bee13cf
commit b75101c34b
6 changed files with 17 additions and 17 deletions

16
Changes
View File

@ -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

View File

@ -94,14 +94,14 @@ and in \fI<sys/mount.h>\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

View File

@ -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

View File

@ -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.

View File

@ -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),

View File

@ -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),