Authors of version 3.60
==================== Changes in man-pages-3.60 ====================Released: 2014-02-18, Munich
Contributors
------------
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!
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