Commit Graph

2424 Commits

Author SHA1 Message Date
Michael Kerrisk 826bc5db80 Include Section number in .TH line for POSIX pages. 2007-06-20 22:33:04 +00:00
Michael Kerrisk 3b46efc37e ffix 2007-06-20 22:21:22 +00:00
Michael Kerrisk 7b2b5ea4fb ffix 2007-06-20 22:20:03 +00:00
Michael Kerrisk 0b9bdf82fb ffix 2007-06-20 22:15:34 +00:00
Michael Kerrisk 5917ad3d34 ffix 2007-06-20 22:11:14 +00:00
Michael Kerrisk f25eaea8f3 ffix 2007-06-20 22:09:10 +00:00
Michael Kerrisk 1100358651 ffix 2007-06-20 22:07:01 +00:00
Michael Kerrisk 6269f80989 Allow hyphenation breaks 2007-06-20 22:01:10 +00:00
Michael Kerrisk c84371c688 Italics for header file references 2007-06-20 21:53:34 +00:00
Michael Kerrisk 29059a6548 s/-/\\-/ 2007-06-20 21:39:45 +00:00
Michael Kerrisk bb38b71d15 ffix 2007-06-20 21:18:35 +00:00
Michael Kerrisk dd0a09a557 ffix 2007-06-20 21:04:13 +00:00
Michael Kerrisk de99e9e36d ffix 2007-06-20 20:56:49 +00:00
Michael Kerrisk d494919067 space fixes 2007-06-20 20:52:14 +00:00
Michael Kerrisk 89f9f5b25d ffix 2007-06-20 20:48:54 +00:00
Michael Kerrisk 19936f7d4f Start of 2.62 2007-06-20 20:32:18 +00:00
Michael Kerrisk eb7f0abd17 Start of 2.62 2007-06-20 20:29:36 +00:00
Michael Kerrisk 65819201a4 Ready for 2.61 2007-06-20 20:23:24 +00:00
Michael Kerrisk 43ef717e5e Removed tabs 2007-06-20 20:23:15 +00:00
Michael Kerrisk 4c4ee46a3f sync 2007-06-20 20:16:47 +00:00
Michael Kerrisk bf25f45cf8 Note that some architectures don't have socketcall(2); instead
real system calls are provided for socket(), bind(), etc.
2007-06-20 20:15:29 +00:00
Michael Kerrisk d398968003 Note that some architectures don't have ipc(2); instead
real system calls are provided for shmctl(), semctl(), etc.
2007-06-20 20:14:26 +00:00
Michael Kerrisk c79efe9026 Wrap long line in SYNOPSIS. 2007-06-20 19:08:29 +00:00
Michael Kerrisk 171b93ebec Fix capitalization in .SS headings. 2007-06-20 19:03:12 +00:00
Michael Kerrisk 34f2460ed5 Rewrite to reflect the fact that the _syscallN
macros are no longer available.
2007-06-20 18:53:27 +00:00
Michael Kerrisk 3442f570a8 Remove reference to _syscall0() macro. 2007-06-20 18:43:01 +00:00
Michael Kerrisk 02a5cdc5ea Add semtimedop() to SEE ALSO. 2007-06-20 06:05:13 +00:00
Michael Kerrisk ed2a6c7314 Add recvmsg() and sendmsg() to SEE ALSO. 2007-06-20 06:04:50 +00:00
Michael Kerrisk 0fb58b282d Fix small wording error. 2007-06-19 20:42:27 +00:00
Michael Kerrisk 9b0e0996ee the syscall is exported as "__clone2" not "clone2". 2007-06-19 20:09:36 +00:00
Michael Kerrisk a638bc3b16 minor fixes 2007-06-18 20:01:32 +00:00
Michael Kerrisk 49363fa6ab ffix 2007-06-18 19:56:51 +00:00
Michael Kerrisk 2968ea1afe A comment was missing its closing "*/". 2007-06-18 05:40:45 +00:00
Michael Kerrisk f27b37350d Document argument type for SO_REUSEADDR. See Debian bug 255881. 2007-06-17 17:03:38 +00:00
Michael Kerrisk 680415afb4 Minor improvements to previous fix 2007-06-17 15:57:02 +00:00
Michael Kerrisk c73d72815e Add a comment explaining the need for the rather
strange cast of the return value of dlsym().
2007-06-17 15:23:37 +00:00
Michael Kerrisk 186532f871 sync 2007-06-17 15:03:37 +00:00
Michael Kerrisk 40a54b3722 Clean-ups 2007-06-17 15:03:14 +00:00
Michael Kerrisk 9ecc64c14a Note where to find source code of FreeBSD and Solaris;
other minor changes.
2007-06-17 15:02:59 +00:00
Michael Kerrisk 420f4668db Update description of MALLOC_CHECK_ to include description
for value 3.  (From downstream Fedora patch.)
2007-06-17 14:27:31 +00:00
Michael Kerrisk 9bef72b5ba ffix 2007-06-17 14:12:43 +00:00
Michael Kerrisk 4db7cf5dbd Update text for EPERM error describing the maximum number of
swap files.  (From downstream Fedora patch.)
2007-06-16 18:22:38 +00:00
Michael Kerrisk 97bc00947f Add NOTES para about permissions required to call sched_setscheduler()
on other systems.
2007-06-16 12:25:22 +00:00
Michael Kerrisk 4f4d2facf2 wfix 2007-06-16 11:58:42 +00:00
Michael Kerrisk 3a928a5078 Updated FIXME. 2007-06-16 11:45:57 +00:00
Michael Kerrisk 2b83e9fe13 Updated FIXME. 2007-06-16 11:43:44 +00:00
Michael Kerrisk b8424e6a63 Added a sentence noting why core dumps named "core.PID" were useful
with LinuxThreads.
2007-06-16 11:32:28 +00:00
Michael Kerrisk 228688f9ea Changed text for EINVAL error. 2007-06-16 11:27:34 +00:00
Michael Kerrisk 5766b19637 Noted that timeout can also be changed is select() is interrupted by a signal. 2007-06-16 10:46:33 +00:00
Michael Kerrisk 865be3ccca Minor rewrites. 2007-06-16 09:11:52 +00:00