aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-15 16:47:25 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-15 17:30:43 +1300
commit2c767761a265fb8a02910b2dda304c4af9f699ce (patch)
tree88ae43a7246da37c2b9b0f762d44ef1167fd5df2
parent8c747f255d9d7ff289d22c989b5b23a1ff400c29 (diff)
downloadman-pages-2c767761a265fb8a02910b2dda304c4af9f699ce.tar.gz
Removed trailing white space at end of lines
-rw-r--r--man2/adjtimex.24
-rw-r--r--man2/epoll_ctl.22
-rw-r--r--man2/mknod.22
-rw-r--r--man2/nice.22
-rw-r--r--man2/readlink.22
-rw-r--r--man3/daemon.32
-rw-r--r--man3/gethostid.32
-rw-r--r--man3/getusershell.32
-rw-r--r--man3/open_memstream.32
-rw-r--r--man3/profil.32
-rw-r--r--man3/readdir.32
-rw-r--r--man5/elf.52
-rw-r--r--man7/capabilities.72
-rw-r--r--man7/feature_test_macros.72
14 files changed, 15 insertions, 15 deletions
diff --git a/man2/adjtimex.2 b/man2/adjtimex.2
index e1df74660a..375f0ff5d4 100644
--- a/man2/adjtimex.2
+++ b/man2/adjtimex.2
@@ -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
diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2
index 41c5822f30..d55240368f 100644
--- a/man2/epoll_ctl.2
+++ b/man2/epoll_ctl.2
@@ -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
diff --git a/man2/mknod.2 b/man2/mknod.2
index 06fb0f933e..1558ec3a5f 100644
--- a/man2/mknod.2
+++ b/man2/mknod.2
@@ -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
diff --git a/man2/nice.2 b/man2/nice.2
index dd305328ab..7bbab1e917 100644
--- a/man2/nice.2
+++ b/man2/nice.2
@@ -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
diff --git a/man2/readlink.2 b/man2/readlink.2
index 604697d47d..b18406d157 100644
--- a/man2/readlink.2
+++ b/man2/readlink.2
@@ -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
diff --git a/man3/daemon.3 b/man3/daemon.3
index cfc4c999ec..2ac8e402d0 100644
--- a/man3/daemon.3
+++ b/man3/daemon.3
@@ -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
diff --git a/man3/gethostid.3 b/man3/gethostid.3
index a79639e26c..84ae5c9e6d 100644
--- a/man3/gethostid.3
+++ b/man3/gethostid.3
@@ -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
diff --git a/man3/getusershell.3 b/man3/getusershell.3
index 3a1ff2918d..f45f00a2f9 100644
--- a/man3/getusershell.3
+++ b/man3/getusershell.3
@@ -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
diff --git a/man3/open_memstream.3 b/man3/open_memstream.3
index 4706cbe7f2..1d49d44815 100644
--- a/man3/open_memstream.3
+++ b/man3/open_memstream.3
@@ -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
diff --git a/man3/profil.3 b/man3/profil.3
index f4bec101e8..28e6858df0 100644
--- a/man3/profil.3
+++ b/man3/profil.3
@@ -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
diff --git a/man3/readdir.3 b/man3/readdir.3
index 68a5ac0dae..2f8a7dcfcb 100644
--- a/man3/readdir.3
+++ b/man3/readdir.3
@@ -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)"
diff --git a/man5/elf.5 b/man5/elf.5
index a9fc140e97..af9af8aef0 100644
--- a/man5/elf.5
+++ b/man5/elf.5
@@ -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
diff --git a/man7/capabilities.7 b/man7/capabilities.7
index d541b94234..3ac1fa4bd8 100644
--- a/man7/capabilities.7
+++ b/man7/capabilities.7
@@ -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.
diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index c4824a7991..a0504935a3 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -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.