]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
openat2.2, proc.5, bpf-helpers.7: srcfix: strip trailing whitespace
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 9 Jun 2020 12:48:01 +0000 (14:48 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 9 Jun 2020 12:48:40 +0000 (14:48 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/openat2.2
man5/proc.5
man7/bpf-helpers.7

index fb976f25901e2668df39816f67a091c053252b59..ab9af161c181e1c16b1f3d0889ddfcaebc425a36 100644 (file)
@@ -320,7 +320,7 @@ This option implies
 If the trailing component (i.e., basename) of
 .I pathname
 is a symbolic link,
-.I how.resolve 
+.I how.resolve
 contains
 .BR RESOLVE_NO_SYMLINKS ,
 and
index 32e9e0be818f348721e1db55144d254cc16a39e8..d204e862cea8e09d6a37d0159be2e1b42608eb8d 100644 (file)
@@ -4623,7 +4623,7 @@ Writing to FIFOs is unrestricted.
 1
 Don't allow
 .B O_CREAT
-.BR open (2) 
+.BR open (2)
 on FIFOs that the caller doesn't own in world-writable sticky directories,
 unless the FIFO is owned by the owner of the directory.
 .TP
@@ -4696,7 +4696,7 @@ Writing to regular files is unrestricted.
 1
 Don't allow
 .B O_CREAT
-.BR open (2) 
+.BR open (2)
 on regular files that the caller doesn't own in
 world-writable sticky directories,
 unless the regular file is owned by the owner of the directory.
index 5f58908ed2215acc16492e1f5db4e128e6119bda..1142283417695e50c7f1678d6a98716055ae4acc 100644 (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.
 .\" 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