This commit is contained in:
Michael Kerrisk 2007-05-22 23:50:42 +00:00
parent ac8903bdb0
commit bb98d979b2
2 changed files with 33 additions and 3 deletions

32
Changes
View File

@ -20,7 +20,7 @@ Various pages
mtk mtk
Where there is an instruction in the SYNOPIS about linking Where there is an instruction in the SYNOPIS about linking
or compiling with a certain option, the option is now or compiling with a certain option, the option is now
marked up in itlacs (e.g., "\fI-lm\fP"). marked up in italacs (e.g., "\fI-lm\fP").
Various pages Various pages
mtk mtk
@ -34,6 +34,14 @@ Typographical or grammatical errors have been corrected in several
places. places.
New pages
---------
man-pages.7
mtk
A description of the conventions that should be followed
when writing pages for the man-pages package.
Removed pages Removed pages
------------- -------------
@ -53,6 +61,10 @@ ksoftirq.9
Changes to individual pages Changes to individual pages
--------------------------- ---------------------------
HOWTOHELP
mtk
Moved some material out of here into new man-pages.7.
alloc_hugepages.2 alloc_hugepages.2
mtk mtk
Minor rewrites, eliminating some duplication, and removing Minor rewrites, eliminating some duplication, and removing
@ -157,6 +169,24 @@ ldconfig.8
Removed now very out-of-date sentence about need to link shared Removed now very out-of-date sentence about need to link shared
libraries with -lc. libraries with -lc.
man.7
mtk
Various text was moved out of this page into the new man-pages.7.
mdoc.7
mtk
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).
rtnetlink.7
mtk
Shorten a line in table so it fits in 80 columns.
Minor rewording under BUGS.
tzselect.8 tzselect.8
mtk mtk
Moved EXIT STATUS section. Moved EXIT STATUS section.

View File

@ -4771,8 +4771,8 @@ Global changes
Thomas Huriaux / mtk Thomas Huriaux / mtk
Various formatting found as a result of reviewing the following Various formatting problems found as a result of reviewing the
command were fixed. following command were fixed.
for a in $(wc man?/*.?| awk '$1 > 2 ' | grep -v total); do for a in $(wc man?/*.?| awk '$1 > 2 ' | grep -v total); do
echo $a; groff -Tascii -wmac -mman $a > /dev/null; echo $a; groff -Tascii -wmac -mman $a > /dev/null;