Commit Graph

2802 Commits

Author SHA1 Message Date
Michael Kerrisk 001bbe30f9 wfix 2007-08-27 13:02:01 +00:00
Michael Kerrisk dc71558861 wfix 2007-08-27 12:54:48 +00:00
Michael Kerrisk b30df7b190 spfix 2007-08-27 12:52:27 +00:00
Michael Kerrisk 030d3025aa Fix path error (s%proc/sys%proc/sys/kernel%) in mentions of
/proc/sys/ostype, /proc/sys/osrelease and proc/sys/version.
2007-08-27 12:26:44 +00:00
Michael Kerrisk dd0fee6722 Add documentation for gethostbyaddr_r().
Plus a few other small fixes.
2007-08-27 12:24:27 +00:00
Michael Kerrisk 414bfa74db Link to gethostbyaddr.3 2007-08-27 12:20:02 +00:00
Michael Kerrisk e2f9e1bed2 ffix 2007-08-27 11:38:36 +00:00
Michael Kerrisk 00045cbb7e Minor edits. 2007-08-27 11:34:07 +00:00
Michael Kerrisk 05c7d833f8 + changed the "policy" parameter to "mode" through out the
descriptions in an attempt to promote the concept that the memory
  policy is a tuple consisting of a mode and optional set of nodes.

+ added requirement to link '-lnuma' to synopsis

+ rewrite portions of description for clarification.

+ added all errors currently returned by sys call.

+ removed cautionary note that use of MPOL_F_NODE|MPOL_F_ADDR
  is not supported.  This is no longer true.

+ added mmap(2) to See Also list.
2007-08-27 11:09:06 +00:00
Michael Kerrisk 45ca54fea8 Minor fixes 2007-08-27 11:01:24 +00:00
Michael Kerrisk 73ae0a09ae + changed the "policy" parameter to "mode" through out the
descriptions in an attempt to promote the concept that the memory
  policy is a tuple consisting of a mode and optional set of nodes.

+ added requirement to link '-lnuma' to synopsis

+ rewrite portions of description for clarification.

  ++ clarify interaction of policy with mmap()'d files.

  ++ defined how "empty set of nodes" specified and what this
     means for MPOL_PREFERRED.

  ++ mention what happens if local/target node contains no
     free memory.

  ++ clarify semantics of multiple nodes to BIND policy.
     Note:  subject to change.  We'll fix the man pages when/if
            this happens.

+ added all errors currently returned by sys call.

+ added mmap(2) to See Also list.
2007-08-27 11:01:10 +00:00
Michael Kerrisk 9f5682a8ed + changed the "policy" parameter to "mode" through out the
descriptions in an attempt to promote the concept that the memory
  policy is a tuple consisting of a mode and optional set of nodes.

+ rewrite portions of description for clarification.

  ++ clarify interaction of policy with mmap()'d files and shared
     memory regions, including SHM_HUGE regions.

  ++ defined how "empty set of nodes" specified and what this
     means for MPOL_PREFERRED.

  ++ mention what happens if local/target node contains no
     free memory.

  ++ clarify semantics of multiple nodes to BIND policy.
     Note:  subject to change.  We'll fix the man pages when/if
            this happens.

+ added all errors currently returned by sys call.

