This commit is contained in:
Michael Kerrisk 2007-05-24 19:25:47 +00:00
parent 3f200d3434
commit d748cd1efe
1 changed files with 23 additions and 23 deletions

46
Changes
View File

@ -18,9 +18,9 @@ Global changes
Various pages
mtk
Where there is an instruction in the SYNOPIS about linking
or compiling with a certain option, the option is now
marked up in italacs (e.g., "\fI-lm\fP").
Where there is an instruction in the SYNOPSIS about linking
or compiling with a certain option, the option is now
marked up in italics (e.g., "\fI-lm\fP").
Various pages
mtk
@ -40,7 +40,7 @@ New pages
man-pages.7
mtk
A description of the conventions that should be followed
when writing pages for the man-pages package.
when writing pages for the man-pages package.
Removed pages
-------------
@ -58,8 +58,8 @@ ksoftirq.9
mtk
Reason: this was the only Section 9 page, and it is old
(Linux 2.4). The man9 section never took off as an idea, and
I see little point in keeping a Section 9 with just a single
old page.
I see little point in keeping a Section 9 with just a single
old page.
Changes to individual pages
@ -72,7 +72,7 @@ HOWTOHELP
alloc_hugepages.2
mtk
Minor rewrites, eliminating some duplication, and removing
some outdated text.
some outdated text.
epoll_pwait.2
Michael Berg
@ -81,22 +81,22 @@ epoll_pwait.2
fcntl.2
mtk
Remove misleading text about setting O_ASYNC when calling
open(); one must use fcntl() F_SETFL for this task.
open(); one must use fcntl() F_SETFL for this task.
fdatasync.2
mtk
Converted outdated BUGS note about fdatasync() being
equivalent to fsync() on Linux 2.2 into a NOTES note
about this historical behaviour.
equivalent to fsync() on Linux 2.2 into a NOTES note
about this historical behaviour.
mremap.2
mtk
Remove text about the non-existent BSD meremap() -- too
much information, in my opinion.
Remove text about the non-existent BSD mremap() -- too
much information, in my opinion.
sched_yield.2
mtk
Added ERROS section.
Added ERRORS section.
set_mempolicy.2
mtk
@ -121,13 +121,13 @@ bindresvport.3
exec.3
mtk
Minor clarifications for text on execlp() and execvp(). Removed
FILES section, since it provides no useful additional info.
FILES section, since it provides no useful additional info.
fenv.3
mtk
Moved link instructions from NOTES to SYNOPSIS.
Added feenableexcept, fedisableexcept, fegetexcept
to .SH NAME list.
Added feenableexcept, fedisableexcept, fegetexcept
to .SH NAME list.
fputwc.3
mtk
@ -136,12 +136,12 @@ fputwc.3
login.3
mtk
Removed remark from NOTES about linking with -lutil; add
text on that point to SYNOPSIS.
text on that point to SYNOPSIS.
openpty.3
mtk
Removed redundant remark from NOTES about linking with -lutil
since there is text on that point under SYNOPSIS.
since there is text on that point under SYNOPSIS.
sysconf.3
mtk
@ -162,7 +162,7 @@ capability.7
complex.7
mtk
Changed "atan(1)" to "atan(1.0)" to prevent some versions of
man2html(1) from mistaking that string as a page cross reference.
man2html(1) from mistaking that string as a page cross reference.
rtnetlink.7
mtk
@ -171,7 +171,7 @@ rtnetlink.7
ldconfig.8
mtk
Removed now very out-of-date sentence about need to link shared
libraries with -lc.
libraries with -lc.
man.7
mtk
@ -179,17 +179,17 @@ man.7
mdoc.7
mtk
Added SEE ALSO referring to new man-pages.7.
Added SEE ALSO referring to new man-pages.7.
mdoc.samples.7
mtk
A few changes, hopefully done right, to eliminate some
errors to stderr when rendering with man(1).
errors to stderr when rendering with man(1).
rtnetlink.7
mtk
Shorten a line in table so it fits in 80 columns.
Minor rewording under BUGS.
Minor rewording under BUGS.
tzselect.8
mtk