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