Commit Graph

984 Commits

Author SHA1 Message Date
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 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 89f9f5b25d ffix 2007-06-20 20:48:54 +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 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 49363fa6ab ffix 2007-06-18 19:56:51 +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 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 2e42dfb375 tfix 2007-06-15 21:44:10 +00:00
Michael Kerrisk bb54fa0226 Fix include in SYNOPSIS. 2007-06-15 05:47:32 +00:00
Michael Kerrisk 5537bcf8d3 Add "Link with -laio" to SYNOPSIS.
Fih includes in SYNOPSIS.
2007-06-15 05:47:08 +00:00
Michael Kerrisk d676e60b93 spfix 2007-06-14 06:33:12 +00:00
Michael Kerrisk f5b031864e Reordered .SH sections. 2007-06-14 06:31:39 +00:00
Michael Kerrisk f4a411231c ffix 2007-06-13 22:32:37 +00:00
Michael Kerrisk 0c2ec4f115 ffix 2007-06-13 22:13:46 +00:00
Michael Kerrisk 0ff8384a43 Small wording change. 2007-06-13 22:05:57 +00:00
Michael Kerrisk 0e1ad98ccf Updated FIXMEs 2007-06-13 21:48:16 +00:00
Michael Kerrisk 2b0fa18232 replace form `....' with \fI...\fP where the enclosed string is a pathname,
type name, or argument name.
2007-06-12 21:19:16 +00:00
Michael Kerrisk ee62201f94 Fixed description of EACCES error.
Added sentence defining "curret working directory".
Other minor wording changes.
2007-06-12 05:23:03 +00:00
Michael Kerrisk 3363301f11 wfix 2007-06-11 20:36:00 +00:00
Michael Kerrisk 589cdb95ce ffix 2007-06-11 20:35:18 +00:00
Michael Kerrisk a622ed8f93 Made NOTES text into a VERSIONS section, since that's what it really describes. 2007-06-11 19:57:10 +00:00
Michael Kerrisk a43e21f0b4 Added details about seekable files and file offset.
Noted that write() may write less than 'count' bytes, and
gave some examples of why this might occur.
Noted what happens if write() is interrupted by a signal.
Minor wording changes.
2007-06-11 19:51:09 +00:00
Michael Kerrisk 460e6363dc s/i-node/inode/ 2007-06-11 19:23:43 +00:00
Michael Kerrisk fc7ba05735 s/process' /process's/ 2007-06-11 19:20:30 +00:00
Michael Kerrisk 7eeba17aac Minor wording changes 2007-06-11 19:13:42 +00:00
Michael Kerrisk 51a138ce9a Minore rewordings; added a FIXME. 2007-06-11 19:07:41 +00:00
Michael Kerrisk 7c1bc63f44 ffix 2007-06-11 18:45:36 +00:00
Michael Kerrisk 7dbfafa8ca Minore rewordings. 2007-06-11 18:40:01 +00:00
Michael Kerrisk ed15fce22c Update .TH line; previous commit noted what happens if
gethostid() can't open /etc/hostid.
2007-06-10 18:18:04 +00:00
Michael Kerrisk 53a6b01dee Add NOTES paragraph noting that <sys/types.h> isn't required by
POSIX.1-2001 or Linux, but was required on some implementations.
2007-06-10 18:08:27 +00:00
Michael Kerrisk c36973a3d6 s/w.r.t./with respect to/ 2007-06-08 12:11:23 +00:00
Michael Kerrisk 75b94dc35c Change "e.g. " to "e.g., ", or in some cases, "for example, ".
Change "i.e. " to i.e.., ", or in some cases, "that is, ".
2007-06-08 11:56:22 +00:00
Michael Kerrisk eb1af89677 Corrected minor spelling/wording mistakes (i.e., changes
independent of fixes for American spelling).
2007-06-08 10:58:53 +00:00
Michael Kerrisk d9bfdb9c21 Convert to American spelling conventions 2007-06-08 09:56:56 +00:00