Commit Graph

9032 Commits

Author SHA1 Message Date
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
Pavel Emelyanov 15b4cde715 socket.7: Document SO_PEEK_OFF option
Since Linux 3.4 there appeared an ability to specify the
offset in bytes from which the data will be MSG_PEEK-ed.
Describe this socket option in the socket(7) page, where
all the other socket options are described.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 14:18:59 +02:00
Michael Kerrisk e59de0aeb0 Start of man-pages-3.52: updating Changes and Changes.old 2013-04-19 14:03:08 +02:00
Michael Kerrisk d7a98f241e Start of man-pages-3.52: updating .Announce and .lsm files 2013-04-19 14:03:08 +02:00
Michael Kerrisk fb886ebd67 Start of man-pages-3.52: renaming .Announce and .lsm files 2013-04-19 14:03:08 +02:00
Michael Kerrisk 6764425509 Ready for 3.51 2013-04-19 13:57:16 +02:00
Michael Kerrisk 7d2e6d7415 Removed trailing white space at end of lines 2013-04-19 13:57:07 +02:00
Michael Kerrisk 741e66ae9a Changes: Ready for 3.51
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 13:56:23 +02:00
Michael Kerrisk 75268cdf44 semop.2, syscalls.2: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 13:38:21 +02:00
Michael Kerrisk 9a86ff918e unshare.2, sched_getcpu.3, elf.5, capabilities.7: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 13:36:54 +02:00
Michael Kerrisk 70ef44dec5 ualarm.3: Add note on the behavior when 'usecs' is zero
POSIX.1-2001 does not specify the behavior in this case
and no other system that I checked documented the behavior.
Probably, most or all systems do what Linux does in this
case: cancel any pending alarm, just as alarm(0) does.
Add that info in NOTES.

Reported-by: Nicolas Hillegeer <nicolas@hillegeer.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 13:27:25 +02:00
Michael Kerrisk d82b435b70 alarm.2: Correct the description of behavior when 'seconds' is 0
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 13:23:41 +02:00
Michael Kerrisk 290e89bd22 getaddrinfo.3: tfix
Reviewed-by: Damien Grassart <damien@grassart.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-04-19 13:23:41 +02:00