Commit Graph

5730 Commits

Author SHA1 Message Date
Michael Kerrisk a8d9df276b epoll.7: tfix
Reported-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-01-23 23:51:53 +01:00
Petr Baudis d664f7cecf getifaddrs.3: Various small fixes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-22 21:22:00 +01:00
Michael Kerrisk 8aa7b8ebca getifaddrs.3: srcfix: Remove FIXME 2009-01-22 21:13:37 +01:00
Michael Kerrisk 825e43f0f9 getifaddrs.3: srcfix: Remove FIXME 2009-01-22 21:12:04 +01:00
Lucio Maciel 54457ec1f3 getifaddrs.3: Fix memory leak in example program
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-22 21:08:56 +01:00
Michael Kerrisk 6197b465ef getdents.2: Remove unneeded HAVE_D_TYPE from example program
Since d_type will always just return DT_UNKNOWN before
kernel 2.6.4, we don't need to use a conditional for
determining whether we use this flag.

Reported-by: Bastien ROUCARIES <roucaries.bastien@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-22 20:56:50 +01:00
Michael Kerrisk 14adeb6d28 stat.2: Note that open(O_NOATIME) also cause st_atime not to be updated
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-22 20:53:44 +01:00
Florentin Duneau bb9554432c getrpcent.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-22 20:53:07 +01:00
Michael Kerrisk 0b0b6c0a2b getumask.3: Updated glibc version number in NOTES
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-20 15:27:12 +13:00
Michael Kerrisk 56d2079da7 ioprio_set.2: srcfix 2009-01-20 15:14:57 +13:00
Michael Kerrisk 523c1b2c03 socket.2: BUGS: Remove discussion SOCK_UUCP
As time goes on, this sentence becomes less a piece of humor,
and more a puzzle.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-19 22:25:34 +13:00
Michael Kerrisk 762c2446e8 nanosleep.2: Relocated misplaced BUGS heading
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-19 22:15:09 +13:00
Michael Kerrisk 9e78134960 ascii.7: Update SEE ALSO list to include pages added in 3.17
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-19 18:12:44 +13:00
Michael Kerrisk 491dc71165 Changes.old: Minor fix to 3.17 changelog
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-19 17:55:01 +13:00
Michael Kerrisk f7d1749738 syscalls.2: Minor: update kernel version number in DESCRIPTION
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-19 17:49:38 +13:00
Michael Kerrisk 6caeab7d5f Changes.old: Minor fix to 3.17 changelog
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-19 17:48:06 +13:00
Michael Kerrisk 32e2ca460b Start of man-pages-3.18: updating Changes and Changes.old 2009-01-19 17:33:04 +13:00
Michael Kerrisk 72c0b5a904 Start of man-pages-3.18: updating .Announce and .lsm files 2009-01-19 17:33:03 +13:00
Michael Kerrisk ec00b3a1a5 Start of man-pages-3.18: renaming .Announce and .lsm files 2009-01-19 17:32:59 +13:00
Michael Kerrisk 4170986d67 Ready for 3.17 2009-01-19 17:13:27 +13:00
Michael Kerrisk 74ee79b977 Removed trailing white space at end of lines 2009-01-19 17:12:10 +13:00
Michael Kerrisk 5b508ca399 Expanded tabs 2009-01-19 17:12:00 +13:00
Michael Kerrisk 319607c60e Changes: Update for 3.17 release
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-19 15:15:05 +13:00
Michael Kerrisk 52c385c592 getdents.2: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-18 14:48:06 +13:00
Sam Varshavchik 68aeaa00a9 nscd.8: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-18 14:42:23 +13:00
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