Commit Graph

8854 Commits

Author SHA1 Message Date
Michael Kerrisk 6ac8bf78eb wprintf.3: Minor clarification of null wide character and null byte
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-05-19 19:59:06 +02:00
Michael Kerrisk 82e07898dd sysconf.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-05-19 19:59:06 +02:00
Michael Kerrisk cf925375ad x25.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-05-19 19:59:06 +02:00
Michael Kerrisk 0a5d2e219f scanf.3: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-05-19 19:59:06 +02:00
David Prévot 8b7a20f02f alarm.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-05-19 19:59:05 +02:00
David Prévot 15e540d94c io_destroy.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-05-19 19:59:05 +02:00
Cyril Hrubis 9c456b53a3 io_setup.2: Clarify the nr_events parameter
Currently the io_setup.2 man page describes what the kernel really
does, i.e., that the resulting context may be able to hold more
than the 'nr_event's operations because the memory allocated in
kernel is rounded to be multiple of page size.

It is better not to expose this implementation detail and
simply state that the resulting context is suitable for
'nr_events' operations.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
Acked-by: Jeff Moyer <jmoyer@redhat.com>
2013-05-19 19:58:38 +02:00
Michael Kerrisk 7f2eb69df3 strnlen.3: tfix
Reported-by: Jon Grant <jg@jguk.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-05-18 20:56:42 +02:00
Simon Paillard fa72df6941 sk98lin.4: wfix
Format issue introduced in
2297bf0ef5

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-05-18 20:55:06 +02:00
Yuri Kozlov 7adfc6e1ba uri.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-05-18 20:51:27 +02:00
Michael Kerrisk 6aa5dcf494 canonicalize_file_name.3: Put CONFORMING TO section in right location
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-05-11 22:21:21 +02:00
Michael Kerrisk 3944ae0c0d move_pages.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-05-11 22:19:52 +02:00
Michael Kerrisk d1ac81cf89 killpg.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-05-06 17:32:46 +02:00
Michael Kerrisk 9ccfb10269 profil.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-30 14:26:49 +02:00
Michael Kerrisk 89cc637cb5 move_pages.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-21 13:05:46 +02:00
Michael Kerrisk d4c528479e migrate_pages.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-21 13:05:42 +02:00
Michael Kerrisk e2ee112da1 umask.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 18:29:12 +02:00
Michael Kerrisk ea22c6e908 pthread_attr_setschedparam.3, pthread_attr_setschedpolicy.3, pthread_attr_setscope.3: The inherit-scheduler attribute must be set to PTHREAD_EXPLICIT_SCHED
In order for the attributes set by these functions to have
an effect, the caller must use pthread_attr_setinheritsched(3)
to set the inherit-scheduler attribute of the attributes object
to PTHREAD_EXPLICIT_SCHED.

Reported-by: Manuel Traut <manut@linutronix.de>
Reported-by: Siddhesh Poyarekar <siddhesh@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:01 +02:00
Michael Kerrisk b67b588646 pthread_attr_setinheritsched.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:01 +02:00
Michael Kerrisk 6d46d0fac1 pthread_attr_setscope.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:01 +02:00
Michael Kerrisk c59c89b307 pthread_attr_setinheritsched.3: Note the scheduling attributes affected by this function
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:01 +02:00
Michael Kerrisk 572acb41c4 wcsdup.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:01 +02:00
Michael Kerrisk 665637d482 usleep.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:01 +02:00
Michael Kerrisk 52e5837550 tempnam.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:01 +02:00
Michael Kerrisk 6a7883104f strdup.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:01 +02:00
Michael Kerrisk 72cc8811ba sigsetops.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:01 +02:00
Michael Kerrisk 433356dcd1 siginterrupt.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:01 +02:00
Michael Kerrisk fd88c684f8 scandir.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:01 +02:00
Michael Kerrisk a824712b8a random_r.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:01 +02:00
Michael Kerrisk e6183193f2 random.3: BUGS: inistate() does not return NULL on error
http://sourceware.org/bugzilla/show_bug.cgi?id=15380

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:00 +02:00
Michael Kerrisk d2fdbe9c99 random.3: Add EINVAL error for setstate()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:00 +02:00
Michael Kerrisk 6d1a3ba67c random.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:00 +02:00
Michael Kerrisk 459f2580cc putpwent.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:00 +02:00
Michael Kerrisk fbe1845c28 putenv.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:00 +02:00
Michael Kerrisk 8ac7223100 popen.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:00 +02:00
Michael Kerrisk c03c3dd4b7 mktemp.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:00 +02:00
Michael Kerrisk 921dd685b5 malloc_info.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:00 +02:00
Michael Kerrisk b4b02cc406 hsearch.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:00 +02:00
Michael Kerrisk b3adaa6852 getutent.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:00 +02:00
Michael Kerrisk c433dca4a7 getspnam.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:00 +02:00
Michael Kerrisk c0ebcc7abd getlogin.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:00 +02:00
Michael Kerrisk 1790ea4423 getline.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:00 +02:00
Michael Kerrisk 1726c2f934 fputwc.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:00 +02:00
Michael Kerrisk dbf5168386 fgetwc.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:19:00 +02:00
Michael Kerrisk 26f5e1b958 fgetpwent.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:18:59 +02:00
Michael Kerrisk 3600608b88 fgetgrent.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:18:59 +02:00
Michael Kerrisk 7f1c12c551 dirfd.3: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:18:59 +02:00
Michael Kerrisk d038a74a3f sigsuspend.2: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:18:59 +02:00
Michael Kerrisk 2cbd0ac5b8 sigprocmask.2: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:18:59 +02:00
Michael Kerrisk 947683f353 sigpending.2: RETURN VALUE: mention that 'errno' is set on error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:18:59 +02:00