aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2019-11-19 15:27:18 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2019-11-19 15:31:20 +0100
commit324f6154f447bbca7fa76aff2d6baeae96c19099 (patch)
treeb6b9cf6fedb152bca389df1632353be324f35ff0
parente46733c47e2bc67af1244456c561e02555e5ca5c (diff)
downloadman-pages-324f6154f447bbca7fa76aff2d6baeae96c19099.tar.gz
Removed trailing white space at end of lines
-rw-r--r--man2/clone.22
-rw-r--r--man7/bpf-helpers.710
2 files changed, 6 insertions, 6 deletions
diff --git a/man2/clone.2 b/man2/clone.2
index 1c4f48c0de..f0f29d6f1c 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -99,7 +99,7 @@ The newer
system call.
.PP
In the remainder of this page, the terminology "the clone call" is used
-when noting details that apply to all of these interfaces,
+when noting details that apply to all of these interfaces,
.\"
.SS The clone() wrapper function
.PP
diff --git a/man7/bpf-helpers.7 b/man7/bpf-helpers.7
index 4a41ac8d6a..02c1907c15 100644
--- a/man7/bpf-helpers.7
+++ b/man7/bpf-helpers.7
@@ -32,17 +32,17 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
..
.\" 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
@@ -50,11 +50,11 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" 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