summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2019-03-06 17:02:22 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2019-03-06 17:02:22 +0100
commit791abe4223ff9f5d2521dbd57a39180bef3f89fb (patch)
treed84e0a5d6f19fd0841168ab913b103a6cf078bb4
parent44f26531ea61e9cc6a59507989a40b7f05a7f9bf (diff)
Removed trailing white space at end of lines
-rw-r--r--man2/inotify_add_watch.22
-rw-r--r--man2/sched_setattr.22
-rw-r--r--man7/bpf-helpers.710
3 files changed, 7 insertions, 7 deletions
diff --git a/man2/inotify_add_watch.2 b/man2/inotify_add_watch.2
index 7d614570a..034d5d6b9 100644
--- a/man2/inotify_add_watch.2
+++ b/man2/inotify_add_watch.2
@@ -134,7 +134,7 @@ contains
.B IN_MASK_CREATE
and
.I pathname
-refers to a file already being watched by the same
+refers to a file already being watched by the same
.IR fd .
.SH VERSIONS
Inotify was merged into the 2.6.13 Linux kernel.
diff --git a/man2/sched_setattr.2 b/man2/sched_setattr.2
index e3b3265d3..948fc9e1e 100644
--- a/man2/sched_setattr.2
+++ b/man2/sched_setattr.2
@@ -177,7 +177,7 @@ This flag allows an application to get informed about run-time overruns in
threads.
Such overruns may be caused by (for example) coarse execution time accounting
or incorrect parameter assignment.
-Notification takes the form of a
+Notification takes the form of a
.B SIGXCPU
signal which is generated on each overrun.
.IP
diff --git a/man7/bpf-helpers.7 b/man7/bpf-helpers.7
index 26a3527f9..7112b4536 100644
--- a/man7/bpf-helpers.7
+++ b/man7/bpf-helpers.7
@@ -1,17 +1,17 @@
.\" Man page generated from reStructuredText.
.\" Copyright (C) All BPF authors and contributors from 2014 to present.
.\" See git log include/uapi/linux/bpf.h in kernel tree for details.
-.\"
+.\"
.\" %%%LICENSE_START(VERBATIM)
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are
.\" preserved on all copies.
-.\"
+.\"
.\" Permission is granted to copy and distribute modified versions of this
.\" manual under the conditions for verbatim copying, provided that the
.\" entire resulting derived work is distributed under the terms of a
.\" permission notice identical to this one.
-.\"
+.\"
.\" Since the Linux kernel and libraries are constantly changing, this
.\" manual page may be incorrect or out-of-date. The author(s) assume no
.\" responsibility for errors or omissions, or for damages resulting from
@@ -19,11 +19,11 @@
.\" have taken the same level of care in the production of this manual,
.\" which is licensed free of charge, as they might when working
.\" professionally.
-.\"
+.\"
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
-.\"
+.\"
.\" Please do not edit this file. It was generated from the documentation
.\" located in file include/uapi/linux/bpf.h of the Linux kernel sources
.\" (helpers description), and from scripts/bpf_helpers_doc.py in the same