openat2.2, proc.5, bpf-helpers.7: srcfix: strip trailing whitespace

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-06-09 14:48:01 +02:00
parent 8e454c19e2
commit fd85c2387b
3 changed files with 8 additions and 8 deletions

View File

@ -320,7 +320,7 @@ This option implies
If the trailing component (i.e., basename) of If the trailing component (i.e., basename) of
.I pathname .I pathname
is a symbolic link, is a symbolic link,
.I how.resolve .I how.resolve
contains contains
.BR RESOLVE_NO_SYMLINKS , .BR RESOLVE_NO_SYMLINKS ,
and and

View File

@ -4623,7 +4623,7 @@ Writing to FIFOs is unrestricted.
1 1
Don't allow Don't allow
.B O_CREAT .B O_CREAT
.BR open (2) .BR open (2)
on FIFOs that the caller doesn't own in world-writable sticky directories, on FIFOs that the caller doesn't own in world-writable sticky directories,
unless the FIFO is owned by the owner of the directory. unless the FIFO is owned by the owner of the directory.
.TP .TP
@ -4696,7 +4696,7 @@ Writing to regular files is unrestricted.
1 1
Don't allow Don't allow
.B O_CREAT .B O_CREAT
.BR open (2) .BR open (2)
on regular files that the caller doesn't own in on regular files that the caller doesn't own in
world-writable sticky directories, world-writable sticky directories,
unless the regular file is owned by the owner of the directory. unless the regular file is owned by the owner of the directory.

View File

@ -32,17 +32,17 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.. ..
.\" Copyright (C) All BPF authors and contributors from 2014 to present. .\" Copyright (C) All BPF authors and contributors from 2014 to present.
.\" See git log include/uapi/linux/bpf.h in kernel tree for details. .\" See git log include/uapi/linux/bpf.h in kernel tree for details.
.\" .\"
.\" %%%LICENSE_START(VERBATIM) .\" %%%LICENSE_START(VERBATIM)
.\" Permission is granted to make and distribute verbatim copies of this .\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are .\" manual provided the copyright notice and this permission notice are
.\" preserved on all copies. .\" preserved on all copies.
.\" .\"
.\" Permission is granted to copy and distribute modified versions of this .\" Permission is granted to copy and distribute modified versions of this
.\" manual under the conditions for verbatim copying, provided that the .\" manual under the conditions for verbatim copying, provided that the
.\" entire resulting derived work is distributed under the terms of a .\" entire resulting derived work is distributed under the terms of a
.\" permission notice identical to this one. .\" permission notice identical to this one.
.\" .\"
.\" Since the Linux kernel and libraries are constantly changing, this .\" Since the Linux kernel and libraries are constantly changing, this
.\" manual page may be incorrect or out-of-date. The author(s) assume no .\" manual page may be incorrect or out-of-date. The author(s) assume no
.\" responsibility for errors or omissions, or for damages resulting from .\" 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, .\" have taken the same level of care in the production of this manual,
.\" which is licensed free of charge, as they might when working .\" which is licensed free of charge, as they might when working
.\" professionally. .\" professionally.
.\" .\"
.\" Formatted or processed versions of this manual, if unaccompanied by .\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.\" Please do not edit this file. It was generated from the documentation .\" 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 .\" 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 .\" (helpers description), and from scripts/bpf_helpers_doc.py in the same