Commit Graph

5905 Commits

Author SHA1 Message Date
Michael Kerrisk 373d0736d1 endian.3: CONFORMING TO: Explain differences in function names across systems
glibc/NetBSD/FreeBSD follow a naming convention for these
functions that unfortunately differs from that originally
established by OpenBSD's implementation.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-18 14:20:36 +13:00
Michael Kerrisk 67b59ff59d mmap.2: srcfix: Removed FIXME 2009-01-18 14:20:36 +13:00
Michael Kerrisk 1c7a3214e9 epoll_create.2: Document EMFILE error
This error is encountered when the limit imposed by
/proc/sys/fs/epoll/max_user_instances is encountered.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-18 14:20:36 +13:00
Michael Kerrisk 7547121f4f epoll.7: Various wording changes to improve clarity and consistency
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-18 14:20:36 +13:00
Michael Kerrisk 00144560c3 epoll_ctl.2: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-18 14:20:35 +13:00
Michael Kerrisk ccadaba2f3 epoll_ctl.2: Document ENOSPC error (new in Linux 2.6.28)
This error results when the limit imposed by
/proc/sys/fs/epoll/max_user_watches is encountered.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-18 14:20:27 +13:00
Michael Kerrisk 24cb4a4b9b proc.5: Add pointer to epoll(7) for description of epoll /proc files
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-16 21:40:59 +13:00
Michael Kerrisk 5ee0575d03 epoll.7: Document /proc interfaces for limiting kernel memory usage
Document the following /proc files that were added in
Linux 2.6.28:
/proc/sys/fs/epoll/max_user_instances
/proc/sys/fs/epoll/max_user_watches

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-16 21:40:50 +13:00
Michael Kerrisk 7829230a3a epoll_ctl.2: Reordered parts of the text
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-16 07:58:54 +13:00
Michael Kerrisk a58b33605d epoll_ctl.2: Introduce notion of epoll instance
Introduce notion of epoll instance as distinct from epoll file descriptor.
Plus other wording clean-ups.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-16 07:53:24 +13:00
Michael Kerrisk ae3faf4b62 epoll_wait.2: Minor restructuring of text
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-16 07:43:02 +13:00
Michael Kerrisk 8483a88c94 epoll_wait.2: Introduce the notion of an epoll instance into text
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-16 07:40:16 +13:00
Michael Kerrisk 700e0efd68 epoll_create.2: Clarify distinction between epoll instance and epoll file descriptor
Reword so that the notion of an epoll instance is made clear,
and made distinct from the notion of an epoll file descriptor.
Some other minor rewordings also.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-16 07:31:16 +13:00
Michael Kerrisk 689cdcf175 accept.2: srcfix: Remove outdated FIXME 2009-01-16 07:14:57 +13:00
Lefteris Dimitroulakis adb4a6ea09 iso_8859-8.7: srcfix: Update header comments to note input from Eli Zaretskii
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-15 08:24:21 +13:00
Michael Kerrisk d1a7f7d9f4 strsep.3: BUGS: explicitly list problems afflicting strsep()
Previously, the page said this function suffered the same
problems as strtok(), but in fact strsep() doesn't suffer
from all of the same problems as strtok(), so explicitly
list just the problems of strsep() in the strsep.3 page.

