]> git.ipfire.org Git - thirdparty/man-pages.git/log
thirdparty/man-pages.git
15 years agoReady for 3.17 man-pages-3.17
Michael Kerrisk [Mon, 19 Jan 2009 04:13:27 +0000 (17:13 +1300)] 
Ready for 3.17

15 years agoRemoved trailing white space at end of lines
Michael Kerrisk [Mon, 19 Jan 2009 04:12:10 +0000 (17:12 +1300)] 
Removed trailing white space at end of lines

15 years agoExpanded tabs
Michael Kerrisk [Mon, 19 Jan 2009 04:12:00 +0000 (17:12 +1300)] 
Expanded tabs

15 years agoChanges: Update for 3.17 release
Michael Kerrisk [Mon, 19 Jan 2009 02:15:05 +0000 (15:15 +1300)] 
Changes: Update for 3.17 release

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agogetdents.2: tstamp
Michael Kerrisk [Sun, 18 Jan 2009 01:48:06 +0000 (14:48 +1300)] 
getdents.2: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agonscd.8: ffix
Sam Varshavchik [Sun, 18 Jan 2009 01:42:23 +0000 (14:42 +1300)] 
nscd.8: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoendian.3: CONFORMING TO: Explain differences in function names across systems
Michael Kerrisk [Sun, 18 Jan 2009 00:53:05 +0000 (13:53 +1300)] 
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>
15 years agommap.2: srcfix: Removed FIXME
Michael Kerrisk [Sat, 17 Jan 2009 10:39:57 +0000 (23:39 +1300)] 
mmap.2: srcfix: Removed FIXME

15 years agoepoll_create.2: Document EMFILE error
Michael Kerrisk [Fri, 16 Jan 2009 10:03:08 +0000 (23:03 +1300)] 
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>
15 years agoepoll.7: Various wording changes to improve clarity and consistency
Michael Kerrisk [Fri, 16 Jan 2009 09:23:49 +0000 (22:23 +1300)] 
epoll.7: Various wording changes to improve clarity and consistency

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoepoll_ctl.2: wfix
Michael Kerrisk [Fri, 16 Jan 2009 09:10:05 +0000 (22:10 +1300)] 
epoll_ctl.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoepoll_ctl.2: Document ENOSPC error (new in Linux 2.6.28)
Michael Kerrisk [Fri, 16 Jan 2009 08:40:15 +0000 (21:40 +1300)] 
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>
15 years agoproc.5: Add pointer to epoll(7) for description of epoll /proc files
Michael Kerrisk [Fri, 16 Jan 2009 08:35:39 +0000 (21:35 +1300)] 
proc.5: Add pointer to epoll(7) for description of epoll /proc files

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoepoll.7: Document /proc interfaces for limiting kernel memory usage
Michael Kerrisk [Fri, 16 Jan 2009 08:34:35 +0000 (21:34 +1300)] 
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>
15 years agoepoll_ctl.2: Reordered parts of the text
Michael Kerrisk [Thu, 15 Jan 2009 18:58:54 +0000 (07:58 +1300)] 
epoll_ctl.2: Reordered parts of the text

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoepoll_ctl.2: Introduce notion of epoll instance
Michael Kerrisk [Thu, 15 Jan 2009 18:53:24 +0000 (07:53 +1300)] 
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>
15 years agoepoll_wait.2: Minor restructuring of text
Michael Kerrisk [Thu, 15 Jan 2009 18:43:02 +0000 (07:43 +1300)] 
epoll_wait.2: Minor restructuring of text

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoepoll_wait.2: Introduce the notion of an epoll instance into text
Michael Kerrisk [Thu, 15 Jan 2009 18:40:16 +0000 (07:40 +1300)] 
epoll_wait.2: Introduce the notion of an epoll instance into text

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoepoll_create.2: Clarify distinction between epoll instance and epoll file descriptor
Michael Kerrisk [Thu, 15 Jan 2009 18:31:16 +0000 (07:31 +1300)] 
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>
15 years agoaccept.2: srcfix: Remove outdated FIXME
Michael Kerrisk [Thu, 15 Jan 2009 18:14:57 +0000 (07:14 +1300)] 
accept.2: srcfix: Remove outdated FIXME

