Commit Graph

5958 Commits

Author SHA1 Message Date
Petr Baudis 02b30d94db ffs.3: SEE ALSO: add memchr(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-21 16:21:28 +12:00
Petr Baudis a9cbb6cf2b strcmp.3: SEE ALSO: add strverscmp(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-21 16:20:08 +12:00
Petr Baudis a76ca00013 fmemopen.3: NOTES: there is no file descriptor associated with the returned stream
Alexander Lamaison pointed out that this is not obvious
from the documentation, citing an example with passing the
FILE * handle to a function that tries to fstat() its
fileno() in order to determine the buffer size.

Reported-by: Alexander Lamaison <awl03@doc.ic.ac.uk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-21 16:12:05 +12:00
Petr Baudis 28c1dc49ce fmemopen.3: Relocate BUGS section to correct position
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-21 16:03:54 +12:00
Michael Kerrisk abaf3cfdcf fmemopen.3: CONFORMING TO: remove note that these functions are GNU extensions
That sentence is now redundant, since these functions
are added in POSIX.1-2008.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-21 16:02:24 +12:00
Michael Kerrisk 94ea1e9d16 stat.2: Improve wording of ENOTDIR error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-21 14:57:42 +12:00
Michael Kerrisk 5cf0b3b40e stat.2: wfix
Reported-by: Tolga Dalman <tdalman@project-psi.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-21 14:53:07 +12:00
Florentin Duneau dbb433dc4f longjmp.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-21 14:44:29 +12:00
Mike Frysinger 472e8c79c3 sigpending.2: tfix + wfix
Reported-by: Christopher Head <chead@telus.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-21 14:40:41 +12:00
Mike Frysinger c62e7abad4 execve.2: Remove erroneous statement that pending signal set is cleared on execve(2)
Reported-by: Christopher Head <chead@telus.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-21 14:35:39 +12:00
Michael Kerrisk 9434e739be psignal.3: srcfix: Added FIXME 2009-04-20 17:51:37 +12:00
Michael Kerrisk 2ebad1b104 Start of man-pages-3.22: updating Changes and Changes.old 2009-04-16 04:25:07 +12:00
Michael Kerrisk 4fad30c047 Start of man-pages-3.22: updating .Announce and .lsm files 2009-04-16 04:25:06 +12:00
Michael Kerrisk 79e7716f2f Start of man-pages-3.22: renaming .Announce and .lsm files 2009-04-16 04:25:05 +12:00
Michael Kerrisk be4676bddd Ready for 3.21 2009-04-16 04:04:51 +12:00
Michael Kerrisk f977e32994 Removed trailing white space at end of lines 2009-04-16 04:03:12 +12:00
Michael Kerrisk c00f5a083a Expanded tabs 2009-04-16 04:03:00 +12:00
Michael Kerrisk 57f0811962 ldconfig.8: tstamp 2009-04-16 03:57:33 +12:00
Michael Kerrisk 0578eea248 Changes: Updates for release 3.21
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-16 03:56:23 +12:00
Michael Kerrisk 6a5cd0e832 pthread_getconcurrency.3: New link to new pthread_setconcurrency(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-16 03:56:02 +12:00
Michael Kerrisk 354fd38dca pthread_setconcurrency.3: New page documenting pthread_setconcurrency(3) and pthread_getconcurrency(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-16 03:56:02 +12:00
Michael Kerrisk fa94592df1 pthread_yield.3: New page documenting pthread_yield(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-16 03:55:53 +12:00
Michael Kerrisk 49019b8e74 ldconfig.8: /etc/ld.so.conf also include libraries found in /lib and /usr/lib
Reported-by: Roman Byshko <rbyshko@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-05 06:30:46 +12:00
Michael Kerrisk b644cdd71b initrd.4: Various minor wording improvements.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-04 07:00:03 +13:00
Frank Dana c0ba15567d initrd.4: Add missing word in description
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-04 06:42:05 +13:00
Michael Kerrisk 79a2258619 feature_test_macros.7: Add an example program
This example program makes it possible to explore what
feature test macros are set depending on the glibc version
and the macros that are explicitly set.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-03 10:48:24 +13:00
Michael Kerrisk 6e047f1692 feature_test_macros.7: Update for glibc 2.10 changes to <features.h>
From glibc 2.10, <features.h> understands the values 200809
for _POSIX_C_SOURCE and 700 for _XOPEN_SOURCE, and makes
corresponding changes to defaults for other feature test macros.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-03 10:14:57 +13:00
Michael Kerrisk daad8dcdcc cpuid.4, msr.4: srcfix: update copyright line, as per Andi Kleen's request
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-01 08:32:21 +13:00
Michael Kerrisk a07973312f Changes.old: minor: fix email addres in 3.20 log
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-01 08:31:59 +13:00
Michael Kerrisk db85058b5f getgrnam.3, getpwnam.3: srcfix: note that glibc 2.7 fixes error handling for "not found" case
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-01 08:30:46 +13:00
Michael Kerrisk 459c4286f8 Changes.old: spfix 2009-03-31 12:48:31 +13:00
Michael Kerrisk 7650b3fbe5 Start of man-pages-3.21: updating Changes and Changes.old 2009-03-31 12:46:47 +13:00
Michael Kerrisk 15432f81ba Start of man-pages-3.21: updating .Announce and .lsm files 2009-03-31 12:46:47 +13:00
Michael Kerrisk 07b0f76da3 Start of man-pages-3.21: renaming .Announce and .lsm files 2009-03-31 12:46:46 +13:00
Michael Kerrisk 4c17f68195 Ready for 3.20 2009-03-31 10:15:05 +13:00
Michael Kerrisk 7c63ca6ced Removed trailing white space at end of lines 2009-03-31 10:13:30 +13:00
Michael Kerrisk 0ef21edeef Expanded tabs 2009-03-31 10:13:18 +13:00
Michael Kerrisk e2f6918e7e Changes: Update for 3.20 changes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-31 10:07:27 +13:00
Michael Kerrisk f2a5733ca5 getcwd.3, makecontext.3, mq_notify.3: tstamp 2009-03-31 10:07:16 +13:00
Andi Kleen 4b34b3e237 cpuid.4: New page for cpuid access device
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-31 09:42:33 +13:00
Michael Kerrisk d611514893 rpc.3, xdr.3: spfix: s/in-line/inline/ (consistent with majority usage)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-31 09:23:02 +13:00
Andi Kleen 027ac74c30 msr.4: New page documenting x86 CPU MSR access device
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-31 08:33:25 +13:00
Michael Kerrisk f5c7f16bf5 proc.5: Document /proc/sysrq-trigger
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-31 07:04:27 +13:00
Michael Kerrisk 8ea4ea950c mq_notify.3: Document the POSIX.1-2008 optional EINVAL error
POSIX.1-2008 allows an optional EINVAL error if
notification==NULL and the caller is not currently
registered to receive notifications.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-31 05:09:58 +13:00
Michael Kerrisk 3d81b96737 rename.2: Make ENOENT description consistent with POSIX.1-2008
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 15:19:48 +13:00
Michael Kerrisk 0d244df1c1 posix_memalign.3: srcfix: added comment about memalign() for size==0 case 2009-03-30 15:10:42 +13:00
Michael Kerrisk b6dd683a54 posix_memalign.3: Document handling of size==0 case for posix_memalign()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 15:01:48 +13:00
Michael Kerrisk 642ff1cc5e sem_post.3: Document EOVERFLOW error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 14:55:55 +13:00
Michael Kerrisk 1480fa812e posix_fallocate.3: Document POSIX.1-2001 and POSIX.1-2008 specifications for EINVAL error
See http://bugzilla.kernel.org/show_bug.cgi?id=12919

Reported-by:  Eelco Dolstra <dolstra@tudelft.nl>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 14:16:38 +13:00
Michael Kerrisk 0c4dba9305 posix_fallocate.3: Clarify that EINVAL also occurs of 'len' *equals* zero
See http://bugzilla.kernel.org/show_bug.cgi?id=12919

Reported-by:  Eelco Dolstra <dolstra@tudelft.nl>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 14:09:17 +13:00