Commit Graph

8894 Commits

Author SHA1 Message Date
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
Michael Kerrisk 125db7c1c1 signal.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 de86e93c28 sigaction.2: RETURN VALUE: mention that 'errno' is set on error
Reported-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:18:59 +02:00
Michael Kerrisk 716c8c3f00 shmget.2: Rewrite RETURN VALUE and 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 eb20a4fb40 recv.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 47a979088f fallocate.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 6d7f73685f udp.7: Note that 'optval' for socket options is an 'int' in most cases
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:18:59 +02:00
Michael Kerrisk 92cedf330e tcp.7: Note that 'optval' for socket options is an 'int' in most cases
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:18:59 +02:00
Michael Kerrisk 7d247ee8ab socket.7: Note that 'optval' for socket options is an 'int' in most cases
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:18:59 +02:00
Michael Kerrisk 3f1e877dde socket.7: Put SO_PEEK_OFF in correct alphabetical order
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:18:59 +02:00
Michael Kerrisk 242a48c92c socket.7: Greatly improved description of SO_PEEK_OFF
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:18:59 +02:00