diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-02-10 18:46:42 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-02-10 18:46:42 +0000 |
| commit | c533af9d27b51f685daa67b29398bb73acc1b5d4 (patch) | |
| tree | b7ccf85a974a626e6b441e4c4487129bd27e9f58 /man5 | |
| parent | bf53d187ba2e1dbce71032d169f9a9b6a98e5300 (diff) | |
| download | man-pages-c533af9d27b51f685daa67b29398bb73acc1b5d4.tar.gz | |
Reformatted FIXMEs
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/charmap.5 | 2 | ||||
| -rw-r--r-- | man5/ipc.5 | 4 | ||||
| -rw-r--r-- | man5/proc.5 | 34 |
3 files changed, 20 insertions, 20 deletions
diff --git a/man5/charmap.5 b/man5/charmap.5 index f919305c47..eba08f007c 100644 --- a/man5/charmap.5 +++ b/man5/charmap.5 @@ -110,10 +110,8 @@ with a hexadecimal number .TP .I <escape_char><number> with an octal number. - .\" FIXME - comments .\" FIXME - char ... char - .SH FILES .I /usr/share/i18n/charmaps/* .SH AUTHOR diff --git a/man5/ipc.5 b/man5/ipc.5 index 30bfdf2f9f..0ab619d39b 100644 --- a/man5/ipc.5 +++ b/man5/ipc.5 @@ -20,8 +20,8 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.\" FIXME -- there is now duplication of some of the information below -.\" in semctl.2, msgctl.2, and shmctl.2 -- MTK, Nov 04 +.\" FIXME -- there is now duplication of some of the information +.\" below in semctl.2, msgctl.2, and shmctl.2 -- MTK, Nov 04 .TH IPC 5 1993-11-01 "Linux 0.99.13" "Linux Programmer's Manual" .SH NAME ipc \- System V interprocess communication mechanisms diff --git a/man5/proc.5 b/man5/proc.5 index fbf4d602b1..28c8de0fbb 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -40,19 +40,21 @@ .\" 2005-09-16, mtk, Added /proc/sys/fs/suid_dumpable .\" 2005-09-19, mtk, added /proc/zoneinfo .\" -.\" 19 Sep 05: FIXME 2.6.14 has added /proc/PID/smaps (if CONFIG_MMU -.\" is enabled) and /proc/PID/numa_maps (if CONFIG_NUMA is enabled); -.\" they need to be documented. -.\" Info on smaps can be found in the patch-2.6.14-rc1 Changelog -.\" and in Documentation/filesystems/proc.txt -.\" Info on numa_maps can be found in the patch-2.6.14-rc1 Changelog -.\" 19 Sep 05: FIXME 2.6.13 seems to have /proc/vmcore implemented -.\" in the source code, but there is no option available under -.\" 'make xconfig'; eventually this should be fixed, and then info -.\" from the patch-2.6.13 and change log could be used to write an -.\" entry in this man page. -.\" FIXME -- cross check against Documentation/filesystems/proc.txt to see -.\" what information could be imported from that file into this file. +.\" FIXME 2.6.14 has added /proc/PID/smaps (if CONFIG_MMU +.\" is enabled) and /proc/PID/numa_maps (if CONFIG_NUMA is +.\" enabled); they need to be documented. +.\" Info on smaps can be found in the patch-2.6.14-rc1 Changelog +.\" and in Documentation/filesystems/proc.txt +.\" Info on numa_maps can be found in the patch-2.6.14-rc1 +.\" Changelog +.\" FIXME 2.6.13 seems to have /proc/vmcore implemented +.\" in the source code, but there is no option available under +.\" 'make xconfig'; eventually this should be fixed, and then info +.\" from the patch-2.6.13 and change log could be used to write an +.\" entry in this man page. +.\" FIXME -- cross check against Documentation/filesystems/proc.txt +.\" to see what information could be imported from that file +.\" into this file. .\" .TH PROC 5 2005-05-12 "" "Linux Programmer's Manual" .SH NAME @@ -931,7 +933,7 @@ that the system spent in user mode, user mode with low priority (nice), system mode, and the idle task, respectively. .\" FIXME: Actually, the following does not seem to be quite -.\" right (at least in 2.6.12): +.\" right (at least in 2.6.12) The last value should be USER_HZ times the second entry in the uptime pseudo-file. .sp @@ -942,8 +944,8 @@ In Linux 2.6 this line includes three additional columns: \- time servicing interrupts (since 2.6.0-test4); .I softirq \- time servicing softirqs (since 2.6.0-test4). -.\" FIXME 2.6.11 adds a further column "steal" (see fs/proc/proc_misc.c) -.\" this is not yet described... +.\" FIXME 2.6.11 adds a further column "steal" (see +.\" fs/proc/proc_misc.c); this is not yet described... .TP \fIpage 5741 1808\fP The number of pages the system paged in and the number that were paged |
