Removed tabs

This commit is contained in:
Michael Kerrisk 2007-06-20 20:23:15 +00:00
parent 4c4ee46a3f
commit 43ef717e5e
1 changed files with 21 additions and 21 deletions

42
Changes
View File

@ -59,7 +59,7 @@ putenv.3
wprintf.3
mtk
Replace form `...' with \fI...\fP where the enclosed string
is a pathname, type name, or argument name.
is a pathname, type name, or argument name.
A few files
mtk
@ -112,7 +112,7 @@ New pages
backtrace.3
mtk, with input from Justin Pryzby and Stefan Puiu
Documents backtrace(), backtrace_symbols(), and
backtrace_symbols_fd().
backtrace_symbols_fd().
New links
@ -142,8 +142,8 @@ eval.1p
chdir.2
mtk
Fixed description of EACCES error.
Added sentence defining "curret working directory".
Other minor wording changes.
Added sentence defining "curret working directory".
Other minor wording changes.
cfree.3
mtk
@ -214,7 +214,7 @@ ipc.2
Add recvmsg() and sendmsg() to SEE ALSO.
mtk
Note that some architectures don't have ipc(2); instead
real system calls are provided for shmctl(), semctl(), etc.
real system calls are provided for shmctl(), semctl(), etc.
listen.2
mtk
@ -223,12 +223,12 @@ listen.2
sched_setscheduler.2
mtk
Add NOTES para about permissions required to call
sched_setscheduler() on other systems.
sched_setscheduler() on other systems.
select.2
mtk
Noted that 'timeout' can also be changed if select() is
interrupted by a signal.
interrupted by a signal.
setup.2
mtk
@ -241,19 +241,19 @@ shmop.2
socketcall.2
mtk
Note that some architectures don't have socketcall(2); instead
real system calls are provided for socket(), bind(), etc.
real system calls are provided for socket(), bind(), etc.
swapon.2
Ivana Varekova / mtk
Update text for EPERM error describing the maximum number of
swap files. (From downstream Fedora patch.)
swap files. (From downstream Fedora patch.)
write.2
mtk
Added details about seekable files and file offset.
Noted that write() may write less than 'count' bytes, and
gave some examples of why this might occur.
Noted what happens if write() is interrupted by a signal.
Added details about seekable files and file offset.
Noted that write() may write less than 'count' bytes, and
gave some examples of why this might occur.
Noted what happens if write() is interrupted by a signal.
Minor wording changes.
__setfpucw.3
@ -281,7 +281,7 @@ dlopen.3
Formatting changes, and minor rewordings.
mtk, after a note by Serge van den Boom
Add a comment explaining the need for the rather
strange cast of the return value of dlsym().
strange cast of the return value of dlsym().
fpclassify.3
mtk
@ -294,13 +294,13 @@ getgrouplist.3
getline.3
mtk
Minor rewording, and note taht '*n* is ignored
if '*lineptr' is NULL.
if '*lineptr' is NULL.
malloc.3
Ivana Varekova / mtk
Update description of MALLOC_CHECK_ to include description
for value 3. (From downstream Fedora patch.)
for value 3. (From downstream Fedora patch.)
netlink.3
mtk
Added a CONFORMING TO section; other minor edits.
@ -320,7 +320,7 @@ rtnetlink.3
scanf.3
Florian Ernst
Fix duplicated word "the".
(Really fix Debian bug 412467!)
(Really fix Debian bug 412467!)
select_tut.3
mtk
@ -339,7 +339,7 @@ strftime.3
Small wording fix.
mtk
Note use of "gcc -Wno-format-y2k" to avoid the "`%c'yields only
last 2 digits of year in some locales" warning.
last 2 digits of year in some locales" warning.
strstr.3
mtk
@ -362,7 +362,7 @@ timegm.3
ulimit.3
mtk
Remove errorneous text saying that glibc does not provide
<ulimit.h>; it does.
<ulimit.h>; it does.
initrd.4
mtk
@ -371,7 +371,7 @@ initrd.4
core.5
mtk
Added a sentence noting why core dumps named "core.PID" were useful
with LinuxThreads.
with LinuxThreads.
bootparam.7
mtk