man-pages/Changes

83 lines
2.0 KiB
Plaintext
Raw Normal View History

2008-06-05 08:32:50 +00:00
==================== Changes in man-pages-3.00 ====================
2007-09-19 21:40:03 +00:00
2008-06-11 04:20:37 +00:00
Released: 2008-06-12, Konolfingen
2007-09-19 21:40:03 +00:00
2007-11-24 13:50:54 +00:00
Contributors
------------
2007-10-23 11:33:49 +00:00
2007-11-24 13:50:54 +00:00
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
2007-09-20 18:15:23 +00:00
2008-06-10 08:47:02 +00:00
Andries Brouwer <Andries.Brouwer@cwi.nl>
Stuart Brady <sdbrady@ntlworld.com>
2007-11-24 10:49:28 +00:00
2007-11-24 13:50:54 +00:00
Apologies if I missed anyone!
2007-11-24 10:49:28 +00:00
2007-11-24 13:50:54 +00:00
Global changes
--------------
2007-11-24 10:49:28 +00:00
2008-06-05 11:27:44 +00:00
The POSIX.1 man pages (sections 0p, 1p, 3p) have been moved out
of this package into the separate man-pages-posix package.
This made sense because those pages are seldom changed (only formatting
fixes, etc.) so that it was unnecessary to redistribute them with each
man-pages release.
2007-12-09 08:38:17 +00:00
2008-06-09 21:12:35 +00:00
console_codes.4
random.4
dir_colors.5
proc.5
glob.7
Stuart Brady
s/`/\`/ for backquotes used in command substitution, for
2008-06-10 10:20:41 +00:00
proper rendering in UTF-8.
Various pages
mtk, after a note from Stuart Brady
2008-06-10 08:47:02 +00:00
Using /'x'/ to denote a character (string) renders poorly in
2008-06-10 10:20:41 +00:00
UTF-8, where the two ' characters render as closing single
quotes. On the other hand, using /`x'/ renders nicely on UTF-8,
where proper opening and closing single quotes are produced by
groff(1), but looks ugly when rendered in ASCII. Using the
sequence /\\aqx\\aq/ produces a reasonable rendering ('\\aq'
is a vertical "apostrophe quote") in both UTF-8 and ASCII.
So that change is made in a number of pages.
See also http://www.cl.cal.ac.uk/~mgk25/ucs/quotes.html.
2008-06-10 12:29:11 +00:00
Various pages
mtk
Replace form /`string'/ by /"string"/, since the former renders
2008-06-10 10:20:41 +00:00
poorly in ASCII.
2008-06-10 08:47:02 +00:00
termios.3
console_codes.4
tty_ioctl.4
termcap.5
charsets.7
mtk
2008-06-10 12:29:11 +00:00
Control character names (^X) are written boldface, without
2008-06-10 12:35:25 +00:00
quotes.
2008-06-10 08:47:02 +00:00
2008-06-09 21:12:35 +00:00
printf.3
scanf.3
2008-06-10 12:32:16 +00:00
proc.5
2008-06-09 21:12:35 +00:00
glob.7
regex.7
mtk
2008-06-10 12:29:11 +00:00
Various edits to try and bring some consistency to the use of
2008-06-10 10:20:41 +00:00
quotes.
2008-03-05 15:23:19 +00:00
2008-03-19 07:09:48 +00:00
2007-11-24 13:50:54 +00:00
Changes to individual pages
---------------------------
2008-06-10 08:47:02 +00:00
tty_ioctl.4
mtk
Small rewordings in description of packet mode.
locale.7
mtk
Minor formatting fixes.