Commit Graph

198 Commits

Author SHA1 Message Date
Michael Kerrisk c451761395 proc.5: dmesg is in section 1, not section 8
Reported-by: Siward de Groot <siward@ziggo.nl>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:20 +02:00
Michael Kerrisk 7c63ca6ced Removed trailing white space at end of lines 2009-03-31 10:13:30 +13:00
Michael Kerrisk f5c7f16bf5 proc.5: Document /proc/sysrq-trigger
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-31 07:04:27 +13:00
Américo Wang 40949ac8b0 proc.5: Document /proc/sys/vm/swappiness
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 11:09:01 +13:00
Michael Kerrisk 7ec2818340 proc.5: spfix 2009-02-21 00:23:41 +13:00
Michael Kerrisk aa341984a9 proc.5: Put /proc/modules entry in correct alphabetical order
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-20 19:52:29 +13:00
Michael Kerrisk 5e7388aad4 proc.5: Add description of /proc/sys/kernel/sysrq
Reported by: Goerghe Cosorea <gheorghe.coserea@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-20 19:52:19 +13:00
Michael Kerrisk 242b46af7d proc.5: Remove mention of epoll/max_user_instances
(Since this interface appeared in 2.6.28, and then
disappeared in 2.6.29.)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-02 18:26:10 +13:00
Sam Varshavchik fb069f9aa1 proc.5: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-23 23:53:58 +01:00
Michael Kerrisk 24cb4a4b9b proc.5: Add pointer to epoll(7) for description of epoll /proc files
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-16 21:40:59 +13:00
Michael Kerrisk 636297e97b proc.5: /proc/stat: s/minor/disk_idx/ in description of /proc/stat
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=225619

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Reported-by: Mike Fedyk <mfedyk@mikefedyk.com>
2008-12-05 22:28:55 -05:00
Michael Kerrisk 5a2ff571fb connect.2, listen.2, send.2, uname.2, cmsg.3, proc.5, arp.7, ddp.7, icmp.7, ip.7, raw.7, socket.7, tcp.7, udp.7: Global fix: eliminate mention of the obsolete sysctl(2) interface
Many pages still mention use of the obsolete sysctl(2) system
call, or used the term "sysctls"; rewrite these mentions to
instead be in terms of /proc interfaces.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:11 -05:00
Michael Kerrisk 732e54dd96 clone.2, mount.2, unshare.2, proc.5, path_resolution.7: Global fix: s/mount-point namespace/mount namespace/
This is more consistent with the term "mounts namespace"
used in the 2008 ACM SIGOPS paper, "Virtual servers
and and checkpoint/restart in mainstream Linux".
(I avoided the "s", because using the plural strikes me
as klunky English, and anyway we don't talk about
the "PIDs namespace" or the "networks namespace", etc..)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:09 -05:00
Michael Kerrisk 4df2eb09d1 clone.2, mount.2, unshare.2, proc.5, path_resolution.7: Global fix: s/namespace/mount-point namespace/, as appropriate
In recent times, a number of other namespace flags have been
added to clone(2).  As such, it is no longer clear to use
the generic term "namespace" to refer to the particular
namespace controlled by CLONE_NEWNS; instead, use the
term "mount-point namespace".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:07 -05:00
Vegard Nossum c7ce200d32 proc.5: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:05 -05:00
Ivana Varekova cfe70b66ae proc.5: Fix reference to kernel source file
Use relative reference to Documentation/mtrr.txt.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:53:57 -05:00
Michael Kerrisk b43a3b301e eventfd.2, execve.2, getdents.2, ioprio_set.2, mprotect.2, signalfd.2, timerfd_create.2, wait.2, backtrace.3, clock_getcpuclockid.3, end.3, fmemopen.3, fopencookie.3, frexp.3, getdate.3, getgrouplist.3, getprotoent_r.3, getservent_r.3, gnu_get_libc_version.3, inet.3, inet_pton.3, makecontext.3, malloc.3, matherr.3, offsetof.3, pthread_attr_init.3, pthread_create.3, pthread_getattr_np.3, sem_wait.3, strftime.3, strtok.3, strtol.3, core.5, proc.5, cpuset.7, mq_overview.7: Global fix: Format user input in shell sessions in boldface
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29 14:54:23 -05:00
Michael Kerrisk fa802e7b90 proc.5: Document /proc/sys/kernel/threads-max
Defines the system-wide limit on the number of threads (tasks).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29 14:54:11 -05:00
Michael Kerrisk acddbaea0c Removed trailing white space at end of lines 2008-10-07 10:58:44 +02:00
Michael Kerrisk dd021848ab proc.5: tstamp 2008-10-06 15:07:03 +02:00
Michael Kerrisk c1eea65af0 proc.5: rewrite and simplify description of /proc/mounts
Most of the relevant discussion is now under /proc/PID/mounts;
all that needs to be here is a mention of the pre-2.4.19
system-wide namespace situation, and a reference to the
discussion under /proc/PID/mounts.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-06 14:23:00 +02:00
Michael Kerrisk 140ebdb93e mount.2: srcfix: remove outdated FIXME.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-06 14:18:16 +02:00
Michael Kerrisk cea61382b1 proc.5: Add description of /proc/PID/mounts
Largely cribbed from existing /proc/mounts discussion, which is
about to be rewritten.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-06 14:16:16 +02:00
Pavel Heimlich 783a623352 proc.5: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-06 10:02:53 +02:00
Nicolas François 44e5793157 Typo and wording fixes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-09-29 11:00:36 +02:00
Michael Kerrisk 23ec6ff0a6 Document new fields in /proc/interrupts that were added in Linux 2.6.24. 2008-09-02 08:21:31 +00:00
Michael Kerrisk 77b802ec67 Remove sentence wrongly saying that meminfo reports
info in bytes; note that meminfo reports system-wide
memory usage statistics.
2008-08-28 05:49:20 +00:00
Michael Kerrisk 73edb42bed In the desription if /proc/[pid]/environ, remove reference to
lilo(8)/grub(8) since there seems to be nothing in those pages
that related to this /proc file.
2008-08-27 21:33:19 +00:00
Michael Kerrisk 69119dc7bb s/\[number]/[pid]/ in file names for /proc/PID files.
And similar changes for task/[tid] sub-directories.
2008-08-27 18:25:11 +00:00
Michael Kerrisk 610f75cc09 Remove /proc/PID/numa_maps material (it is now in numa(7)). 2008-08-13 08:13:01 +00:00
Michael Kerrisk 5a35e62092 Removed trailing white space at end of lines 2008-08-12 10:27:05 +00:00
Michael Kerrisk 7388733a37 Add documentation of the /proc/PID/numa_maps file.
This material was formerly the numa_maps.5 page in the numactl
package, but really belongs in man-pages (since it describes
a kernel interface).
2008-08-12 10:20:50 +00:00
Michael Kerrisk 3bc960c2e8 ffixes 2008-08-12 09:34:10 +00:00
Michael Kerrisk 9fd8b18591 tfix 2008-07-18 03:58:23 +00:00
Michael Kerrisk fd7193f57a Removed trailing white space at end of lines 2008-07-16 13:11:30 +00:00
Michael Kerrisk e98268b49a Add Documentation/sysctl/vm.txt to SEE ALSO.
Other minor edits.
2008-07-15 11:45:13 +00:00
Michael Kerrisk 82c333257b removed a FIXME 2008-07-15 11:41:51 +00:00
Michael Kerrisk 427965596f removed a FIXME 2008-07-15 11:39:49 +00:00
Michael Kerrisk aa1f2cc12b tfix 2008-07-15 11:38:30 +00:00
Michael Kerrisk bfde23a20d Make kernel version for /proc/sys/kernel/panic_on_oops more precise.
Make kernel version for /proc/sys/kernel/pid_max more precise.
2008-07-15 11:07:37 +00:00
Michael Kerrisk c3d9780d9c Document /proc/sys/vm/oom_dump_tasks (new in Linux 2.6.25).
Document /proc/sys/vm/panic_on_oom (new in Linux 2.6.18).
2008-07-15 11:03:08 +00:00
Michael Kerrisk 417fceb71a Remove redudant summary list of files in description of /proc/sys/kernel. 2008-07-15 08:51:41 +00:00
Michael Kerrisk e10120df66 Document /proc/sys/vm/oom_kill_allocating_task (new in Linux 2.6.24). 2008-07-15 08:48:01 +00:00
Michael Kerrisk fb8e1d1b2a sffix 2008-07-15 08:32:08 +00:00
Michael Kerrisk cc2d5c36d3 Tweak description of /proc/config.gz + update a FIXME 2008-07-15 08:22:19 +00:00
Michael Kerrisk 250e01ecb1 Add some details on /proc/config.gz. 2008-07-15 08:07:02 +00:00
Michael Kerrisk f6e524c4fc Document /proc/config.gz 2008-07-15 06:15:22 +00:00
Michael Kerrisk 74aace8a7f Small wording fixes -- express <= and >= in words when in running text. 2008-07-09 19:38:19 +00:00
Michael Kerrisk 87174b3ae2 Small wording fixes 2008-07-09 15:36:44 +00:00
Michael Kerrisk 8ee190da4a s/UNIX/Unix/, when not used as part of a trademark,
for consistency with majority usage in pages.
2008-07-09 14:17:06 +00:00