+ added mmap(2), shmget(2), shmat(2) to See Also list.
2007-08-27 10:48:50 +00:00
Michael Kerrisk 03d2434e5c ffix 2007-08-27 10:11:23 +00:00
Michael Kerrisk 599e5da722 ffix/wfix 2007-08-27 10:06:53 +00:00
Michael Kerrisk add00eab5e Nowadays tmac.XXX are called XXX.tmac 2007-08-27 09:56:58 +00:00
Michael Kerrisk b04ce7ab4b Added FIXME 2007-08-27 08:45:16 +00:00
Michael Kerrisk 74d3223314 ffix/spfix 2007-08-27 08:36:21 +00:00
Michael Kerrisk eee28e75ff Fix XCASE feature test macro description 2007-08-27 08:22:11 +00:00
Michael Kerrisk daac762ca0 wfix 2007-08-27 08:19:13 +00:00
Michael Kerrisk f92154be31 wfix 2007-08-27 08:13:53 +00:00
Michael Kerrisk 688e23c6f7 s/SIGILL/SIGCHLD/ for paragraph describing SIGCHLD. 2007-08-27 08:06:54 +00:00
Michael Kerrisk e4114f6418 ffix 2007-08-27 08:03:45 +00:00
Michael Kerrisk bf1c0ede48 Remove trailing whitespace 2007-08-27 08:02:09 +00:00
Michael Kerrisk eab6469656 Order ERRORS alphabetically. 2007-08-27 07:56:52 +00:00
Michael Kerrisk 0dd0df4e49 Remove duplicated words 2007-08-27 07:31:05 +00:00
Michael Kerrisk e730961f2b Ready for 2.65 2007-08-10 09:34:31 +00:00
Michael Kerrisk 39cf893022 Ready for 2.65. 2007-08-10 09:19:42 +00:00
Michael Kerrisk 4ae67b7d05 EINVAL also occurs if target path is on tmpfs or similar.
See Debian bug 435885.
2007-08-10 09:12:11 +00:00
Michael Kerrisk 2f6d6f73c3 s/sign/sign bit/ to remove ambiguty in description.
See Debian bug 435415.
2007-08-10 08:26:38 +00:00
Michael Kerrisk d4438ce632 ffix 2007-08-10 07:22:13 +00:00
Michael Kerrisk fd0930d43b tfix 2007-08-10 07:14:52 +00:00
Michael Kerrisk 7d4857d716 Added FIXME 2007-08-05 09:43:16 +00:00
Michael Kerrisk 185341d477 Added FIXME 2007-08-05 09:39:05 +00:00
Michael Kerrisk 39d21ba20e Added FIXME. 2007-08-05 09:07:16 +00:00
Michael Kerrisk 1b2d3fca90 Add "Lint with -lrt." to SYNOPSIS. 2007-08-02 16:48:31 +00:00
Michael Kerrisk 24b31b7bab Minor changes 2007-08-01 06:58:13 +00:00
Michael Kerrisk c4f79281d1 Added VERSIONS section with info about fdopendir(). 2007-07-30 22:06:27 +00:00
Michael Kerrisk 7f5cd1b220 Updated .TH line 2007-07-30 22:04:42 +00:00
Michael Kerrisk 237dedac4f Rework discussion of non-standard structure fields. 2007-07-30 21:57:14 +00:00
Michael Kerrisk 8f5aadb9a6 Document fdopendir(). 2007-07-30 21:57:03 +00:00
Michael Kerrisk b012b8ec64 Link to opendir.3 2007-07-30 20:44:19 +00:00
Michael Kerrisk 903542a98c Added FIXME 2007-07-29 08:56:00 +00:00
Michael Kerrisk 886c25329b ffix 2007-07-28 06:37:52 +00:00
Michael Kerrisk ce2801d06c ffix 2007-07-28 06:36:12 +00:00
Michael Kerrisk 624c55e8c4 Document DT_* constants for d_type. 2007-07-26 20:02:13 +00:00
Michael Kerrisk 16708e16da tfix 2007-07-26 17:43:11 +00:00
Michael Kerrisk 59cef12337 Improvements for example program 2007-07-26 17:11:55 +00:00
Michael Kerrisk a15ae69ad6 Improvements to example program 2007-07-26 17:03:33 +00:00
Michael Kerrisk deb5e2810e Removed statement that fts functions are expected to appear
soon in POSIX; it's years old and has not yet come to pass.
2007-07-26 06:00:32 +00:00
Michael Kerrisk a8dcaf4e55 ffix 2007-07-22 06:03:16 +00:00