Removed tabs

This commit is contained in:
Michael Kerrisk 2008-06-25 15:31:51 +00:00
parent a48b332616
commit bd1c22b06d
1 changed files with 65 additions and 65 deletions

130
Changes
View File

@ -52,13 +52,13 @@ acct.5
hostname.7
mtk
A description of hostname resolution. Taken from FreeBSD 6.2,
and lightly edited for man-pages style.
and lightly edited for man-pages style.
symlink.7
mtk
A description of symbolic links. Taken from FreeBSD 6.2, but
heavily edited for Linux details, improved readability, and
man-pages style.
A description of symbolic links. Taken from FreeBSD 6.2, but
heavily edited for Linux details, improved readability, and
man-pages style.
Newly documented interfaces in existing pages
@ -110,7 +110,7 @@ proc.5
mtk
Document /proc/PID/status.
Samuel Thibault / mtk, review by Laurent Vivier,
Christian Borntraeger, and Andrew P
Christian Borntraeger, and Andrew P
Document guest (virtual CPU) time field in /proc/stat.
Document guest (virtual CPU) time fields in /proc/PID/stat.
@ -132,7 +132,7 @@ sched_setscheduler.2
set_mempolicy.2
mbind.2
mtk
SEE ALSO: Add cpuset(7).
SEE ALSO: Add cpuset(7).
Global changes
@ -199,7 +199,7 @@ mq_overview.7
pty.7
mtk
For consistency, "fix" cases where argument of .B or .I was
on the following source line.
on the following source line.
adjtimex.2
getrusage.2
@ -279,15 +279,15 @@ execve.2
getdents.2
mtk, after a note from george Spelvin
Document d_type field, present since kernel 2.6.4.
Other minor edits.
Other minor edits.
getitimer.2
mtk
Noted that POSIX.1 leaves interactions with alarm(), sleep(),
and usleep() unspecified.
and usleep() unspecified.
Linux 2.6.16 removed the MAX_SEC_IN_JIFFIES ceiling on timer
values.
Other minor changes.
values.
Other minor changes.
io_cancel.2
io_destroy.2
@ -295,10 +295,10 @@ io_getevents.2
io_setup.2
io_submit.2
mtk, after a note by Masatake YAMOTO and input from Jeff Moyer
Describe the unconventional error return provided by the
wrapper function in libaio (and contrast with behavior if
the system call is invoked via syscall(2)).
See http://thread.gmane.org/gmane.linux.ltp/4445/
Describe the unconventional error return provided by the
wrapper function in libaio (and contrast with behavior if
the system call is invoked via syscall(2)).
See http://thread.gmane.org/gmane.linux.ltp/4445/
Alain Portal / mtk
Re-order ERRORS and SEE ALSO entries to be alphabetical.
@ -318,12 +318,12 @@ mknod.2
nanosleep.2
mtk, after a report from Stephane Chazelas
Remove crufty discussion of HZ, and replace with a pointer
to time(7).
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485636
to time(7).
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485636
mtk, after some discussions with Bart Van Assche and Roman Zippel
NOTES: describe CLOCK_REALTIME versus CLOCK_NANOSLEEP
See also http://thread.gmane.org/gmane.linux.kernel/696854/
"nanosleep() uses CLOCK_MONOTONIC, should be CLOCK_REALTIME?"
See also http://thread.gmane.org/gmane.linux.kernel/696854/
"nanosleep() uses CLOCK_MONOTONIC, should be CLOCK_REALTIME?"
mtk
Replace mentions of "process' by "thread".
NOTES: describe case where clock_nanosleep() can be preferable.
@ -351,25 +351,25 @@ sched_setscheduler.2
clarity.
mtk
Add more detail to the rules that are applied when an
unprivileged process with a non-zero RLIMIT_RTPRIO limit
changes policy and priority.
unprivileged process with a non-zero RLIMIT_RTPRIO limit
changes policy and priority.
SEE ALSO: Add Documentation/scheduler/sched-rt-group.txt
sync_file_range.2
Pavel Machek
SYNC_FILE_RANGE_WRITE can block on writes greater than request
queue size. For some background, see
http://thread.gmane.org/gmane.linux.kernel/687713/focus=688340
queue size. For some background, see
http://thread.gmane.org/gmane.linux.kernel/687713/focus=688340
syscalls.2
mtk
Added system call history back to version 1.2.
Fix typo on kernel version for pivot_root().
Fix typo on kernel version for pivot_root().
syslog.2
WANG Cong
Document ENOSYS error, which can occur if kernel was built without
CONFIG_PRINTK.
CONFIG_PRINTK.
utime.2
Nicolas François
@ -378,8 +378,8 @@ utime.2
adjtime.3
mtk
The longstanding bug that if delta was NULL, olddelta
didn't return the outstanding clock adjustment, is now fixed
(since glibc 2.8 + kernel 2.6.26).
didn't return the outstanding clock adjustment, is now fixed
(since glibc 2.8 + kernel 2.6.26).
http://sourceware.org/bugzilla/show_bug?id=2449
http://bugzilla.kernel.org/show_bug.cgi?id=6761
@ -396,9 +396,9 @@ ftime.3
getaddrinfo.3
mtk
Improve description or 'hints' and 'res' arguments.
Add details on numeric strings that can be specified for 'node'.
Add details on numeric strings that can be specified for 'node'.
Other fairly major restructurings and rewrites to improve
logical structure and clarity of the page.
logical structure and clarity of the page.
SEE ALSO: Add hostname(7).
gethostbyname.3
@ -406,9 +406,9 @@ gethostbyname.3
DESCRIPTION: Add reference to inet_addr(3) for dotted notation.
SEE ALSO: add inet(3).
mtk
Added BUGS section noting that gethostbyname() does not
recognize hexadecimal components in dotted address strings;
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482973
Added BUGS section noting that gethostbyname() does not
recognize hexadecimal components in dotted address strings;
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482973
getmntent.3
mtk, after Stuart Cunningham pointed out the typo
@ -426,52 +426,52 @@ getmntent.3
getnameinfo.3
Tolga Dalman
Remove mention of sa_len field from example code.
That field is a BSDism not present on Linux.
That field is a BSDism not present on Linux.
mtk
Various minor changes.
inet.3
mtk / Stephane Chazelas
inet_aton() is *not* in POSIX.1.
Rewrote discussion of why inet_addr() is disfavored.
inet_aton() is *not* in POSIX.1.
Rewrote discussion of why inet_addr() is disfavored.
SEE ALSO: Add getaddrinfo(3).
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482979.
mtk, after a note by Stephane Chazelas
Describe the various address forms supported by inet_aton().
Describe the various address forms supported by inet_aton().
mtk
Rewrite description of inet_network().
Clarify discussion of inet_lnaof(), inet_netof(), and inet_makeaddr().
Clarify discussion of inet_lnaof(), inet_netof(), and inet_makeaddr().
Add discussion of Classful Addressing, noting that it is obsolete.
Added an EXAMPLE program.
Added an EXAMPLE program.
mtk
Relocate discussion of i386 byte order to NOTES.
Note that inet_aton() returns an address in network byte order.
Note that inet_aton() returns an address in network byte order.
SEE ALSO: Add byteorder(3) and getnameinfo(3).
inet_ntop.3
mtk
Remove unneeded header files from SYNOPSIS.
SEE ALSO: Add inet(3) and getnameinfo(3).
SEE ALSO: Add inet(3) and getnameinfo(3).
Make NAME line more precise.
Move errors to an ERRORS section.
Add EXAMPLE section pointing to inet_pton(3).
Move errors to an ERRORS section.
Add EXAMPLE section pointing to inet_pton(3).
inet_pton.3
mtk / Stephane Chazelas
Remove statement that inet_pton() extends inet_ntoa();
that's not really true, since inet_pton() doesn't support
all of the string forms that are supported by inet_ntoa().
that's not really true, since inet_pton() doesn't support
all of the string forms that are supported by inet_ntoa().
SEE ALSO: Add getaddrinfo(3).
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482987.
mtk
Describe IPv6 address formats.
Describe dotted decimal format in more detail.
Add an example program.
Describe dotted decimal format in more detail.
Add an example program.
mtk
Remove unneeded header files from SYNOPSIS.
Make NAME line more precise.
Make description of return value more precise.
SEE ALSO: Add inet(3).
SEE ALSO: Add inet(3).
mkfifo.3
mtk
@ -488,7 +488,7 @@ mkstemp.3
readdir.3
mtk
Document DT_LNK (symbolic link) for d_type field.
Reorder DT_ entries alphabetically.
Reorder DT_ entries alphabetically.
remainder.3
mtk
@ -497,42 +497,42 @@ remainder.3
scanf.3
mtk, after a note from Stephane Chazelas
Add an ERRORS section documenting at least some of the errors
that may occur for scanf().
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487254.
that may occur for scanf().
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487254.
mtk, after a note from Stephane Chazelas; review by Stephane Chazelas
Document the GNU 'a' modifier for dynamically allocating strings.
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487254.
Document the GNU 'm' modifier for dynamically allocating strings.
Document the GNU 'a' modifier for dynamically allocating strings.
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487254.
Document the GNU 'm' modifier for dynamically allocating strings.
strcat.3
Andreas Herrmann
s/strcat/strncat/ (a typo that changed the semantics in
DESCRIPTION).
DESCRIPTION).
strerror.3
mtk, after a note from Daniele Giacomini
Modify SYNOPSIS to show protoypes of both versions of strerror_r(),
and make other small clarifications of the description regarding
the two versions.
and make other small clarifications of the description regarding
the two versions.
random.4
George Spelvin (taking time out from his busy Broadway schedule),
with some tweaks by Matt Mackall and mtk
Add a Usage subsection that recommends most users to use
/dev/urandom, and emphasizes parsimonious usage of
/dev/random.
/dev/random.
locale.5
Petr Baudis <pasky@suse.cz>
LC_TIME: Describe first_weekday and first_workday.
proc.5
mtk
The vaious CPU time fields in /proc/stat and /proc/PID/stat
return time in clock ticks (USER_HZ, cputime_to_clock_t(),
sysconf(_SC_CLK_TCK)).
return time in clock ticks (USER_HZ, cputime_to_clock_t(),
sysconf(_SC_CLK_TCK)).
Updated, clarified and expanded the description several
fields in /proc/[number]/stat.
fields in /proc/[number]/stat.
mtk
Clarified and expanded the description of /proc/[number]/fd.
mtk
@ -559,10 +559,10 @@ sem_overview.7
time.7
mtk, with some suggestions from Bart Van Assche and Thomas Gleixner
Added some details about where jiffies come into play.
Added section on high-resolution timers.
Mentioned a few other time-related interfaces at various
points in the page.
See http://thread.gmane.org/gmane.linux.kernel/697378.
Added section on high-resolution timers.
Mentioned a few other time-related interfaces at various
points in the page.
See http://thread.gmane.org/gmane.linux.kernel/697378.
unix.7
mtk, after a note by Samuel Thibault