diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-31 16:45:46 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-31 16:45:46 +0100 |
| commit | 30ed4712c7942e8a1a746d1e7c3854c798b542ae (patch) | |
| tree | 8876ae151539e1f96947211b580b67012633fa62 | |
| parent | d3fc509df8b249fe2a724187a363f1288b750551 (diff) | |
| download | man-pages-30ed4712c794.tar.gz | |
chroot.2, dup.2, nfsservctl.2, utimensat.2, malloc_get_state.3, pthread_setaffinity_np.3, ddp.7, fifo.7, ip.7: Remove some out-of-date/obsolete/irrelevant FIXMEs
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/chroot.2 | 2 | ||||
| -rw-r--r-- | man2/dup.2 | 1 | ||||
| -rw-r--r-- | man2/nfsservctl.2 | 3 | ||||
| -rw-r--r-- | man2/utimensat.2 | 2 | ||||
| -rw-r--r-- | man3/malloc_get_state.3 | 3 | ||||
| -rw-r--r-- | man3/pthread_setaffinity_np.3 | 4 | ||||
| -rw-r--r-- | man7/ddp.7 | 3 | ||||
| -rw-r--r-- | man7/fifo.7 | 1 | ||||
| -rw-r--r-- | man7/ip.7 | 3 |
9 files changed, 3 insertions, 19 deletions
diff --git a/man2/chroot.2 b/man2/chroot.2 index c2923cb2bb..345338083f 100644 --- a/man2/chroot.2 +++ b/man2/chroot.2 @@ -170,8 +170,6 @@ The root directory is left unchanged by FreeBSD has a stronger .BR jail () system call. -.\" FIXME . eventually say something about containers, -.\" virtual servers, etc.? .SH SEE ALSO .BR chdir (2), .BR pivot_root (2), diff --git a/man2/dup.2 b/man2/dup.2 index c05828fe87..d956314c9c 100644 --- a/man2/dup.2 +++ b/man2/dup.2 @@ -191,7 +191,6 @@ contain an invalid value. .TP .B EINVAL .RB ( dup3 ()) -.\" FIXME . To confirm with Al Viro that this was intended, and its rationale .I oldfd was equal to .IR newfd . diff --git a/man2/nfsservctl.2 b/man2/nfsservctl.2 index 099e6ab366..ac56bd02ec 100644 --- a/man2/nfsservctl.2 +++ b/man2/nfsservctl.2 @@ -2,9 +2,6 @@ .\" This text is in the public domain. .\" %%%LICENSE_END .\" -.\" FIXME . The description of nfsservctl() on this page -.\" is woefully thin. -.\" .TH NFSSERVCTL 2 2015-05-07 "Linux" "Linux Programmer's Manual" .SH NAME nfsservctl \- syscall interface to kernel nfs daemon diff --git a/man2/utimensat.2 b/man2/utimensat.2 index f3a4a6a33a..ace80f8f3c 100644 --- a/man2/utimensat.2 +++ b/man2/utimensat.2 @@ -190,8 +190,6 @@ for a relative pathname). See .BR openat (2) for an explanation of why this can be useful. -.\" FIXME . Say something about O_SEARCH? (But it's not in current -.\" glibc (Mar 08), or kernel 2.6.25.) If .I pathname diff --git a/man3/malloc_get_state.3 b/man3/malloc_get_state.3 index a68a1744f8..43b1a59532 100644 --- a/man3/malloc_get_state.3 +++ b/man3/malloc_get_state.3 @@ -34,6 +34,9 @@ malloc_get_state, malloc_set_state \- record and restore state of malloc impleme .BI "int malloc_set_state(void *" state ); .fi .SH DESCRIPTION +.IR Note : +these function are removed in glibc version 2.25. + The .BR malloc_get_state () function records the current state of all diff --git a/man3/pthread_setaffinity_np.3 b/man3/pthread_setaffinity_np.3 index 8a4a010905..a6c99d7326 100644 --- a/man3/pthread_setaffinity_np.3 +++ b/man3/pthread_setaffinity_np.3 @@ -97,10 +97,6 @@ may be imposed by the "cpuset" mechanism described in specified a CPU that was outside the set supported by the kernel. (The kernel configuration option .BR CONFIG_NR_CPUS -.\" FIXME . ? -.\" Loic Domaigne commented: it seems that in the future the -.\" kernel developers want to make cpumask_t dynamic, so -.\" CONFIG_NR_CPUS might become obsolete in the future. defines the range of the set supported by the kernel data type .\" cpumask_t used to represent CPU sets.) diff --git a/man7/ddp.7 b/man7/ddp.7 index 4f82b51fba..b8a23a1bd4 100644 --- a/man7/ddp.7 +++ b/man7/ddp.7 @@ -147,9 +147,6 @@ All ioctls described in apply to DDP. .\" FIXME . Add a section about multicasting .SH ERRORS -.\" FIXME . document all errors. We should really fix the kernels to -.\" give more uniform error returns (ENOMEM vs ENOBUFS, EPERM vs -.\" EACCES etc.) .TP .B EACCES The user tried to execute an operation without the necessary permissions. diff --git a/man7/fifo.7 b/man7/fifo.7 index b0edaa5264..7e7e7d3185 100644 --- a/man7/fifo.7 +++ b/man7/fifo.7 @@ -9,7 +9,6 @@ .\" .\" 990620 - page created - aeb@cwi.nl .\" -.\" FIXME . Add example programs to this page? .TH FIFO 7 2008-12-03 "Linux" "Linux Programmer's Manual" .SH NAME fifo \- first-in first-out special file, named pipe @@ -68,7 +68,6 @@ described in RFC\ 791 and RFC\ 1122. .B ip 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? .PP The programming interface is BSD-sockets compatible. For more information on sockets, see @@ -536,7 +535,6 @@ take it into account for their packet retransmit strategy. To bootstrap the path MTU discovery process on unconnected sockets, it is possible to start with a big datagram size (up to 64K-headers bytes long) and let it shrink by updates of the path MTU. -.\" FIXME . this is an ugly hack To get an initial estimate of the path MTU, connect a datagram socket to the destination address using @@ -676,7 +674,6 @@ struct in_pktinfo { .fi .in .IP -.\" FIXME . elaborate on that. .I ipi_ifindex is the unique index of the interface the packet was received on. .I ipi_spec_dst |
