summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2011-10-04 08:34:28 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2011-10-04 08:34:28 +0200
commitc409c4ffa37c80965148b5b08793eb34daa69324 (patch)
tree967379206e504ce5eb78ac1c555beac2f9ece19f
parent41acdb62c936cd9c520c079161250af4ae42b93f (diff)
Removed trailing white space at end of lines
-rw-r--r--man2/recvmmsg.216
-rw-r--r--man2/setns.24
-rw-r--r--man3/wcrtomb.32
-rw-r--r--man5/proc.56
4 files changed, 14 insertions, 14 deletions
diff --git a/man2/recvmmsg.2 b/man2/recvmmsg.2
index 40161835e..1a842af08 100644
--- a/man2/recvmmsg.2
+++ b/man2/recvmmsg.2
@@ -32,10 +32,10 @@ recvmmsg \- receive multiple messages on a socket
.BI "int recvmmsg(int " sockfd ", struct mmsghdr *" msgvec \
", unsigned int " vlen ","
.br
-.BI " unsigned int " flags ", struct timespec *" timeout ");"
+.BI " unsigned int " flags ", struct timespec *" timeout ");"
.fi
.SH DESCRIPTION
-The
+The
.BR recvmmsg ()
system call is an extension of
.BR recvmsg (2)
@@ -47,7 +47,7 @@ A further extension over
is support for a timeout on the receive operation.
The
-.I sockfd
+.I sockfd
argument is the file descriptor of the socket to receive data from.
The
@@ -74,7 +74,7 @@ struct mmsghdr {
.in
.PP
The
-.I msg_hdr
+.I msg_hdr
field is a
.I msghdr
structure, as described in
@@ -100,15 +100,15 @@ after the first message has been received.
.PP
The
.I timeout
-argument points to a
+argument points to a
.I struct timespec
-(see
+(see
.BR clock_gettime (2))
defining a timeout (seconds plus nanoseconds) for the receive operation.
If
.I timeout
is
-.I NULL
+.I NULL
then the operation blocks indefinitely.
A blocking
@@ -131,7 +131,7 @@ are updated to contain information about each received message:
contains the size of the received message;
the subfields of
.I msg_hdr
-are updated as described in
+are updated as described in
.BR recvmsg (2).
The return value of the call indicates the number of elements of
.I msgvec
diff --git a/man2/setns.2 b/man2/setns.2
index d86755e8f..2698bdaf1 100644
--- a/man2/setns.2
+++ b/man2/setns.2
@@ -21,7 +21,7 @@ argument is a file descriptor referring to one of the namespace entries in a
.I /proc/[pid]/ns/
directory; see
.BR proc (5)
-for further information on
+for further information on
.IR /proc/[pid]/ns/ .
The calling thread will be reassociated with the corresponding namespace,
subject to any constraints imposed by the
@@ -87,7 +87,7 @@ the thread with the specified namespace.
Cannot allocate sufficient memory to change the specified namespace.
.TP
.B EPERM
-The calling thread did not have the required privilege
+The calling thread did not have the required privilege
.RB ( CAP_SYS_ADMIN )
for this operation.
.SH VERSIONS
diff --git a/man3/wcrtomb.3 b/man3/wcrtomb.3
index 216fba793..4a80705bf 100644
--- a/man3/wcrtomb.3
+++ b/man3/wcrtomb.3
@@ -52,7 +52,7 @@ one, that is, the number of bytes written at \fIs\fP.
.PP
A third case is when \fIs\fP is NULL.
In this case \fIwc\fP is ignored,
-and the function effectively returns
+and the function effectively returns
wcrtomb(buf, L\(aq\\0\(aq, ps)
diff --git a/man5/proc.5 b/man5/proc.5
index 251268ce0..24897c9e1 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -487,7 +487,7 @@ For information about namespaces, see
Bind mounting this file (see
.BR mount (2))
to somewhere else in the filesystem keeps
-the IPC namespace of the process specified by
+the IPC namespace of the process specified by
.I pid
alive even if all processes currently in the namespace terminate.
@@ -504,7 +504,7 @@ The file descriptor can be passed to
Bind mounting this file (see
.BR mount (2))
to somewhere else in the filesystem keeps
-the network namespace of the process specified by
+the network namespace of the process specified by
.I pid
alive even if all processes in the namespace terminate.
@@ -521,7 +521,7 @@ The file descriptor can be passed to
Bind mounting this file (see
.BR mount (2))
to somewhere else in the filesystem keeps
-the UTS namespace of the process specified by
+the UTS namespace of the process specified by
.I pid
alive even if all processes currently in the namespace terminate.