Commit Graph

6789 Commits

Author SHA1 Message Date
Michael Kerrisk 64642ec900 fexecve.3: Update for feature test macro changes in glibc 2.10
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk cd17119ce7 dprintf.3: Update for feature test macro changes in glibc 2.10
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk 151429b890 mkdtemp.3: Update for feature test macro changes in glibc 2.10
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk 31337f9329 fmemopen.3: Update for feature test macro changes in glibc 2.10
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk d834047bc8 wcpcpy.3, wcpncpy.3: Update for feature test macro changes in glibc 2.10
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk 7dbff9b454 mbsnrtowcs.3, wcsnrtombs.3: Update for feature test macro changes in glibc 2.10
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk e4731aab9a wcsnlen.3: Added VERSIONS section
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk b21b5bc2f2 wcsnlen.3: Update for feature test macro changes in glibc 2.10
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk d6a4140def wcsdup.3: Update for feature test macro changes in glibc 2.10
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk 51d423305f wcscasecmp.3, wcsncasecmp.3: Added VERSIONS section
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk df362fbfcc wcscasecmp.3, wcsncasecmp.3: Update feature test macro requirements
The FTM requirements changed in glibc 2.10

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk 50cbc42b7c rand.3: srcfix: rewrap some short source lines
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk 9750142be3 rand.3: Add an example program
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk d095200e1e index.3, stpcpy.3, strcasecmp.3, strcat.3, strchr.3, strcmp.3, strcoll.3, strcpy.3, strdup.3, strfry.3, strpbrk.3, strsep.3, strspn.3, strstr.3, strtok.3, strxfrm.3: SEE ALSO: Add reference to string(3)
The idea here is to provide a route to discover other
string functions.

Reported-by: Mark Hills <mark@pogo.org.uk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk 91e9dd28a5 rand.3: Clarify description of range of returned value
Reported-by: Mark Hills <mark@pogo.org.uk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk d931893ba3 rand.3: Expand description of rand_r()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk 0b08dd494d wavelan.4: srcfix: remove unneeded comments
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:46 +02:00
Michael Kerrisk 4468d2b73d sigpause.3: Correct discussion of when BSD vs SysV version is used in glibc
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-22 07:44:27 +02:00
Matthew Flaschen 3c78ebef9d log2.3: log2() function does not conform to C89
log2, log2f, and log2l do not conform to C89.
They are defined in C99.  See http://flash-gordon.me.uk/ansi.c.txt
and http://www.schweikhardt.net/identifiers.html

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-12 09:18:46 +02:00
Michael Kerrisk 7d3b7c75c3 cerf.3: Make it clearer that this function is unimplemented
Reported-by: <ozgur.gurcan@lpp.polytechnique.fr>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-12 08:52:19 +02:00
Michael Kerrisk c43b0ac78c getrlimit.2: Document units for RLIMIT_RTTIME limit
This limit is in microseconds

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596492

Reported-by: Tanaka Akira <akr@fsij.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-12 08:40:54 +02:00
Michael Kerrisk 1a8432f1e2 expm1.3: Minor fix: remove duplicate BUGS heading
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-12 08:38:17 +02:00
Michael Kerrisk e20e01df59 pow.3: errno is now correctly set to ERANGE on a pole error
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6776
was (silently) resolved.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-12 08:37:16 +02:00
Michael Kerrisk d14e12dba5 cos.3, expm1.3, sin.3, tan.3: Remove crufty text left over after recent fixes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-12 08:37:16 +02:00
Michael Kerrisk 9343357b3b fmod.3: errno is now correctly set to EDOM for the x==inf domain error
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6784
was (silently) resolved.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-12 08:37:16 +02:00
Michael Kerrisk 12fd93512e expm1.3: errno is now correctly set to ERANGE on a range error
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6788
was (silently) resolved.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-12 08:37:16 +02:00
Michael Kerrisk e472357803 tan.3: errno is now correctly set to EDOM on a domain error
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6782
was (silently) resolved.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-11 17:11:21 +02:00
Michael Kerrisk 7848c0dc34 sin.3: errno is now correctly set to EDOM on a domain error
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6781
was (silently) resolved.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-11 17:10:26 +02:00
Michael Kerrisk 3e72368940 cos.3: errno is now correctly set to EDOM on a domain error
http://sources.redhat.com/bugzilla/show_bug.cgi?id=6780
was (silently) resolved.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-11 17:03:53 +02:00
Michael Kerrisk 707a25b2d5 lgamma.3: glibc 2.10 fixed pole error bug
http://sourceware.org/bugzilla/show_bug.cgi?id=6777
was (silently) resolved.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-11 16:22:04 +02:00
Michael Kerrisk 1f6982a0db atanh.3: glibc 2.10 fixed pole error bug
http://sourceware.org/bugzilla/show_bug.cgi?id=6759
was resolved.

