Commit Graph

201 Commits

Author SHA1 Message Date
Michael Kerrisk 6beb1671d2 tfix/wfix 2007-10-16 19:18:17 +00:00
Michael Kerrisk 2ebfeb1bb9 The display type of the /proc/PID/stat fields changed
%lu to %u in Linux 2.6.22:
    flags
    rt_priority
    policy
2007-10-16 06:22:27 +00:00
Michael Kerrisk b09b852675 spfix 2007-10-15 17:52:31 +00:00
Michael Kerrisk 49ec013ce2 Fix version numbers in cross references. 2007-10-14 18:33:54 +00:00
Michael Kerrisk b7837a9b43 wfix 2007-10-08 19:56:57 +00:00
Michael Kerrisk 654cc098eb ffix 2007-10-04 06:42:15 +00:00
Michael Kerrisk 2990d78107 grfix + ffix 2007-10-03 20:16:58 +00:00
Michael Kerrisk 9a67332ec2 ffixes + wfix 2007-10-03 19:48:21 +00:00
Michael Kerrisk 350038ffb0 Add text noting that since kernel 2.6.16, /proc/slabinfo is
only available if CONFIG_SLAB is enabled.
2007-09-27 18:27:13 +00:00
Michael Kerrisk dbdab2f481 Document:
- new p_flag: PT_GNU_STACK
- new sections: .gnu.version .gnu.version_d .gnu.version_r
  .note.GNU-stack
- new structures: ElfN_Verdef ElfN_Verdaux ElfN_Verneed ElfN_Vernaux
2007-09-23 17:26:09 +00:00
Michael Kerrisk 0daa9e92d0 Fix redundant formatting macros 2007-09-20 16:26:31 +00:00
Michael Kerrisk c11b1abf2e Change mtk's email address 2007-09-20 06:52:22 +00:00
Michael Kerrisk 635e8d5a19 Removed trailing white space at end of lines 2007-09-10 04:17:16 +00:00
Michael Kerrisk 9de1f6ccc4 Since linux 2.6.11, /proc/stat has an eighth value for cpu
lines: stolen time, which is the time spent in other operating
systems when running in a virtualized environment.
2007-08-27 15:07:17 +00:00
Michael Kerrisk 809d01649e I noticed things to correct and to clarify in subsection
"/proc/filesystems" of proc.5:
- clarify filesystems listing: not only FS compiled
  into the kernel, also FS kernel modules currently loaded
- add a reference to fs(5)
- add an explanation for FS marked with "nodev"
- s/mount(1)/mount(8)/, also corrected in section "SEE ALSO"
- clarify usage by mount: the current wording may lead to
  think /proc/filesystems is always used by mount when no FS
  is specified. So, usage of "may" which IMHO is more
  appropriate + additionnal explanations
  In mount(8) we can see:

       If no -t option is given, or if the auto type is
       specified, mount will try to guess the desired type.
       If mount was compiled with the blkid library, the
       guessing is done by this library. Otherwise, mount
       guesses itself by probing the superblock; if that
       does not turn up anything that looks familiar,
       mount will try to read the file /etc/filesystems,
       or, if that does not exist, /proc/filesystems.
       All of the filesystem types listed there will be
       tried, except for those that are labeled "nodev"
       (e.g., devpts, proc and nfs). If /etc/filesystems
       ends in a line with a single * only, mount will
       read /proc/filesystems afterwards.
2007-08-27 13:34:42 +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 03d2434e5c ffix 2007-08-27 10:11:23 +00:00
Michael Kerrisk 74d3223314 ffix/spfix 2007-08-27 08:36:21 +00:00
Michael Kerrisk a62944088a Updated date in .TH line. 2007-07-08 19:21:38 +00:00
Michael Kerrisk e192bf5dcf Improve description of num_threads field under /proc/PID/stat. 2007-07-08 16:36:11 +00:00
Michael Kerrisk bb83d1b932 grfix 2007-07-07 18:50:56 +00:00
Michael Kerrisk 0e94f77bda Update description of /proc/PID/stat to match 2.6.21. 2007-07-01 16:38:44 +00:00
Michael Kerrisk 89dd5f8a97 Update/correct text on /proc/malloc. 2007-06-24 17:00:09 +00:00
Michael Kerrisk 097585edcb ffix 2007-06-22 20:40:07 +00:00
Michael Kerrisk 988db66164 strip trailing white space 2007-06-21 22:55:04 +00:00
Michael Kerrisk 8bd58774dc Formatted signal names 2007-06-21 05:38:48 +00:00
Michael Kerrisk 7b2b5ea4fb ffix 2007-06-20 22:20:03 +00:00
Michael Kerrisk c84371c688 Italics for header file references 2007-06-20 21:53:34 +00:00
Michael Kerrisk dd0a09a557 ffix 2007-06-20 21:04:13 +00:00
Michael Kerrisk 9bef72b5ba ffix 2007-06-17 14:12:43 +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 905e99f268 spfix 2007-06-16 08:52:28 +00:00
Michael Kerrisk 1ce284ecb0 Reformatted headings 2007-06-15 19:55:07 +00:00
Michael Kerrisk 0c2ec4f115 ffix 2007-06-13 22:13:46 +00:00
Michael Kerrisk 928410b493 s/`/'/ when the thing being quoted is a character. 2007-06-12 21:40:00 +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 460e6363dc s/i-node/inode/ 2007-06-11 19:23:43 +00:00
Michael Kerrisk 8b49407fdd ffix 2007-06-08 12:25:56 +00:00
Michael Kerrisk d2dc6294d3 Removed AUTHORS section 2007-06-08 12:01:06 +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 dd5f0c858a American spelling 2007-06-08 10:50:30 +00:00
Michael Kerrisk d9bfdb9c21 Convert to American spelling conventions 2007-06-08 09:56:56 +00:00
Michael Kerrisk ec650cc15a Added discussion of /proc/sys/net/core/somaxconn. 2007-06-06 19:13:18 +00:00
Michael Kerrisk 59d3838657 fix xref 2007-06-02 12:31:15 +00:00
Michael Kerrisk d1746f3182 fix xref 2007-06-02 06:22:00 +00:00
Michael Kerrisk 641b2d63b5 Add "Linux" to .TH line 2007-05-30 05:43:37 +00:00
Michael Kerrisk d9343c5c13 Removed version number from .TH line 2007-05-30 05:36:26 +00:00
Michael Kerrisk 0fb0ca171c Removed outdated note about Debian and libc5. 2007-05-30 04:43:46 +00:00