Removed tabs

This commit is contained in:
Michael Kerrisk 2008-07-07 07:46:27 +00:00
parent 6d2d2a9ec8
commit b318c2bf79
1 changed files with 16 additions and 16 deletions

32
Changes
View File

@ -29,7 +29,7 @@ getcpu.2
sched_getcpu.3 sched_getcpu.3
mtk mtk
Documents sched_getcpu(3), a wrapper for getcpu(2), provided Documents sched_getcpu(3), a wrapper for getcpu(2), provided
since glibc 2.6. since glibc 2.6.
cpuset.7 cpuset.7
Paul Jackson, with review and editing by mtk, and comments by Paul Jackson, with review and editing by mtk, and comments by
@ -67,7 +67,7 @@ mbind.2
sched_setaffinity.2 sched_setaffinity.2
set_mempolicy.2 set_mempolicy.2
mtk mtk
SEE ALSO: Add getcpu(2). SEE ALSO: Add getcpu(2).
accept.2 accept.2
close.2 close.2
@ -122,23 +122,23 @@ sigaction.2
mtk mtk
Note circumstances in which each SA_* flag is meaningful. Note circumstances in which each SA_* flag is meaningful.
mtk mtk
Describe POSIX specification, and Linux semantics for Describe POSIX specification, and Linux semantics for
SA_NOCLDWAIT when establishing a handler for SIGCHLD. SA_NOCLDWAIT when establishing a handler for SIGCHLD.
mtk mtk
Add pointer under SA_RESTART to new text in signal(7) Add pointer under SA_RESTART to new text in signal(7)
describing system call restarting. describing system call restarting.
mtk mtk
Other minor edits. Other minor edits.
truncate.2 truncate.2
mtk mtk
ERRORS: Added EINTR error. ERRORS: Added EINTR error.
A few minor rewordings. A few minor rewordings.
wait.2 wait.2
mtk mtk
Remove statement that WUNTRACED and WCONTINUED only have effect Remove statement that WUNTRACED and WCONTINUED only have effect
if SA_NOCLDSTOP has not been set for SIGCHLD. That's not true. if SA_NOCLDSTOP has not been set for SIGCHLD. That's not true.
errno.3 errno.3
mtk mtk
@ -151,8 +151,8 @@ getgrouplist.3
readdir.3 readdir.3
mtk mtk
Remove <sys/types.h> from SYNOPSIS; POSIX.1-2001 does not Remove <sys/types.h> from SYNOPSIS; POSIX.1-2001 does not
require it. require it.
Some minor rewordings. Some minor rewordings.
sleep.3 sleep.3
mtk mtk
@ -178,16 +178,16 @@ proc.5
signal.7 signal.7
mtk mtk
Add a section describing system call restarting, and noting Add a section describing system call restarting, and noting
which system calls are affected by SA_RESTART, and which which system calls are affected by SA_RESTART, and which
system calls are never restarted. system calls are never restarted.
mtk mtk
Describe the aberrant Linux behavior whereby a stop signal Describe the aberrant Linux behavior whereby a stop signal
plus SIGCONT can interrupt some system calls, even if no plus SIGCONT can interrupt some system calls, even if no
signal handler has been established, and note the system signal handler has been established, and note the system
calls that behave this way. calls that behave this way.
mtk mtk
Note a few more architectures on which signal numbers are valid. Note a few more architectures on which signal numbers are valid.
SEE ALSO: added a number of pages. SEE ALSO: added a number of pages.
mtk mtk
Update async-signal-safe function list for POSIX.1-2004 (which Update async-signal-safe function list for POSIX.1-2004 (which
adds sockatmark()). adds sockatmark()).