Changes: Ready for 3.60

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-18 14:17:56 +01:00
parent 2e5a86ddf2
commit 806d5dbe9d
1 changed files with 45 additions and 16 deletions

61
Changes
View File

@ -10,26 +10,55 @@ The following people contributed patches/fixes or (noted in brackets
in the changelog below) reports, notes, and ideas that have been
incorporated in changes in this release:
David Prévot <taffit@debian.org>
D. Barbier <bouzim@gmail.com>
Kalle Olavi Niemitalo <kon@iki.fi>
Michael Kerrisk <mtk.manpages@gmail.com>
Simon Paillard <spaillard@debian.org>
Apologies if I missed anyone!
New and rewritten pages
-----------------------
Newly documented interfaces in existing pages
---------------------------------------------
New and changed links
---------------------
Global changes
--------------
Changes to individual pages
---------------------------
sigvec.3
Michael Kerrisk [Kalle Olavi Niemitalo]
Fix error in code snippet
s/sigpause/sigmask/
armscii-8.7
cp1251.7
iso_8859-1.7
iso_8859-10.7
iso_8859-11.7
iso_8859-13.7
iso_8859-14.7
iso_8859-15.7
iso_8859-16.7
iso_8859-2.7
iso_8859-3.7
iso_8859-4.7
iso_8859-5.7
iso_8859-6.7
iso_8859-7.7
iso_8859-8.7
iso_8859-9.7
koi8-u.7
Michael Kerrisk [Simon Paillard]
Remove comment that glyphs in column 4 may not display correctly
With the conversion to UTF-8, the glyphs in column 4 of the
tables in these pages will display regardless of whether the
environment is configured for the corresponding character set.
iso_8859-11.7
iso_8859-13.7
D. Barbier [Simon Paillard]
Fix encoding mistakes in 5f7f4042b8848127d852c6fa7c02e31ccfaeeae5
Fixed via:
for f in iso_8859-11 iso_8859-13; do
cp man7/$f.7 $f
iconv -f utf8 -t latin1 $f | iconv -f iso-${f#iso_} -t utf8 > man7/$f.7
done