Removed tabs

This commit is contained in:
Michael Kerrisk 2007-12-20 12:12:13 +00:00
parent 2337a1d3b0
commit 4aa6e14b97
1 changed files with 15 additions and 15 deletions

30
Changes
View File

@ -39,7 +39,7 @@ Various pages
Various pages
mtk
Make the standard indent for code samples, shell session
logs, etc. to be ".in +4n".
logs, etc. to be ".in +4n".
Typographical or grammatical errors have been corrected in several places.
@ -58,12 +58,12 @@ chroot.2
epoll_wait.2
mtk
Fix types in structs.
Formatting fixes.
Formatting fixes.
mount.2
mtk, after a note by Sam Morris
Clarify that MS_NODIRATIME provides a subset of the
functionality provided by MS_NOATIME.
functionality provided by MS_NOATIME.
sched_setaffinity.2
mtk
@ -72,7 +72,7 @@ sched_setaffinity.2
select_tut.2
mtk
Fix (my) typos in argument names.
Formatting fixes.
Formatting fixes.
spu_create.2
Jeremy Kerr
@ -81,20 +81,20 @@ spu_create.2
times.2
mtk, after a note from David Brown and Andrew Morton
http://marc.info/?l=linux-kernel&m=119447727031225&w=2
Rework the text describing the return value to be closer
to the requirements of POSIX.1; move Linux details
to NOTES and add a warning not to rely on those details.
Add a warning about the -1 to -4095 bug which results
in a 41 second window where the glibc wrapper will wrongly
return -1 indicating an error.
Rework the text describing the return value to be closer
to the requirements of POSIX.1; move Linux details
to NOTES and add a warning not to rely on those details.
Add a warning about the -1 to -4095 bug which results
in a 41 second window where the glibc wrapper will wrongly
return -1 indicating an error.
mtk
Remove cruft HZ text.
Clarify text describing return value of clock(3).
Remove cruft HZ text.
Clarify text describing return value of clock(3).
getw.3
Mats Wichmann
CONFORMING TO: getw() and putw() were in SUSv2, but are not
in POSIX.1-2001.
in POSIX.1-2001.
hash.3
mtk / Alain Portal
@ -109,7 +109,7 @@ st.4
vcs.4
Samuel Thibault
Document VT_GETHIFONTMASK (new in 2.6.18) and add to example program;
attribute/text characters are in the host byte order.
attribute/text characters are in the host byte order.
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456437
mtk
Minor edits.
@ -125,7 +125,7 @@ inotify.7
man-pages.7
mtk
Note that code segments, structure definitions, shell session
logs, should be indented by 4 spaces.
logs, should be indented by 4 spaces.
spufs.7
Jeremy Kerr