Removed tabs

This commit is contained in:
Michael Kerrisk 2008-05-29 08:07:14 +00:00
parent 687784f27f
commit 2d94b12d54
1 changed files with 26 additions and 26 deletions

52
Changes
View File

@ -194,7 +194,7 @@ clone.2
epoll_create.2
mtk
Add NOTES section pointing out that 'size' argument is unused
since kernel 2.6.8.
since kernel 2.6.8.
epoll_ctl.2
mtk
@ -252,7 +252,7 @@ mmap.2
Since 2.6.23, MAP_NONBLOCK causes MAP_POPULATE to be a no-op.
mtk
NOTES: Added details on mapping address that is selected by
kernel when MAP_FIXED is / isn't specified.
kernel when MAP_FIXED is / isn't specified.
mount.2
mtk
@ -263,9 +263,9 @@ mount.2
msgctl.2
mtk
Clarify that "unused" fields in msginfo structure are
"unused within the kernel".
msginfo.msgpool is measured in kilobytes, not bytes.
Minor rewordings in comments for msginfo structure.
"unused within the kernel".
msginfo.msgpool is measured in kilobytes, not bytes.
Minor rewordings in comments for msginfo structure.
msgop.2
mtk
@ -295,8 +295,8 @@ open.2
Note that O_CLOEXEC should be in the next POSIX.1 revision.
mtk
More than just ext2 supports "mount -o bsdgroups" nowadays,
so make the discussion about group ownership of new files a bit
more generic.
so make the discussion about group ownership of new files a bit
more generic.
mtk
SEE ALSO: add chown(2) and chmod(2).
@ -314,7 +314,7 @@ posix_fadvise.2
ptrace.2
Anoop, Acked by Roland McGrath.
Re PTRACE_PEEKUSER: the offsets and data returned might not
match with the defintion of struct user.
match with the defintion of struct user.
See also http://lkml.org/lkml/2008/5/8/375
recv.2
@ -325,7 +325,7 @@ rmdir.2
Martin Pitt
POSIX.1 also allows EEXIST for the ENOTEMPTY error condition.
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467552.
sched_setscheduler.2
mtk, with input from Ingo Molnar
Add description of SCHED_IDLE policy (new in 2.6.23).
@ -339,8 +339,8 @@ select_tut.2
semctl.2
mtk
Clarify that "unused" fields in seminfo structure are
"unused within the kernel".
Minor rewordings in comments for seminfo structure.
"unused within the kernel".
Minor rewordings in comments for seminfo structure.
semop.2
Aurelien Gerome
@ -353,8 +353,8 @@ setpgid.2
shmctl.2
mtk
Clarify that "unused" fields in shminfo structure are
"unused within the kernel".
Minor rewordings in comments for shminfo structure.
"unused within the kernel".
Minor rewordings in comments for shminfo structure.
shmop.2
mtk, after a note from Reuben Thomas
@ -384,11 +384,11 @@ symlink.2
sync_file_range.2
mtk / Andrew Morton
Remove statement that (SYNC_FILE_RANGE_WAIT_BEFORE |
SYNC_FILE_RANGE_WRITE | SYNC_FILE_RANGE_WAIT_AFTER) is
a traditional fdatasync(2) operation.
See https://bugzilla.mozilla.org/show_bug.cgi?id=421482
comments 129 to 131.
SYNC_FILE_RANGE_WRITE | SYNC_FILE_RANGE_WAIT_AFTER) is
a traditional fdatasync(2) operation.
See https://bugzilla.mozilla.org/show_bug.cgi?id=421482
comments 129 to 131.
syscalls.2
mtk
This page is now up to date as at kernel 2.6.25.
@ -412,11 +412,11 @@ utime.2
CONFORMING TO: utimes() is in POSIX.1-2001.
mtk
Rename 'buf' argument of utime() to 'times' (like utimes()).
Clarify explanation of EACCES and EPERM errors.
Remove BUGS section, since it doesn't seem add useful information.
Clarified discussion of capabilities, and noted that
CAP_DAC_OVVERIDE also has a role.
Other minor rewordings.
Clarify explanation of EACCES and EPERM errors.
Remove BUGS section, since it doesn't seem add useful information.
Clarified discussion of capabilities, and noted that
CAP_DAC_OVVERIDE also has a role.
Other minor rewordings.
wait.2
mtk, after a note by Justin Pryzby
@ -439,7 +439,7 @@ backtrace.3
s/backtrace_symbols/backtrace_symbols_fd/ in one sentence.
mtk
Fix bogus reference to variable 'strings': should be:
"the array of pointers".
"the array of pointers".
ctime.3
mtk
@ -608,8 +608,8 @@ credentials.7
epoll.7
mtk, after a note from Sam Varshavchik
For answer A2, change "not recommended" to "careful programming
may be required".
may be required".
inotify.7
mtk
Document SIGIO feature (new in 2.6.25) for inotify file descriptors.