diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-03-23 02:13:08 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-03-23 02:13:08 +0000 |
commit | 218e46f8834384b0a75b61c198af972eafb55868 (patch) | |
tree | 8f007db9bb4512607ae3aa54fe78068be26f063b | |
parent | 92c37d8cb0a3be60bc3f682cc91c8a635f70b6da (diff) |
Small FIXME formatting fixes
-rw-r--r-- | man2/mount.2 | 2 | ||||
-rw-r--r-- | man2/prctl.2 | 2 | ||||
-rw-r--r-- | man2/sched_setscheduler.2 | 2 | ||||
-rw-r--r-- | man3/fopen.3 | 2 | ||||
-rw-r--r-- | man3/getline.3 | 2 | ||||
-rw-r--r-- | man3/sigset.3 | 2 | ||||
-rw-r--r-- | man5/charmap.5 | 4 | ||||
-rw-r--r-- | man5/ipc.5 | 2 | ||||
-rw-r--r-- | man5/proc.5 | 4 | ||||
-rw-r--r-- | man7/icmp.7 | 2 | ||||
-rw-r--r-- | man7/ip.7 | 4 | ||||
-rw-r--r-- | man7/rtnetlink.7 | 2 | ||||
-rw-r--r-- | man7/socket.7 | 2 | ||||
-rw-r--r-- | man7/tcp.7 | 2 | ||||
-rw-r--r-- | man8/ldconfig.8 | 2 |
15 files changed, 18 insertions, 18 deletions
diff --git a/man2/mount.2 b/man2/mount.2 index 0971d0a7..df9fcd16 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -114,7 +114,7 @@ Permit mandatory locking on files in this file system. (Mandatory locking must still be enabled on a per-file basis, as described in .BR fcntl (2).) -.\" FIXME: Say more about MS_MOVE +.\" FIXME Say more about MS_MOVE .TP .B MS_MOVE Move a subtree. diff --git a/man2/prctl.2 b/man2/prctl.2 index 081415bd..464ab612 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -27,7 +27,7 @@ .\" Added PR_SET_DUMPABLE, PR_GET_DUMPABLE, .\" PR_SET_KEEPCAPS, PR_GET_KEEPCAPS .\" -.\" FIXME: The following (applicable only on IA-64) are not currently +.\" FIXME The following (applicable only on IA-64) are not currently .\" described: PR_SET_UNALIGN, PR_GET_UNALIGN, PR_SET_FPEMU, PR_GET_FPEMU .\" .TH PRCTL 2 2002-06-27 "Linux 2.4.18" "Linux Programmer's Manual" diff --git a/man2/sched_setscheduler.2 b/man2/sched_setscheduler.2 index 2ed1c603..ba7efe7e 100644 --- a/man2/sched_setscheduler.2 +++ b/man2/sched_setscheduler.2 @@ -181,7 +181,7 @@ but do not want to lower their nice value, and for workloads that want a deterministic scheduling policy without interactivity causing extra preemptions (between the workload's tasks). .SS Privileges and resource limits -.\" FIXME -- make some general statement about Unix implementations +.\" FIXME make some general statement about Unix implementations .\" A process calling .\" .BR sched_setscheduler .\" needs an effective user ID equal to the real user ID or effective diff --git a/man3/fopen.3 b/man3/fopen.3 index cebaddb2..fdb9aa1a 100644 --- a/man3/fopen.3 +++ b/man3/fopen.3 @@ -245,7 +245,7 @@ fails, and sets .I errno to .BR EEXIST . -.\" FIXME: document /,ccs= charset/ +.\" FIXME document /,ccs= charset/ .SH "SEE ALSO" .BR open (2), .BR fclose (3), diff --git a/man3/getline.3 b/man3/getline.3 index 7b0e01da..12fedd2b 100644 --- a/man3/getline.3 +++ b/man3/getline.3 @@ -40,7 +40,7 @@ the text into The buffer is null-terminated and includes the newline character, if a newline delimiter was found. -.\" FIXME: what happens if *lineptr is NULL but *n isn't zero ? +.\" FIXME what happens if *lineptr is NULL but *n isn't zero ? .\" Answer: *n is ignored and a new buffer is allocated If .IR "*lineptr" diff --git a/man3/sigset.3 b/man3/sigset.3 index f67b13ec..ca1244ee 100644 --- a/man3/sigset.3 +++ b/man3/sigset.3 @@ -230,7 +230,7 @@ the return value of a successful should be .BR SIG_HOLD . Instead, the previous disposition of the signal is returned. -.\"FIXME -- This has been reported on 30 Nov 05 -- mtk +.\"FIXME This has been reported on 30 Nov 05 -- mtk .\" See http://sourceware.org/bugzilla/show_bug.cgi?id=1951 .\" .\" The SUSv3 disposition of sigset() says: diff --git a/man5/charmap.5 b/man5/charmap.5 index eba08f00..3e658a4b 100644 --- a/man5/charmap.5 +++ b/man5/charmap.5 @@ -110,8 +110,8 @@ with a hexadecimal number .TP .I <escape_char><number> with an octal number. -.\" FIXME - comments -.\" FIXME - char ... char +.\" FIXME comments +.\" FIXME char ... char .SH FILES .I /usr/share/i18n/charmaps/* .SH AUTHOR @@ -20,7 +20,7 @@ .\" 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 +.\" 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 diff --git a/man5/proc.5 b/man5/proc.5 index 666f5dbc..23138579 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -56,7 +56,7 @@ .\" 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 +.\" FIXME cross check against Documentation/filesystems/proc.txt .\" to see what information could be imported from that file .\" into this file. .\" @@ -1670,7 +1670,7 @@ This file displays various virtual memory statistics. .IR /proc/zoneinfo " (since Linux 2.6.13)" This file display information about memory zones. This is useful for analysing virtual memory behaviour. -.\" FIXME -- more should be said about /proc/zoneinfo +.\" FIXME more should be said about /proc/zoneinfo .RE .RE .SH "SEE ALSO" diff --git a/man7/icmp.7 b/man7/icmp.7 index 3b61380e..4c4819a8 100644 --- a/man7/icmp.7 +++ b/man7/icmp.7 @@ -41,7 +41,7 @@ files or with the interface. Most of these sysctls are rate limitations for specific ICMP types. Linux 2.2 uses a token bucket filter to limit ICMPs. -.\" FIXME better description needed +.\" FIXME better description needed The value is the timeout in jiffies until the token bucket filter is cleared after a burst. A jiffy is a system dependent unit, usually 10ms on x86 and @@ -30,7 +30,7 @@ described in RFC\ 791 and RFC\ 1122. contains a level 2 multicasting implementation conforming to RFC\ 1112. It also contains an IP router including a packet filter. -.\" FIXME: has someone verified that 2.1 is really 1812 compliant? +.\" FIXME has someone verified that 2.1 is really 1812 compliant? .PP The programming interface is BSD sockets compatible. For more information on sockets, see @@ -700,7 +700,7 @@ proxying are configured. .\" .TP .B ip_autoconfig -.\" FIXME: document ip_autoconfig +.\" FIXME document ip_autoconfig Not documented. .\" .TP diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7 index 9b16b306..6a3ff21f 100644 --- a/man7/rtnetlink.7 +++ b/man7/rtnetlink.7 @@ -35,7 +35,7 @@ sockets. It is based on netlink messages, see .BR netlink (7) for more information. -.\" FIXME: all these macros could be moved to rtnetlink(3) +.\" FIXME all these macros could be moved to rtnetlink(3) .SH "ROUTING ATTRIBUTES" Some rtnetlink messages have optional attributes after the initial header: diff --git a/man7/socket.7 b/man7/socket.7 index 634f0f61..869469a0 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -14,7 +14,7 @@ .\" Added notes on capability requirements .\" A few small grammar fixes .\" -.\" FIXME: probably all PF_* should be AF_* in this page, since +.\" FIXME probably all PF_* should be AF_* in this page, since .\" POSIX only specifies the latter values. .\" .TH SOCKET 7 2004-05-27 "Linux 2.6.6" "Linux Programmer's Manual" @@ -158,7 +158,7 @@ Variables described as take an integer value, with a non-zero value ("true") meaning that the corresponding option is enabled, and a zero value ("false") meaning that the option is disabled. -.\" FIXME: As at 14 Jun 2005, kernel 2.6.12, the following are +.\" FIXME As at 14 Jun 2005, kernel 2.6.12, the following are .\" not yet documented (shown with default values): .\" .\" /proc/sys/net/ipv4/tcp_bic_beta diff --git a/man8/ldconfig.8 b/man8/ldconfig.8 index 43eebd57..7d85e2f7 100644 --- a/man8/ldconfig.8 +++ b/man8/ldconfig.8 @@ -72,7 +72,7 @@ determining which versions should have their links updated. .B ldconfig will attempt to deduce the type of ELF libs (ie. libc5 or libc6/glibc) based on what C libs, if any, the library was linked against. -.\" FIXME: The following sentence looks suspect +.\" FIXME The following sentence looks suspect .\" (perhaps historical cruft) -- MTK, Jul 2005 Therefore, when making dynamic libraries, it is wise to explicitly link against libc (use \-lc). |