diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-08-15 17:10:10 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-08-15 23:19:10 +0200 |
| commit | adcdb3e518755ed90c4d61f6a546990a901b7b78 (patch) | |
| tree | 0ea70abb1e31770c13e60311391fa14326c520e2 /man5/proc.5 | |
| parent | 6c33e013ac735cf36d662dc3e7462f823443b41d (diff) | |
| download | man-pages-adcdb3e518755ed90c4d61f6a546990a901b7b78.tar.gz | |
proc.5, proc_kallsyms.5, proc_ksyms.5: Split /proc/kallsyms (and /proc/ksyms) from proc(5)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man5/proc.5')
| -rw-r--r-- | man5/proc.5 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 1e3c199749..e9deffbdbc 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -227,14 +227,6 @@ hierarchy. .\" Added in Linux 2.6.9 .\" CONFIG_SCHEDSTATS .TP -.IR /proc/kallsyms " (since Linux 2.5.71)" -This holds the kernel exported symbol definitions used by the -.BR modules (X) -tools to dynamically link and bind loadable modules. -In Linux 2.5.47 and earlier, a similar file with slightly different syntax -was named -.IR ksyms . -.TP .I /proc/kcore This file represents the physical memory of the system and is stored in the ELF core file format. @@ -358,10 +350,6 @@ file is present only if the .B CONFIG_PROC_PAGE_MONITOR kernel configuration option is enabled. .TP -.IR /proc/ksyms " (Linux 1.1.23\[en]2.5.47)" -See -.IR /proc/kallsyms . -.TP .I /proc/loadavg The first three fields in this file are load average figures giving the number of jobs in the run queue (state R) |
