summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-20 20:23:15 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-20 20:23:15 +0000
commit43ef717e5eea751d57c2b213039aa4b4d1d99ae9 (patch)
treead95c2abd06b42632d440923ddaa0c0e00c51715
parent4c4ee46a3fb8e9ab1cd3cf78e0ff1bae0acc5897 (diff)
Removed tabs
-rw-r--r--Changes42
1 files changed, 21 insertions, 21 deletions
diff --git a/Changes b/Changes
index c10163455..40fc83e4a 100644
--- a/Changes
+++ b/Changes
@@ -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