Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2019-03-06 17:18:15 +01:00
parent 44f26531ea
commit 880c3f67ef
3 changed files with 7 additions and 7 deletions

View File

@ -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.

View File

@ -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

View File

@ -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