Commit Graph

9812 Commits

Author SHA1 Message Date
Michael Kerrisk 64f4ea8025 Start of man-pages-3.61: updating .Announce and .lsm files 2014-02-18 15:01:50 +01:00
Michael Kerrisk 14e321f266 Start of man-pages-3.61: renaming .Announce and .lsm files 2014-02-18 15:01:50 +01:00
Michael Kerrisk 5ffd921ac4 Ready for 3.60 2014-02-18 14:18:23 +01:00
Michael Kerrisk 806d5dbe9d Changes: Ready for 3.60
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-18 14:17:56 +01:00
Michael Kerrisk 2e5a86ddf2 sigvec.3: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-18 14:16:06 +01:00
Michael Kerrisk ba1097a1dc 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: 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.

Reported-by: Simon Paillard <spaillard@debian.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-18 10:02:09 +01:00
D. Barbier 711518bc71 iso_8859-11.7, iso_8859-13.7: Fix encoding mistakes in 5f7f4042b8
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

Reported-by: Simon Paillard <spaillard@debian.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-18 09:34:20 +01:00
Michael Kerrisk 5c97c6df63 convert_to_utf_8.sh: Fix buggy treatment of iso_8859-{11,13}.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-18 09:27:48 +01:00
Simon Paillard f687d4518e Changes.old: fix encoding issues
Introduced in 33972b0b23

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-17 13:41:52 +01:00
Michael Kerrisk b09ecebd15 Changes.old: Fixes to 3.59 changelog
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-16 11:44:47 +01:00
Michael Kerrisk cce74b269c intro.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-16 10:09:02 +01:00
Michael Kerrisk 5e8c274857 intro.8: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-16 10:09:02 +01:00
David Prévot 05c3929104 nscd.conf.5: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-16 10:09:02 +01:00
Simon Paillard f781a5b1be endian.3: ffix
ffd4dec0f7 and
7a9d6ddece fix were not the appropriate
ones.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-16 10:09:02 +01:00
Michael Kerrisk 7100862185 sigvec.3: Fix error in code snippet
s/sigpause/sigmask/

Reported-by: Kalle Olavi Niemitalo <kon@iki.fi>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-16 10:09:02 +01:00
Michael Kerrisk 3bfe7277f0 Start of man-pages-3.60: updating Changes and Changes.old 2014-02-16 10:08:04 +01:00
Michael Kerrisk a4a33d5935 Start of man-pages-3.60: updating .Announce and .lsm files 2014-02-16 10:08:04 +01:00
Michael Kerrisk dba2ea76a6 Start of man-pages-3.60: renaming .Announce and .lsm files 2014-02-16 10:08:04 +01:00
Michael Kerrisk 386ee17b2a Ready for 3.59 2014-02-16 08:33:48 +01:00
Michael Kerrisk d18681a255 Changes: Ready for 3.59
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-16 08:33:24 +01:00
Michael Kerrisk 5f7f4042b8 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-r.7, koi8-u.7: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-16 08:32:18 +01:00
Peter Schiffer 7a9cda971e print_encoding.sh: Script to list pages that employ character sets other than us-ascii
See https://bugzilla.kernel.org/show_bug.cgi?id=60807

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-16 08:32:08 +01:00
Peter Schiffer 2bde1fa364 convert_to_utf_8.sh: Script to convert pages to UTF-8
See https://bugzilla.kernel.org/show_bug.cgi?id=60807

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-16 08:32:07 +01:00
Michael Kerrisk b44821fb53 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-r.7, koi8-u.7: Convert pages contain non-ASCII to use UTF-8
Done using Peter Schiffer's convert_to_utf_8.sh script.
These pages containing non-ASCII in the rendered characters, and
so the script inserts a "coding:" marker into the groff source.

See https://bugzilla.kernel.org/show_bug.cgi?id=60807

Reported-by: Weizhou Pan <cs.wzpan@gmail.com>
Co-written-by: Peter Schiffer <pschiffe@redhat.com
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-16 08:31:46 +01:00
Michael Kerrisk e00c3a0754 close.2, getdomainname.2, getrlimit.2, madvise.2, sysinfo.2, umask.2, encrypt.3, fclose.3, fflush.3, lockf.3, rand.3, strtok.3, toupper.3, updwtmp.3, utmp.5, environ.7, hier.7, suffixes.7: Convert pages contain non-ASCII in source code comments to use UTF-8
Done using a slightly modified version of Peter Schiffer's
convert_to_utf_8.sh script. The script was modified so as *not*
a "coding:" marker to the groff source. For now, we'll only put
that marker on pages that contain non-ASCII characters in the
rendered text.