Reported-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Reported-by: Jan Kratochvil  <jan.kratochvil@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-11 16:13:24 +02:00
Jiri Olsa a6e9960e8f ip.7: Document IP_NODEFRAG
This option is new in Linux 2.6.36

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-11 07:19:10 +02:00
Michael Kerrisk 3ac83a00b6 ip.7: srcfix: Added FIXMEs
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-11 07:08:30 +02:00
Michael Kerrisk 7aed61d9c0 unix.7: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-11 06:40:34 +02:00
Michael Kerrisk b3a452706f lseek.2: Minor wording changes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-11 06:40:32 +02:00
Michael Kerrisk 36f9a7fea1 ffs.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-11 06:33:34 +02:00
Michael Kerrisk a9c6f6589e ffs.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-11 06:33:13 +02:00
Michael Kerrisk 3284fbc0ec lseek.2: Removed note about return type on ancient systems
Reported-by: der Mouse <mouse@rodents-montreal.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-11 06:13:23 +02:00
Michael Kerrisk fa57b2089b shm_overview.7: wfix: s/semaphore/shared memory/
Reported-by: Tim Stoakes <tim@stoakes.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-10 08:15:31 +02:00
Michael Kerrisk 9326e678ca mount.2: Definitions of various MS_* constants only appeared in glibc 2.12
See http://sourceware.org/bugzilla/show_bug.cgi?id=11235

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-10 08:09:14 +02:00
Michael Kerrisk 535f0df5e8 clock_nanosleep.2, clock_getcpuclockid.3, getnetent_r.3, getprotoent_r.3, getrpcent_r.3, getservent_r.3, sigwait.3: RETURN VALUE: Note that "positive error numbers" are listed in ERRORS
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-10 07:49:10 +02:00
Michael Kerrisk 636036b6b1 readdir.3: Clarify that "positive error numbers" are listed in ERRORS
Reported-by fkater@googlemail.com
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-10 07:43:12 +02:00
Michael Kerrisk b220f1b53a feature_test_macros.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-10 07:19:12 +02:00
Michael Kerrisk e0530cbbdd feature_test_macros.7: Make text on required placement of macros more prominent
Move the text that notes the requirement that feature test macros
must be defined before including any header files to the top of
the page, and highlight the text further, so that the reader will
not miss this point.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-10 07:15:16 +02:00
Michael Kerrisk f8b212130c feature_test_macros.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-10 07:14:41 +02:00
Michael Kerrisk 71a491b144 feature_test_macros.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-10 07:13:11 +02:00
Michael Kerrisk 86b91fdffb accept.2, clone.2, dup.2, fallocate.2, pipe.2, readahead.2, sched_setaffinity.2, unshare.2, CPU_SET.3, endian.3, euidaccess.3, fexecve.3, getpt.3, getpw.3, getumask.3, getutmp.3, gnu_get_libc_version.3, makedev.3, matherr.3, mbsnrtowcs.3, memfrob.3, pthread_attr_setaffinity_np.3, pthread_getattr_np.3, pthread_setaffinity_np.3, pthread_tryjoin_np.3, tcgetsid.3, wcscasecmp.3, wcsncasecmp.3, wcsnlen.3, wcsnrtombs.3, wcswidth.3, rtld-audit.7: SYNOPSIS: Add reference to feature_test_macros(7)
These pages specify feature test macros in the function
prototypes. Add a reference to feature_test_macros(7),
so that readers are pointed to the information that
feature test macros must be defined before including
*any* header file.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-10 07:06:22 +02:00
Michael Kerrisk 090e0f8c7d rexec.3: SYNOPSIS: Add header file and feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-10 06:58:38 +02:00
Michael Kerrisk 89ded5e7b7 capget.2: SYNOPSIS: Remove unneeded "undef _POSIX_SOURCE"
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-10 06:45:26 +02:00
Michael Kerrisk 803e1d2f16 open.2: spfix in source comment
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-10 06:37:55 +02:00