Removed tabs

This commit is contained in:
Michael Kerrisk 2008-04-25 06:57:37 +00:00
parent ff4e3b35c4
commit c66bee13cf
1 changed files with 62 additions and 62 deletions

124
Changes
View File

@ -50,7 +50,7 @@ filesystems.5
packet.7
mtk
s/time stamp/timestamp/, for consistency with majority use
in other pages, and in POSIX.1.
in other pages, and in POSIX.1.
madvise.2
mbind.2
@ -61,26 +61,26 @@ msync.2
remap_file_pages.2
mtk
Change name of 'start' argument to 'addr' for consistency
with:
* other memory related interfaces
* POSIX specification (for those interfaces in POSIX)
with:
* other memory related interfaces
* POSIX specification (for those interfaces in POSIX)
* Linux and glibc source code (in at least some cases)
Various pages
mtk
s/filesystem/file system/, for consistency with majority use
in other pages, and in POSIX.1.
in other pages, and in POSIX.1.
Various pages
mtk
s/zeroes/zeros/, for consistency with majority use
in other pages, and in POSIX.1.
in other pages, and in POSIX.1.
abs.3
proc.5
mtk
s/builtin/built-in/, for consistency with majority use
in other pages, and in POSIX.1.
in other pages, and in POSIX.1.
mknod.2
ftw.3
@ -105,15 +105,15 @@ Various pages
Various pages
mtk
Use "run time" when non-attributive, "run-time" when attributive.
Use "run time" when non-attributive, "run-time" when attributive.
Various pages
mtk
Various pages that I wrote carried a slightly modified version
of the "verbatim" license. In the interests of minimizing
lincense proliferation, I've reverted the modified form
so that the license is exactly the same as on other pages
carrying the verbatim license.
of the "verbatim" license. In the interests of minimizing
lincense proliferation, I've reverted the modified form
so that the license is exactly the same as on other pages
carrying the verbatim license.
Typographical or grammatical errors have been corrected in several places.
(Special thanks to Nicolas François.)
@ -125,8 +125,8 @@ New pages
random_r.3
mtk, after a suggestion by aeb
Documents random_r(3), srandom_r(3), initstate_r(32), and
setstate_r(3), which are the reentrant equivalents of
random(3), srandom(3), initstate(3), and setstate(3).
setstate_r(3), which are the reentrant equivalents of
random(3), srandom(3), initstate(3), and setstate(3).
New links
@ -165,7 +165,7 @@ Changes to individual pages
clone.2
mtk
Added note that CLONE_STOP (which no-one ever used anyway) is
now deprecated.
now deprecated.
epoll_ctl.2
mtk
@ -174,30 +174,30 @@ epoll_ctl.2
epoll_wait.2
mtk
If the 'sigmask' is NULL, then epoll_pwait() is equivalent
to epoll_wait().
to epoll_wait().
fork.2
mtk
NOTES: since glibc 2.3.3, the glibc NPTL fork() wrapper
bypasses the fork() system call to invoke clone() with
flags providing equivalent functionality.
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.
appeared in 2.4.11.
kill.2
Marty Leiser / mtk
Add text explicitly noting that sig==0 can be used to check for
the existence of a PID or PGID.
the existence of a PID or PGID.
mtk
A few minor rewordings.
mmap.2
mtk
Added some .SS headings to make structure of page a little
more obvious.
Added some .SS headings to make structure of page a little
more obvious.
mount.2
mtk
@ -212,11 +212,11 @@ msgop.2
open.2
mtk
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.
with respect to signal mask manipulations.
recv.2
Felix Kater / mtk
@ -230,8 +230,8 @@ utime.2
sched_setscheduler.2
mtk, with input from Ingo Molnar
Add description of SCHED_IDLE policy (new in 2.6.23).
Tweak description of SCHED_BATCH.
Minor rewordings.
Tweak description of SCHED_BATCH.
Minor rewordings.
select_tut.2
Justin Pryzby
@ -248,14 +248,14 @@ setpgid.2
setpriority.2
mtk, after a note from Ingo Molnar
Add text in NOTES about the punchier effect of nice values in
kernel 2.6.23 and later.
kernel 2.6.23 and later.
Add Documentation/scheduler/sched-nice-design.txt to SEE ALSO list.
signalfd.2
mtk
Added BUGS text noting that before kernel 2.6.25, the ssi_int
and ssi_ptr fields are not set.
Added comments describing fields in signalfd_siginfo structure.
and ssi_ptr fields are not set.
Added comments describing fields in signalfd_siginfo structure.
Update field names in example program (s/signo/ssi_signo/).
Various small fixes, and remove duplicated sentence.
@ -269,20 +269,20 @@ stat.2
timerfd_create.2
mtk
Minor change to example program.
Minor change to example program.
Minor wording change.
utime.2
mtk
Change description in NAME line ("or" is not correct: these calls
always change *both* timestamps).
CONFORMING TO: utimes() is in POSIX.1-2001.
always change *both* timestamps).
CONFORMING TO: utimes() is in POSIX.1-2001.
wait.2
mtk, after a note by Justin Pryzby
Add a sentence clarifying that even though the default disposition
of SIGCHLD is "ignore", explicitly setting the disposition to
SIG_IGN results in different treatment of zombies.
of SIGCHLD is "ignore", explicitly setting the disposition to
SIG_IGN results in different treatment of zombies.
aio_cancel.3
aio_error.3
@ -301,9 +301,9 @@ backtrace.3
ctime.3
mtk
Add warning under NOTES that asctime(), ctime(), gmtime(), and
localtime() may each overwrite the static object returned by any
of the other calls.
Other minor edits.
localtime() may each overwrite the static object returned by any
of the other calls.
Other minor edits.
fexecve.3
mtk
@ -315,17 +315,17 @@ futimes.3
Add documentation of lutimes(), which appeared in glibc 2.6.
mtk
Change description in NAME line ("or" is not correct: these calls
always change *both* timestamps).
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
Noted that caller must not modify returned value string.
Noted that getenv() is not reentrant: the buffer may be statically
allocated and overwritten by later calls to getenv(), putenv(),
setenv(), or unsetenv().
Other minor rewrites.
Noted that getenv() is not reentrant: the buffer may be statically
allocated and overwritten by later calls to getenv(), putenv(),
setenv(), or unsetenv().
Other minor rewrites.
gethostbyname.3
mtk
@ -337,45 +337,45 @@ getopt.3
malloc.3
mtk
RETURN VALUE: Note circumstances in which successful malloc() and
RETURN VALUE: Note circumstances in which successful malloc() and
calloc() can return NULL.
mq_open.3
mtk, after a note by Marty Leisner
Note that <fcntl.h> is needed for O_* constants and <sys/stat.h> is
needed for 'mode' constants.
Note that <fcntl.h> is needed for O_* constants and <sys/stat.h> is
needed for 'mode' constants.
raise.3
mtk / Timothy Baldwin
Clarify semantics of raise() when called from a multithreaded
program.
program.
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
random(3) instead.
random(3) instead.
random.3
aeb / mtk / Tolga Dalman
Recommend use or random_r(3) for multithreaded applications
that need independent, reproducible sequences of random numbers.
that need independent, reproducible sequences of random numbers.
Move references to "The Art of Computer Programming" and
"Numerical Recipes", formerly in rand(3), to this page.
Move references to "The Art of Computer Programming" and
"Numerical Recipes", formerly in rand(3), to this page.
Add drand48(93) to SEE ALSO list.
sem_post.3
mtk
Added pointer to example in sem_wait(3).
Added pointer to example in sem_wait(3).
sem_open.3
mtk, after a note by Marty Leisner
Note that <fcntl.h> is needed for O_* constants and <sys/stat.h> is
needed for 'mode' constants.
Note that <fcntl.h> is needed for O_* constants and <sys/stat.h> is
needed for 'mode' constants.
sem_close.3
sem_destroy.3
@ -387,19 +387,19 @@ sem_unlink.3
sem_wait.3
mtk, after a note from Marty Leisner
Add text to SYNOPSIS noting the need to link with "-lrt" or
"-pthread".
"-pthread".
setenv.3
mtk
setenv() copies 'name' and 'value' (contrast with putenv()).
unsetenv() of a nonexistent variable does nothing and is
considered successful.
unsetenv() of a nonexistent variable does nothing and is
considered successful.
Noted that setenv() and unsetenv() need not be reentrant.
shm_open.3
mtk, after a note by Marty Leisner
Note that <fcntl.h> is needed for O_* constants and <sys/stat.h> is
needed for 'mode' constants.
Note that <fcntl.h> is needed for O_* constants and <sys/stat.h> is
needed for 'mode' constants.
undocumented.3
mtk
@ -422,7 +422,7 @@ inotify.7
Document SIGIO feature (new in 2.6.25) for inotify file descriptors.
mtk
Note that select()/poll()/epoll_wait() indicate a ready inotify
file descriptor as readable.
file descriptor as readable.
pthreads.7
Justin Pryzby