See https://bugzilla.kernel.org/show_bug.cgi?id=60807

Reported-by: Weizhou Pan <cs.wzpan@gmail.com>
Co-written-by: Peter Schiffer <pschiffe@redhat.com
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-16 08:21:18 +01:00
Michael Kerrisk f2ed63acf0 koi8-u.7: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-16 08:21:18 +01:00
Michael Kerrisk 33972b0b23 Changes.old: Convert to UTF-8
vim +"argdo se bomb | se fileencoding=utf-8 | w" Changes.old

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-16 08:21:18 +01:00
Michael Kerrisk cbf9351cf2 Start of man-pages-3.59: updating Changes and Changes.old 2014-02-11 12:35:33 +01:00
Michael Kerrisk e2d8d12c48 Start of man-pages-3.59: updating .Announce and .lsm files 2014-02-11 12:35:33 +01:00
Michael Kerrisk ccba4e44ec Start of man-pages-3.59: renaming .Announce and .lsm files 2014-02-11 12:35:33 +01:00
Michael Kerrisk 2c45257c13 Ready for 3.58 2014-02-11 12:17:56 +01:00
Michael Kerrisk 7a9d6ddece Removed trailing white space at end of lines 2014-02-11 12:17:35 +01:00
Michael Kerrisk 46da5b2732 Expanded tabs 2014-02-11 12:17:35 +01:00
Michael Kerrisk 3bab9a5117 gettid.2, restart_syscall.2, lockf.3, passwd.5, socket.7: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 11:43:48 +01:00
Michael Kerrisk 3053e800c0 Changes: Ready for 3.58
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 11:40:36 +01:00
Michael Kerrisk 9798ddfd58 recv.2: Describe the various cases where the return value can be 0
Reported-by: 未卷起的浪 <ayjj_8109@qq.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 11:13:36 +01:00
Michael Kerrisk ea62994487 recv.2: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 10:59:41 +01:00
Michael Kerrisk bba8774703 recv.2: Improve text describing recvfrom() call that is equivalent to recv()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 10:57:41 +01:00
Michael Kerrisk 00b5fccba3 recv.2: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 10:55:32 +01:00
Michael Kerrisk 9c3b78a358 recv.2: Add description of 'buf' and 'len' in recvfrom() section
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 10:50:22 +01:00
Michael Kerrisk 0ec495cbfb recv.2: Rework discussion of 'src_addr' and 'addrlen' for recvfrom()
The existing text was a bit opaque.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 10:44:38 +01:00
Michael Kerrisk a08d6a0720 recv.2: 'addrlen' should be 0 (*not* NULL) when 'src_addr' is NULL
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 10:32:16 +01:00
Michael Kerrisk 5f09a92997 recv.2: Add an .SS head for discussion of 'flags'
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 10:29:58 +01:00
Michael Kerrisk 183ec51374 recv.2: Isolate details specific to recv() vs recvfrom() vs recvmsg()
Place details specific to each system call under a
a separate subheading.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 10:27:19 +01:00
Michael Kerrisk 7cb04a61d3 recv.2: Minor reworking of text on poll() and select()
And add mention of epoll(7).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 10:22:25 +01:00
Michael Kerrisk 4dad515699 recv.2: Rework sentence introducing 'flags'
The 'flags' argument is common to all three system calls,
not specific to recv().

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 10:20:16 +01:00
Michael Kerrisk e39a21b58b recv.2: Rework opening paragraph to mention recv()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 10:19:43 +01:00
Michael Kerrisk 757610599a pipe.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 09:55:41 +01:00
Michael Kerrisk aeabba5095 pipe.2: Document the pipe2() O_DIRECT added in Linux 3.4
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 09:54:44 +01:00
Michael Kerrisk 781c32a311 pipe.2: Reorder pipe2() flags alphabetically
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-11 09:18:02 +01:00