diff --git a/man2/openat2.2 b/man2/openat2.2 index fb976f259..ab9af161c 100644 --- a/man2/openat2.2 +++ b/man2/openat2.2 @@ -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 diff --git a/man5/proc.5 b/man5/proc.5 index 32e9e0be8..d204e862c 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -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. diff --git a/man7/bpf-helpers.7 b/man7/bpf-helpers.7 index 5f58908ed..114228341 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