getrlimit.2, ioprio_set.2, msgop.2, select.2: Remove superfluous uses of the word "respectively"

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-10-16 11:57:02 +02:00
parent 8dcb9145b1
commit 83a9c27ce9
6 changed files with 6 additions and 6 deletions

View File

@ -1057,7 +1057,7 @@ in Linux as part of the GNU C Library (Glibc).
.B F_SETLEASE
and
.B F_GETLEASE
(Linux 2.4 onward) are used (respectively) to establish a new lease,
(Linux 2.4 onward) are used to establish a new lease,
and retrieve the current lease, on the open file description
referred to by the file descriptor
.IR fd .

View File

@ -90,7 +90,7 @@ The
.BR getrlimit ()
and
.BR setrlimit ()
system calls get and set resource limits respectively.
system calls get and set resource limits.
Each resource has an associated soft and hard limit, as defined by the
.I rlimit
structure:

View File

@ -37,7 +37,7 @@ The
.BR ioprio_get ()
and
.BR ioprio_set ()
system calls respectively get and set the I/O scheduling class and
system calls get and set the I/O scheduling class and
priority of one or more threads.
.PP
The

View File

@ -57,7 +57,7 @@ The
.BR msgsnd ()
and
.BR msgrcv ()
system calls are used, respectively, to send messages to,
system calls are used to send messages to,
and receive messages from, a System\ V message queue.
The calling process must have write permission on the message queue
in order to send a message, and read permission to receive a message.

View File

@ -158,7 +158,7 @@ clears a set.
.BR FD_SET ()
and
.BR FD_CLR ()
respectively add and remove a given file descriptor from a set.
add and remove a given file descriptor from a set.
.BR FD_ISSET ()
tests to see if a file descriptor is part of the set;
this is useful after

View File

@ -403,7 +403,7 @@ The functions
.BR setsockopt (2)
and
.BR getsockopt (2)
are used to set and get options, respectively.
are used to set and get options.
.SH RETURN VALUE
On success, a file descriptor for the new socket is returned.
On error, \-1 is returned, and