Commit Graph

5905 Commits

Author SHA1 Message Date
Michael Kerrisk f2ac73c7dc getpwent.3: Returned buffer may be statically allocated and overwritten by later calls
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 12:20:51 +13:00
Michael Kerrisk c34a8ff736 getgrnam.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 11:57:50 +13:00
Michael Kerrisk 57c1b002d9 getpwnam.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 11:41:07 +13:00
Michael Kerrisk d6922779df basename.3: Note that pointers returned by these functions should not be freed
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 11:32:52 +13:00
Michael Kerrisk 90eeb47a64 readdir.3: Note that pointer returned by readdir() should not be given to free(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 11:19:47 +13:00
Amrico Wang 40949ac8b0 proc.5: Document /proc/sys/vm/swappiness
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 11:09:01 +13:00
Michael Kerrisk 67ca98a79b pthread_equal.3: wfix: s/pthread_self/pthread_equal/
Reported-by: Simon Gomizelj <simongmzlg@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 10:44:32 +13:00
Michael Kerrisk c9980d2e56 strerror.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 09:33:27 +13:00
Mike Frysinger c71df6fba0 ptrace.2: only reference <sys/user.h>
The kernel no longer installs linux/user.h, so update
references to sys/user.h.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 09:30:23 +13:00
Michael Kerrisk 8c629c498f rtld-audit.7: Note that multiple libraries in LD_AUDIT doesn't work
This is reportedly fixed in glibc 2.10.
See http://sourceware.org/bugzilla/show_bug.cgi?id=9733

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 07:48:15 +13:00
Michael Kerrisk 7a1a6b6a75 hier.7: Add description of /srv
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520904

Reported-by: Miike O'Connor <stew@vireo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 07:39:38 +13:00
Nikanth Karthikesan f6beb9d7ec lockf.3: Update pointer to documentation in kernel source
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 07:27:50 +13:00
Michael Kerrisk 79bb643078 pthread_exit.3: Fix error in DESCRIPTION: s/pthread_create/pthread_exit/
Reported-by: Chunming Chang <cchang@aerohive.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 07:17:27 +13:00
Michael Kerrisk 4b9e7a8881 toascii.3: Note why POSIX.1-2008 marks this function obsolete
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:07:55 +13:00
Michael Kerrisk e3a9cc1374 sigset.3: Note APIs that POSIX.1-2008 recommends instead of these obsolete APIs
Reported-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:07:54 +13:00
Michael Kerrisk 0ae4b67fdd siginterrupt.3: Note that POSIX.1-2008 recommends sigaction() instead
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:07:54 +13:00
Michael Kerrisk 3f14817bd4 scalb.3: Note that POSIX.1-2008 recommends scalbln*(3) instead
Reported-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:07:54 +13:00
Michael Kerrisk 867a8f5dfc makecontext.3: Note that POSIX.1-2008 recommends the use of POSIX threads instead
Reported-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:07:54 +13:00
Michael Kerrisk bd314baf09 getcontext.2: Note that POSIX.1-2008 removes the specification of getcontext()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:07:54 +13:00
Michael Kerrisk ff9fe6df96 isalpha.3: Explain why POSIX.1-2008 marks isascii(3) obsolete
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:07:41 +13:00
Michael Kerrisk cbf4eee73f index.3: Note that POSIX.1-2008 recommends strchr(3) and strrchr(3) instead
Reported-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:04:59 +13:00
Michael Kerrisk aeb2174ae7 gethostbyname.3: POSIX.1-2008 recommends getaddrinfo(3) and getnameinfo(3) instead
Reported-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:04:58 +13:00
Michael Kerrisk 40e122bbeb getcwd.3: Note that getcwd() should be used instead of the obsolete getwd()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:04:58 +13:00
Michael Kerrisk 4aeb80edca ftime.3: Minor wording fixes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:04:58 +13:00
Michael Kerrisk fb2d6d3616 gcvt.3: Note that POSIX.1-2008 recommends sprintf(3) instead of this function
Reported-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:04:58 +13:00
Michael Kerrisk 5a4668117d ecvt.3: Note that POSIX.1-2008 recommends sprintf(3) instead of these functions
Reported-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:04:58 +13:00
Michael Kerrisk 9e36b352bc ctime.3: Note that POSIX.1-2008 recommends strftime(3) instead of these functions
Reported-by: Jan Engelhardt <jengelh@medozas.de>

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:04:58 +13:00
Michael Kerrisk 48cc3d9d8f bcopy.3: Note that POSIX.1-2008 removes specification of bcopy()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:04:57 +13:00
Michael Kerrisk 67bb874245 bsd_signal.3: Note that POSIX.1-2008 recommends sigaction(2) instead of this API
Reported-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:04:57 +13:00
Michael Kerrisk b822e47c52 getitimer.2: Note that POSIX.1-2008 recommends POSIX timers API instead of this API
Reported-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:04:57 +13:00
Michael Kerrisk 3f372391ea gettimeofday.2: Note that POSIX.1-2008 recommends clock_gettime() instead of this API
Reported-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:04:46 +13:00
Michael Kerrisk ff6db39993 fallocate.2: VERSIONS: glibc support is provided since version 2.10
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-13 07:20:09 +13:00
Michael Kerrisk 9e4922f014 armscii-8.7, cp1251.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: Add explicit character set encoding to first line of source
Nowadays mandb has provision to understand a character set
encoding that is explicitly indicated in the first line
of the source.  As pointed out by Colin Watson, including
such an explicit indication on pages encoded in anything
other than ISO 8859-1 or UTF-8 is useful for man-pages
that aren't shipped in UTF-8.

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519209
and for some other background (responded to by Colin Watson
in the above report):
http://thread.gmane.org/gmane.comp.internationalization.linux/6040
("man page encoding", 5 Jul 2005)

Reported-by: Colin Watson <cjwatson@debian.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-12 15:03:41 +13:00
Michael Kerrisk fc3c831d6b seekdir.3: SYNOPSIS: Fix type of 'offset' argument: s/off_t/long/
And add a NOTES section pointing out that 'off_t'
was indeed used in glibc 2.1.1 and earlier.
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519230

Reported-by: Tanaka Akira <akr@fsij.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-12 15:03:41 +13:00
Michael Kerrisk 48e39fa763 telldir.3: SYNOPSIS: Fix return type: s/off_t/long/
And add a NOTES section pointing out that 'off_t'
was indeed used in glibc 2.1.1 and earlier.
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519230

Reported-by: Tanaka Akira <akr@fsij.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-12 15:03:41 +13:00
Michael Kerrisk 7c1f78d417 fallocate.2: srcfix: Update FIXME
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-12 15:03:32 +13:00
Michael Kerrisk 9ed6b5178c inotify.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-12 07:24:41 +13:00
Michael Kerrisk 7dcae89694 mempcpy.3, signbit.3, significand.3: Global fix: acknowledge FSF in copyright
These pages are heavily based on original material in
glibc info pages, but the comments in the source of the pages
did not acknowledge the FRF copyright on the original material.
Fix that.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-12 07:24:34 +13:00
Michael Kerrisk 86d95cf2dc timerfd_create.2: ERRORS: add EINVAL for invalid 'flags' for timer_settime()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-10 16:36:34 +13:00
Michael Kerrisk c71b054dbc timerfd_create.2: Minor logical restructuring of ERRORS text
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-10 16:31:09 +13:00
Michael Kerrisk f9fb3ffcb5 recv.2: Add 'iovec' defn to defn of 'msghdr' structure
The 'msghdr' structure includes a field of type 'iovec',
so show the definition of that structure in this page.

Reported-by: Johannes Stezenbach <js@sig21.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-10 11:02:58 +13:00
Michael Kerrisk 9944f03d0d resolv.conf.5: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-08 13:35:26 +13:00
Michael Kerrisk ac176c0dc2 resolv.conf.5: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-08 13:35:26 +13:00
Michael Kerrisk ac92a408c9 resolv.conf.5: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-08 13:35:26 +13:00
Michael Kerrisk be8228ec12 resolv.conf.5: Document 'ip6-dotint' / 'no-ip6-dotint' option
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-08 13:35:25 +13:00
Michael Kerrisk 69caec4c8b resolv.conf.5: Document 'ip6-bytestring' option
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-08 13:35:24 +13:00
Michael Kerrisk a4b9f050af resolv.conf.5: srcfix: add comments on glibc version numbers for various options
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-08 13:35:23 +13:00
Michael Kerrisk aa8003d9fd resolv.conf.5: Document 'edns0' option
Reported-by: Walter Jontofsohn <wjontofs@atriumberlin.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-08 13:35:22 +13:00
Michael Kerrisk ef797a11f3 resolv.conf.5: Note that maximum value of 'timeout' option is capped to 30
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-08 13:35:21 +13:00
Michael Kerrisk c12e4e2816 resolv.conf.5: Note that maximum value of 'ndots' option is capped to 15
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-08 13:35:21 +13:00