aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
Diffstat (limited to 'man7')
-rw-r--r--man7/aio.72
-rw-r--r--man7/arp.71
-rw-r--r--man7/numa.71
-rw-r--r--man7/socket.71
-rw-r--r--man7/udplite.73
5 files changed, 0 insertions, 8 deletions
diff --git a/man7/aio.7 b/man7/aio.7
index 594fd8e535..1e51ecb2f5 100644
--- a/man7/aio.7
+++ b/man7/aio.7
@@ -163,7 +163,6 @@ or was greater than the limit returned by the call
The POSIX AIO interfaces are provided by glibc since version 2.1.
.SH CONFORMING TO
POSIX.1-2001, POSIX.1-2008.
-
.SH NOTES
It is a good idea to zero out the control block buffer before use (see
.BR memset (3)).
@@ -193,7 +192,6 @@ reimplemented using the kernel system calls.
.\" http://lse.sourceforge.net/io/aio.html
.\" http://lse.sourceforge.net/io/aionotes.txt
.\" http://lwn.net/Articles/148755/
-
.SH EXAMPLE
The program below opens each of the files named in its command-line
arguments and queues a request on the resulting file descriptor using
diff --git a/man7/arp.7 b/man7/arp.7
index 50cdc40729..fd0e1d5cd3 100644
--- a/man7/arp.7
+++ b/man7/arp.7
@@ -121,7 +121,6 @@ ATF_NETMASK:Use a netmask
ATF_DONTPUB:Don't answer
.TE
.RE
-
.PP
If the
.B ATF_NETMASK
diff --git a/man7/numa.7 b/man7/numa.7
index 49a0a8ce00..77a343f362 100644
--- a/man7/numa.7
+++ b/man7/numa.7
@@ -180,7 +180,6 @@ Some distributions include the development library and header
in the separate
.I numactl-devel
package.
-
.SH "SEE ALSO"
.BR get_mempolicy (2),
.BR mbind (2),
diff --git a/man7/socket.7 b/man7/socket.7
index 32ec131f9e..ee25854923 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -198,7 +198,6 @@ T}
.\" or
.\" .BR close (2).
.TE
-
.PP
An alternative to
.BR poll (2)
diff --git a/man7/udplite.7 b/man7/udplite.7
index 13de4310bc..6e93258401 100644
--- a/man7/udplite.7
+++ b/man7/udplite.7
@@ -121,7 +121,6 @@ All errors documented for
.BR udp (7)
may be returned.
UDP-Lite does not add further errors.
-
.SH FILES
.I /proc/net/snmp
\- basic UDP-Litev4 statistics counters.
@@ -131,7 +130,6 @@ UDP-Lite does not add further errors.
.SH VERSIONS
UDP-Litev4/v6 first appeared in Linux 2.6.20.
-
.SH BUGS
.\" FIXME . remove this section once glibc supports UDP-Lite
Where glibc support is missing, the following definitions are needed:
@@ -144,7 +142,6 @@ Where glibc support is missing, the following definitions are needed:
#define UDPLITE_RECV_CSCOV 11
.fi
.in
-
.SH "SEE ALSO"
.BR ip (7),
.BR ipv6 (7),