Reported-by: Marc Lehmann <schmorp@schmorp.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-15 07:12:58 +13:00
Michael Kerrisk 0ebf0c4099 koi8-u.7: srcfix: fix copyright year
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-15 06:42:45 +13:00
Michael Kerrisk 6fcb0d31c9 iso_8859-13.7: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-15 06:41:47 +13:00
Michael Kerrisk 132719a5d9 strtok.3: Minor: small rewording in BUGS
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-15 06:30:33 +13:00
Michael Kerrisk 7bb33c46ef strtok.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-15 06:20:17 +13:00
Michael Kerrisk fbb2bb4e34 sethostid.3: Rename file (was misnamed sethostd.3 in previous release)
Reported-by: Martin (Joey) Schulze <joey@infodrom.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-15 06:01:36 +13:00
Michael Kerrisk f159e8b531 gethostid.2: Rename file (was misnamed gethostd.2 in previous release)
Reported-by: Martin (Joey) Schulze <joey@infodrom.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-15 06:00:50 +13:00
Michael Kerrisk 095fdaea89 byteorder.3: SEE ALSO: add endian(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 23:23:17 +13:00
Michael Kerrisk f7c3598ef1 htobe16.3 htole16.3 be16toh.3 le16toh.3 htobe32.3 htole32.3 be32toh.3 le32toh.3 htobe64.3 htole64.3 be64toh.3 le64toh.3: New link to new endian.3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 23:23:06 +13:00
Michael Kerrisk d35a667305 endian.3: New page documenting byte order conversion functions
Document functions (new in glibc 2.9) for conversion between
host byte order and big-/little- endian byte order:
htobe16(), htole16(), be16toh(), le16toh(),
htobe32(), htole32(), be32toh(), le32toh(),
htobe64(), htole64(), be64toh(), le64toh()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 23:04:12 +13:00
Michael Kerrisk e174ff0a66 getsockname.2: SEE ALSO: Add getifaddrs(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 16:38:14 +13:00
Michael Kerrisk bbc0dbf06f bind.2: SEE ALSO: Add getifaddrs(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 16:38:02 +13:00
Michael Kerrisk 43e77e4380 freeifaddrs.3: New link to new getifaddrs.3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 16:23:10 +13:00
Petr Baudis 413b97573e getifaddrs.3: New page documenting getifaddrs(3) and freeifaddrs(3)
Many edits and changes of Petr's initial draft by mtk

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 16:22:59 +13:00
Michael Kerrisk e33a08e1b0 capabilities.7: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 16:22:58 +13:00
Michael Kerrisk 4ffc406708 iso_8859_8.7: New link to new iso_8859-8.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:56 +13:00
Michael Kerrisk dc722287b7 iso-8859-8.7: New link to new iso_8859-8.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:55 +13:00
Michael Kerrisk 97a274d2fa iso_8859_5.7: New link to new iso_8859-5.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:55 +13:00
Michael Kerrisk 45d4a8b87a iso-8859-5.7: New link to new iso_8859-5.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:55 +13:00
Michael Kerrisk 39395ce31f latin3.7: New link to new iso_8859-3.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:55 +13:00
Michael Kerrisk ef57189515 iso_8859_3.7: New link to new iso_8859-3.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:55 +13:00
Michael Kerrisk 3f75ad592a iso-8859-3.7: New link to new iso_8859-3.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:55 +13:00
Michael Kerrisk 459acf0c7e latin8.7: New link to new iso_8859-14.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:54 +13:00
Michael Kerrisk 44d9b5f054 iso_8859_14.7: New link to new iso_8859-14.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:54 +13:00
Michael Kerrisk 8dbbb88d18 iso-8859-14.7: New link to new iso_8859-14.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:54 +13:00
Michael Kerrisk a58665190d latin7.7: New link to new iso_8859-13.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:54 +13:00
Michael Kerrisk 4bfbde6a4b iso_8859_13.7: New link to new iso_8859-13.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:54 +13:00
Michael Kerrisk f1e3ba2177 iso-8859-13.7: New link to new iso_8859-13.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:54 +13:00
Michael Kerrisk 2d61325cce latin6.7: New link to new iso_8859-10.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:53 +13:00
Michael Kerrisk af645d8c98 iso_8859_10.7: New link to new iso_8859-10.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:02:12 +13:00
Michael Kerrisk b2d2412a1d iso-8859-10.7: New link to new iso_8859-10.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:02:12 +13:00
Lefteris Dimitroulakis e2109290cc koi8-u.7: New page documenting KOI8-U character set
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 14:47:35 +13:00
Lefteris Dimitroulakis 4af52e8528 iso_8859-8.7: New page documenting ISO 8859-8 character set
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 14:46:59 +13:00
Lefteris Dimitroulakis 3e1a058835 iso_8859-5.7: New page documenting ISO 8859-5 character set
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 14:46:32 +13:00
Lefteris Dimitroulakis 0366dade95 iso_8859-3.7: New page documenting ISO 8859-3 character set
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 14:46:07 +13:00