Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2016-03-15 16:47:25 +13:00
parent 8c747f255d
commit 2c767761a2
14 changed files with 15 additions and 15 deletions

View File

@ -266,7 +266,7 @@ Leap-second insertion will occur each day, so long as this flag remains set.
.\" 23:59:59
.\" 23:59:60
.\" 00:00:00
.\"
.\"
.\" But since posix cannot represent 23:59:60, we repeat the last second:
.\" 23:59:59 + TIME_INS
.\" 23:59:59 + TIME_OOP
@ -297,7 +297,7 @@ result in dampened frequency adjustments also being made.
So a single call corrects the current offset,
but as offsets in the same direction are made repeatedly,
the small frequency adjustments will accumulate to fix the long-term skew.
This flag prevents the small frequency adjustment from being made
when correcting for an
.B ADJ_OFFSET

View File

@ -203,7 +203,7 @@ is not set) is for all epoll file descriptors to receive an event.
is thus useful for avoiding thundering herd problems in certain scenarios.
If the same file descriptor is in multiple epoll instances,
some with the
some with the
.BR EPOLLEXCLUSIVE
flag, and others without, then events will provided to all epoll
instances that did not specify

View File

@ -42,7 +42,7 @@ Feature Test Macro Requirements for glibc (see
_XOPEN_SOURCE\ >=\ 500
.\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
|| /* Since glibc 2.19: */ _DEFAULT_SOURCE
|| /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
|| /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
.RE
.ad
.SH DESCRIPTION

View File

@ -44,7 +44,7 @@ Feature Test Macro Requirements for glibc (see
.BR nice ():
_XOPEN_SOURCE
|| /* Since glibc 2.19: */ _DEFAULT_SOURCE
|| /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
|| /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
.SH DESCRIPTION
.BR nice ()
adds

View File

@ -67,7 +67,7 @@ Feature Test Macro Requirements for glibc (see
.BR readlink ():
.RS 4
_XOPEN_SOURCE\ >=\ 500 || _POSIX_C_SOURCE\ >=\ 200112L
.\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
.\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
|| /* Glibc versions <= 2.19: */ _BSD_SOURCE
.RE
.sp

View File

@ -47,7 +47,7 @@ Feature Test Macro Requirements for glibc (see
.in
.sp
.BR daemon ():
.nf
.nf
Since glibc 2.21:
.\" commit 266865c0e7b79d4196e2cc393693463f03c90bd8
_DEFAULT_SOURCE

View File

@ -49,7 +49,7 @@ _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500
.\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
.RE
.BR sethostid ():
.nf
.nf
Since glibc 2.21:
.\" commit 266865c0e7b79d4196e2cc393693463f03c90bd8
_DEFAULT_SOURCE

View File

@ -50,7 +50,7 @@ Feature Test Macro Requirements for glibc (see
.BR getusershell (),
.BR setusershell (),
.BR endusershell ():
.nf
.nf
Since glibc 2.21:
.\" commit 266865c0e7b79d4196e2cc393693463f03c90bd8
_DEFAULT_SOURCE

View File

@ -56,7 +56,7 @@ and
.I sizeloc
are used to report, respectively,
the current location and the size of the buffer.
The locations referred to by these pointers are updated
The locations referred to by these pointers are updated
each time the stream is flushed
.RB ( fflush (3))
and when the stream is closed

View File

@ -42,7 +42,7 @@ Feature Test Macro Requirements for glibc (see
.in
.sp
.BR profil ():
.nf
.nf
Since glibc 2.21:
.\" commit 266865c0e7b79d4196e2cc393693463f03c90bd8
_DEFAULT_SOURCE

View File

@ -276,7 +276,7 @@ The standard also notes that the use of
is incorrect; use
.IR strlen(d_name)
instead.
(On some systems, this field is defined as
(On some systems, this field is defined as
.IR char\ d_name[1] !)
By implication, the use
.IR "sizeof(struct dirent)"

View File

@ -1767,7 +1767,7 @@ apply to a nonwritable segment
Address of relocation entries associated solely with the PLT
.TP
.BR DT_BIND_NOW
Instruct dynamic linker to process all relocations
Instruct dynamic linker to process all relocations
transferring control to the executable
.TP
.BR DT_RUNPATH

View File

@ -850,7 +850,7 @@ API to manipulate its capabilities.
(In other words, this is a traditional set-user-ID-root program
that has been switched to use file capabilities,
but whose code has not been modified to understand capabilities.)
For such applications,
For such applications,
the effective capability bit is set on the file,
so that the file permitted capabilities are automatically
enabled in the process effective set when executing the file.

View File

@ -140,7 +140,7 @@ The macros that you most likely need to use in modern source code are
(to get definitions that would normally be provided by default).
.IP *
Certain macros are defined with default values.
Thus, although one or more macros may be indicated as being
Thus, although one or more macros may be indicated as being
required in the SYNOPSIS of a man page,
it may not be necessary to define them explicitly.
Full details of the defaults are given later in this man page.