15 years agoiso_8859-8.7: srcfix: Update header comments to note input from Eli Zaretskii
Lefteris Dimitroulakis [Wed, 14 Jan 2009 19:24:21 +0000 (08:24 +1300)] 
iso_8859-8.7: srcfix: Update header comments to note input from Eli Zaretskii

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agostrsep.3: BUGS: explicitly list problems afflicting strsep()
Michael Kerrisk [Wed, 14 Jan 2009 18:12:58 +0000 (07:12 +1300)] 
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>
15 years agokoi8-u.7: srcfix: fix copyright year
Michael Kerrisk [Wed, 14 Jan 2009 17:42:45 +0000 (06:42 +1300)] 
koi8-u.7: srcfix: fix copyright year

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso_8859-13.7: srcfix
Michael Kerrisk [Wed, 14 Jan 2009 17:41:47 +0000 (06:41 +1300)] 
iso_8859-13.7: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agostrtok.3: Minor: small rewording in BUGS
Michael Kerrisk [Wed, 14 Jan 2009 17:30:33 +0000 (06:30 +1300)] 
strtok.3: Minor: small rewording in BUGS

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agostrtok.3: ffix
Michael Kerrisk [Wed, 14 Jan 2009 17:20:17 +0000 (06:20 +1300)] 
strtok.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agosethostid.3: Rename file (was misnamed sethostd.3 in previous release)
Michael Kerrisk [Wed, 14 Jan 2009 16:59:22 +0000 (05:59 +1300)] 
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>
15 years agogethostid.2: Rename file (was misnamed gethostd.2 in previous release)
Michael Kerrisk [Wed, 14 Jan 2009 16:57:59 +0000 (05:57 +1300)] 
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>
15 years agobyteorder.3: SEE ALSO: add endian(3)
Michael Kerrisk [Wed, 14 Jan 2009 10:18:23 +0000 (23:18 +1300)] 
byteorder.3: SEE ALSO: add endian(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agohtobe16.3 htole16.3 be16toh.3 le16toh.3 htobe32.3 htole32.3 be32toh.3 le32toh.3 htobe...
Michael Kerrisk [Wed, 14 Jan 2009 10:13:17 +0000 (23:13 +1300)] 
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>
15 years agoendian.3: New page documenting byte order conversion functions
Michael Kerrisk [Wed, 14 Jan 2009 10:04:12 +0000 (23:04 +1300)] 
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>
15 years agogetsockname.2: SEE ALSO: Add getifaddrs(3)
Michael Kerrisk [Wed, 14 Jan 2009 03:38:14 +0000 (16:38 +1300)] 
getsockname.2: SEE ALSO: Add getifaddrs(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agobind.2: SEE ALSO: Add getifaddrs(3)
Michael Kerrisk [Wed, 14 Jan 2009 03:38:02 +0000 (16:38 +1300)] 
bind.2: SEE ALSO: Add getifaddrs(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agofreeifaddrs.3: New link to new getifaddrs.3
Michael Kerrisk [Wed, 14 Jan 2009 03:22:08 +0000 (16:22 +1300)] 
freeifaddrs.3: New link to new getifaddrs.3

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agogetifaddrs.3: New page documenting getifaddrs(3) and freeifaddrs(3)
Petr Baudis [Wed, 14 Jan 2009 03:18:31 +0000 (16:18 +1300)] 
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>
15 years agocapabilities.7: spfix
Michael Kerrisk [Wed, 14 Jan 2009 03:20:50 +0000 (16:20 +1300)] 
capabilities.7: spfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso_8859_8.7: New link to new iso_8859-8.7
Michael Kerrisk [Wed, 14 Jan 2009 02:02:13 +0000 (15:02 +1300)] 
iso_8859_8.7: New link to new iso_8859-8.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso-8859-8.7: New link to new iso_8859-8.7
Michael Kerrisk [Wed, 14 Jan 2009 02:02:13 +0000 (15:02 +1300)] 
iso-8859-8.7: New link to new iso_8859-8.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso_8859_5.7: New link to new iso_8859-5.7
Michael Kerrisk [Wed, 14 Jan 2009 02:02:13 +0000 (15:02 +1300)] 
iso_8859_5.7: New link to new iso_8859-5.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso-8859-5.7: New link to new iso_8859-5.7
Michael Kerrisk [Wed, 14 Jan 2009 02:02:13 +0000 (15:02 +1300)] 
iso-8859-5.7: New link to new iso_8859-5.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agolatin3.7: New link to new iso_8859-3.7
Michael Kerrisk [Wed, 14 Jan 2009 02:11:36 +0000 (15:11 +1300)] 
latin3.7: New link to new iso_8859-3.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso_8859_3.7: New link to new iso_8859-3.7
Michael Kerrisk [Wed, 14 Jan 2009 02:02:13 +0000 (15:02 +1300)] 
iso_8859_3.7: New link to new iso_8859-3.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso-8859-3.7: New link to new iso_8859-3.7
Michael Kerrisk [Wed, 14 Jan 2009 02:02:13 +0000 (15:02 +1300)] 
iso-8859-3.7: New link to new iso_8859-3.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agolatin8.7: New link to new iso_8859-14.7
Michael Kerrisk [Wed, 14 Jan 2009 02:11:20 +0000 (15:11 +1300)] 
latin8.7: New link to new iso_8859-14.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso_8859_14.7: New link to new iso_8859-14.7
Michael Kerrisk [Wed, 14 Jan 2009 02:02:13 +0000 (15:02 +1300)] 
iso_8859_14.7: New link to new iso_8859-14.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso-8859-14.7: New link to new iso_8859-14.7
Michael Kerrisk [Wed, 14 Jan 2009 02:02:12 +0000 (15:02 +1300)] 
iso-8859-14.7: New link to new iso_8859-14.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agolatin7.7: New link to new iso_8859-13.7
Michael Kerrisk [Wed, 14 Jan 2009 02:11:08 +0000 (15:11 +1300)] 
latin7.7: New link to new iso_8859-13.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso_8859_13.7: New link to new iso_8859-13.7
Michael Kerrisk [Wed, 14 Jan 2009 02:02:12 +0000 (15:02 +1300)] 
iso_8859_13.7: New link to new iso_8859-13.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso-8859-13.7: New link to new iso_8859-13.7
Michael Kerrisk [Wed, 14 Jan 2009 02:02:12 +0000 (15:02 +1300)] 
iso-8859-13.7: New link to new iso_8859-13.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agolatin6.7: New link to new iso_8859-10.7
Michael Kerrisk [Wed, 14 Jan 2009 02:10:52 +0000 (15:10 +1300)] 
latin6.7: New link to new iso_8859-10.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso_8859_10.7: New link to new iso_8859-10.7
Michael Kerrisk [Wed, 14 Jan 2009 02:02:12 +0000 (15:02 +1300)] 
iso_8859_10.7: New link to new iso_8859-10.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso-8859-10.7: New link to new iso_8859-10.7
Michael Kerrisk [Wed, 14 Jan 2009 02:02:12 +0000 (15:02 +1300)] 
iso-8859-10.7: New link to new iso_8859-10.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agokoi8-u.7: New page documenting KOI8-U character set
Lefteris Dimitroulakis [Wed, 14 Jan 2009 01:47:35 +0000 (14:47 +1300)] 
koi8-u.7: New page documenting KOI8-U character set

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso_8859-8.7: New page documenting ISO 8859-8 character set
Lefteris Dimitroulakis [Wed, 14 Jan 2009 01:46:59 +0000 (14:46 +1300)] 
iso_8859-8.7: New page documenting ISO 8859-8 character set

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso_8859-5.7: New page documenting ISO 8859-5 character set
Lefteris Dimitroulakis [Wed, 14 Jan 2009 01:46:32 +0000 (14:46 +1300)] 
iso_8859-5.7: New page documenting ISO 8859-5 character set

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso_8859-3.7: New page documenting ISO 8859-3 character set
Lefteris Dimitroulakis [Wed, 14 Jan 2009 01:46:07 +0000 (14:46 +1300)] 
iso_8859-3.7: New page documenting ISO 8859-3 character set

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso_8859-14.7: New page documenting ISO 8859-14 character set
Lefteris Dimitroulakis [Wed, 14 Jan 2009 01:45:33 +0000 (14:45 +1300)] 
iso_8859-14.7: New page documenting ISO 8859-14 character set

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso_8859-13.7: New page documenting ISO 8859-13 character set
Lefteris Dimitroulakis [Wed, 14 Jan 2009 01:43:32 +0000 (14:43 +1300)] 
iso_8859-13.7: New page documenting ISO 8859-13 character set

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoiso-8859-10.7: New page documenting ISO 8859-10 character set
Lefteris Dimitroulakis [Wed, 14 Jan 2009 01:42:09 +0000 (14:42 +1300)] 
iso-8859-10.7: New page documenting ISO 8859-10 character set

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agocp1251.7: New page documenting CP 1251 (Windows Cyrillic) character set
Lefteris Dimitroulakis [Wed, 14 Jan 2009 01:40:48 +0000 (14:40 +1300)] 
cp1251.7: New page documenting CP 1251 (Windows Cyrillic) character set

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agocpuset.7: Minor: remove execute permission on file
Michael Kerrisk [Wed, 14 Jan 2009 00:44:40 +0000 (13:44 +1300)] 
cpuset.7: Minor: remove execute permission on file

15 years agonetdevice.7: Document recently added interface flags
Michael Kerrisk [Tue, 13 Jan 2009 04:35:42 +0000 (17:35 +1300)] 
netdevice.7: Document recently added interface flags

IFF_LOWER_UP (since Linux 2.6.17)
IFF_DORMANT (since Linux 2.6.17)
IFF_ECHO (since Linux 2.6.25)

Documentation taken from comments in <linux/if.h>

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agowait.2: Added FIXME
Michael Kerrisk [Tue, 13 Jan 2009 04:46:39 +0000 (17:46 +1300)] 
wait.2: Added FIXME

15 years agomemccpy.3: Fix CONFORMING TO: s/C99/POSIX.1-2001/
Michael Kerrisk [Mon, 12 Jan 2009 15:29:30 +0000 (04:29 +1300)] 
memccpy.3: Fix CONFORMING TO: s/C99/POSIX.1-2001/

Reported-by: Mads Martin Joergensen <mmj@mmj.dk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agomemccpy.3: If the memory areas overlap, the results are undefined
Michael Kerrisk [Mon, 12 Jan 2009 15:22:33 +0000 (04:22 +1300)] 
memccpy.3: If the memory areas overlap, the results are undefined

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agosignalfd.2: Fix description of fork() semantics
Michael Kerrisk [Mon, 12 Jan 2009 13:12:09 +0000 (02:12 +1300)] 
signalfd.2: Fix description of fork() semantics

The page text described the semantics of the initial
implementation of signalfd().  These were changed early on,
but the man page wasn't updated.

Reported-by: Vegard Nossum <vegard.nossum@gmail.com>
Reviewed-by: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agosignalfd.2: ffix
Michael Kerrisk [Tue, 13 Jan 2009 05:03:33 +0000 (18:03 +1300)] 
signalfd.2: ffix

15 years agogetdents.2: Before kernel < 2.6.4, 'd_type' was effectively always DT_UNKNOWN
Michael Kerrisk [Tue, 13 Jan 2009 04:46:17 +0000 (17:46 +1300)] 
getdents.2: Before kernel < 2.6.4, 'd_type' was effectively always DT_UNKNOWN

Reported-by: Bastien ROUCARIES <roucaries.bastien@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agogetdents.2: wfix
Michael Kerrisk [Tue, 13 Jan 2009 04:17:03 +0000 (17:17 +1300)] 
getdents.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agosetjmp.3: Clarify when setjmp() provides BSD vs System V signal mask semantics
Michael Kerrisk [Tue, 13 Jan 2009 03:52:46 +0000 (16:52 +1300)] 
setjmp.3: Clarify when setjmp() provides BSD vs System V signal mask semantics

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agolongjmp.3, setjmp.3: Clarify wording re saving/restoring signal mask
Michael Kerrisk [Tue, 13 Jan 2009 03:40:35 +0000 (16:40 +1300)] 
longjmp.3, setjmp.3: Clarify wording re saving/restoring signal mask

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agolongjmp.3: siglongjmp() only restores signal mask iff 'savesigs' was non-zero
Michael Kerrisk [Tue, 13 Jan 2009 03:15:45 +0000 (16:15 +1300)] 
longjmp.3: siglongjmp() only restores signal mask iff 'savesigs' was non-zero

Note that siglongjmp() only restores signal mask if, and only
if, 'savesigs' argument of sigsetjmp() was non-zero.  (Previous
text omitted the "and only if".)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoChanges.old: spfix
Michael Kerrisk [Tue, 13 Jan 2009 02:01:06 +0000 (15:01 +1300)] 
Changes.old: spfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agomalloc.3: tfix: RETURN VALUE: s/realloc/calloc/
Adeodato Simó [Tue, 13 Jan 2009 00:50:08 +0000 (13:50 +1300)] 
malloc.3: tfix: RETURN VALUE: s/realloc/calloc/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agolibc.7: Minor: fix URL for dietlibc
Michael Kerrisk [Tue, 13 Jan 2009 00:07:08 +0000 (13:07 +1300)] 
libc.7: Minor: fix URL for dietlibc

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoStart of man-pages-3.17: updating Changes and Changes.old
Michael Kerrisk [Mon, 12 Jan 2009 21:40:27 +0000 (10:40 +1300)] 
Start of man-pages-3.17: updating Changes and Changes.old

15 years agoStart of man-pages-3.17: updating .Announce and .lsm files
Michael Kerrisk [Mon, 12 Jan 2009 21:40:27 +0000 (10:40 +1300)] 
Start of man-pages-3.17: updating .Announce and .lsm files

15 years agoStart of man-pages-3.17: renaming .Announce and .lsm files
Michael Kerrisk [Mon, 12 Jan 2009 21:40:27 +0000 (10:40 +1300)] 
Start of man-pages-3.17: renaming .Announce and .lsm files

15 years agoReady for 3.16 man-pages-3.16
Michael Kerrisk [Mon, 12 Jan 2009 19:59:16 +0000 (08:59 +1300)] 
Ready for 3.16

15 years agoRemoved trailing white space at end of lines
Michael Kerrisk [Mon, 12 Jan 2009 19:58:01 +0000 (08:58 +1300)] 
Removed trailing white space at end of lines

15 years agoExpanded tabs
Michael Kerrisk [Mon, 12 Jan 2009 19:57:49 +0000 (08:57 +1300)] 
Expanded tabs

15 years agogethostid.3: tstamp
Michael Kerrisk [Mon, 12 Jan 2009 19:52:13 +0000 (08:52 +1300)] 
gethostid.3: tstamp

15 years agoChanges: Update for 3.16 release
Michael Kerrisk [Mon, 12 Jan 2009 19:51:04 +0000 (08:51 +1300)] 
Changes: Update for 3.16 release

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agodlopen.3, ld.so.8: SEE ALSO: add rtld-audit(7)
Michael Kerrisk [Mon, 12 Jan 2009 19:47:47 +0000 (08:47 +1300)] 
dlopen.3, ld.so.8: SEE ALSO: add rtld-audit(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agortld-audit.7: srcfix: Remove FIXME
Michael Kerrisk [Mon, 12 Jan 2009 19:46:55 +0000 (08:46 +1300)] 
rtld-audit.7: srcfix: Remove FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agortld-audit.7: New page documenting dynamic linker audting API
Michael Kerrisk [Mon, 12 Jan 2009 19:40:46 +0000 (08:40 +1300)] 
rtld-audit.7: New page documenting dynamic linker audting API

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoclock_getres.3: SEE ALSO: Add pthread_getcpuclockid(3)
Michael Kerrisk [Mon, 12 Jan 2009 19:08:51 +0000 (08:08 +1300)] 
clock_getres.3: SEE ALSO: Add pthread_getcpuclockid(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agopthread_getcpuclockid.3: minor: remove extraneous source comment
Michael Kerrisk [Mon, 12 Jan 2009 19:08:22 +0000 (08:08 +1300)] 
pthread_getcpuclockid.3: minor: remove extraneous source comment

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agopthread_getcpuclockid.3: New page documenting pthread_getcpuclockid(3)
Michael Kerrisk [Mon, 12 Jan 2009 19:03:02 +0000 (08:03 +1300)] 
pthread_getcpuclockid.3: New page documenting pthread_getcpuclockid(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agosyscalls.2, feature_test_macros.7, standards.7: SEE ALSO: add libc(7)
Michael Kerrisk [Mon, 12 Jan 2009 19:01:29 +0000 (08:01 +1300)] 
syscalls.2, feature_test_macros.7, standards.7: SEE ALSO: add libc(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agoglibc.7: New link to new libc.7
Michael Kerrisk [Mon, 12 Jan 2009 18:59:33 +0000 (07:59 +1300)] 
glibc.7: New link to new libc.7

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agolibc.7: New page giving brief overview of C libraries on Linux
Michael Kerrisk [Mon, 12 Jan 2009 18:56:27 +0000 (07:56 +1300)] 
libc.7: New page giving brief overview of C libraries on Linux

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agogethostid.3: Before version 2.2, glibc stored the host ID in /var/adm/hostid
Michael Kerrisk [Mon, 12 Jan 2009 18:43:44 +0000 (07:43 +1300)] 
gethostid.3: Before version 2.2, glibc stored the host ID in /var/adm/hostid

Also: rewrite some text describing the /etc/hostid file, so that
this location is referred to just once on the page.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agogethostid.3: Added ERRORS section describing errors for sethostid()
Michael Kerrisk [Mon, 12 Jan 2009 18:38:09 +0000 (07:38 +1300)] 
gethostid.3: Added ERRORS section describing errors for sethostid()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agogethostid.3: RETURN VALUE: describe return value of sethostid()
Michael Kerrisk [Mon, 12 Jan 2009 18:22:30 +0000 (07:22 +1300)] 
gethostid.3: RETURN VALUE: describe return value of sethostid()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agogethostid.3: Minor wording improvements
Michael Kerrisk [Mon, 12 Jan 2009 18:21:35 +0000 (07:21 +1300)] 
gethostid.3: Minor wording improvements

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agogethostid.3: Added BUGS section noting that ID can't be guaranteed to be unique
Michael Kerrisk [Mon, 12 Jan 2009 18:18:52 +0000 (07:18 +1300)] 
gethostid.3: Added BUGS section noting that ID can't be guaranteed to be unique

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agogethostid.3: Update section number to reflect relocation into Section 3
Michael Kerrisk [Mon, 12 Jan 2009 18:05:17 +0000 (07:05 +1300)] 
gethostid.3: Update section number to reflect relocation into Section 3

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agosethostid.3: New link to relocated page in Section 3
Michael Kerrisk [Mon, 12 Jan 2009 18:04:35 +0000 (07:04 +1300)] 
sethostid.3: New link to relocated page in Section 3

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
15 years agogethostid.2: New link to new page location in Section 3
Michael Kerrisk [Mon, 12 Jan 2009 18:03:45 +0000 (07:03 +1300)] 
gethostid.2: New link to new page location in Section 3

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>