From: Alejandro Colomar Date: Fri, 29 Aug 2025 07:15:09 +0000 (+0200) Subject: man/: wsfix X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9192f59b6c2adbbfba9dcf6a99c41e3c701c127d;p=thirdparty%2Fman-pages.git man/: wsfix These cases were found with a script: $ grep -rn -P '^[^. #][^:%#]*[a-z] *[a-z][^;=%:]*$' Signed-off-by: Alejandro Colomar --- diff --git a/man/man2/bpf.2 b/man/man2/bpf.2 index 74d10538f..3bfda0df7 100644 --- a/man/man2/bpf.2 +++ b/man/man2/bpf.2 @@ -84,7 +84,7 @@ so that the attached maps can't be removed until the program is unloaded. .P eBPF programs can be attached to different events. These events can be the arrival of network packets, tracing -events, classification events by network queueing disciplines +events, classification events by network queueing disciplines (for eBPF programs attached to a .BR tc (8) classifier), and other types that may be added in the future. diff --git a/man/man2/llseek.2 b/man/man2/llseek.2 index d4621ba73..65eec1054 100644 --- a/man/man2/llseek.2 +++ b/man/man2/llseek.2 @@ -51,7 +51,7 @@ respectively. .P The new file offset is returned in the argument .IR result . -The type +The type .I loff_t is a 64-bit signed type. .P diff --git a/man/man2/pidfd_getfd.2 b/man/man2/pidfd_getfd.2 index 595a5114c..f5a166611 100644 --- a/man/man2/pidfd_getfd.2 +++ b/man/man2/pidfd_getfd.2 @@ -136,7 +136,7 @@ The ability to use .BR pidfd_getfd () is restricted by a .B PTRACE_MODE_ATTACH_REALCREDS -ptrace access mode check. +ptrace access mode check. .SH SEE ALSO .BR clone3 (2), .BR dup (2), diff --git a/man/man2/pidfd_send_signal.2 b/man/man2/pidfd_send_signal.2 index ff0b0cca8..75a768385 100644 --- a/man/man2/pidfd_send_signal.2 +++ b/man/man2/pidfd_send_signal.2 @@ -127,7 +127,7 @@ Linux 5.1. The .I pidfd argument is a PID file descriptor, -a file descriptor that refers to process. +a file descriptor that refers to process. Such a file descriptor can be obtained in any of the following ways: .IP \[bu] 3 by opening a diff --git a/man/man2/seccomp_unotify.2 b/man/man2/seccomp_unotify.2 index 52955bc70..f84397c21 100644 --- a/man/man2/seccomp_unotify.2 +++ b/man/man2/seccomp_unotify.2 @@ -1075,7 +1075,8 @@ the supervisor might remain blocked in its .BR accept (2) holding a port number that the target (which, after the interruption by the signal handler, -perhaps closed its listening socket) might expect to be able to reuse in a +perhaps closed its listening socket) +might expect to be able to reuse in a .BR bind (2) call. .P @@ -1304,7 +1305,7 @@ If the target process attempts to create a directory with a pathname that doesn't start with "." and doesn't begin with the prefix "/tmp/", then the supervisor spoofs an error return .RB ( EOPNOTSUPP , -"Operation not supported") +"Operation not supported") for the target's .BR mkdir (2) call (which is not executed): diff --git a/man/man2/semctl.2 b/man/man2/semctl.2 index 846d49e26..3fa38c3a9 100644 --- a/man/man2/semctl.2 +++ b/man/man2/semctl.2 @@ -205,7 +205,7 @@ feature test macro is defined: .IP .in +4n .EX -struct seminfo { +struct seminfo { int semmap; /* Number of entries in semaphore map; unused within kernel */ int semmni; /* Maximum number of semaphore sets */ diff --git a/man/man5/proc_pid_task.5 b/man/man5/proc_pid_task.5 index 84d3df628..ee477e5a2 100644 --- a/man/man5/proc_pid_task.5 +++ b/man/man5/proc_pid_task.5 @@ -52,7 +52,7 @@ directory are not available if the main thread has already terminated .BR pthread_exit (3)). .TP .IR /proc/ tid / -There is a numerical subdirectory for each running thread +There is a numerical subdirectory for each running thread that is not a thread group leader (i.e., a thread whose thread ID is not the same as its process ID); the subdirectory is named by the thread ID. diff --git a/man/man5/proc_timer_stats.5 b/man/man5/proc_timer_stats.5 index 87ee5039a..5051a083d 100644 --- a/man/man5/proc_timer_stats.5 +++ b/man/man5/proc_timer_stats.5 @@ -107,7 +107,7 @@ the callback function that is associated with the timer. .RE .IP During the Linux 4.11 development cycle, -this file was removed because of security concerns, +this file was removed because of security concerns, as it exposes information across namespaces. Furthermore, it is possible to obtain the same information via in-kernel tracing facilities such as ftrace. diff --git a/man/man7/keyrings.7 b/man/man7/keyrings.7 index d9255d66d..a9f55671e 100644 --- a/man/man7/keyrings.7 +++ b/man/man7/keyrings.7 @@ -300,7 +300,7 @@ An example of this is the used for holding encryption keys for module signature verification. .IP -These special keyrings are usually closed to direct alteration +These special keyrings are usually closed to direct alteration by user space. .P An originally planned "group keyring", diff --git a/man/man7/time_namespaces.7 b/man/man7/time_namespaces.7 index 3b2ef4675..efbf84a3b 100644 --- a/man/man7/time_namespaces.7 +++ b/man/man7/time_namespaces.7 @@ -13,8 +13,9 @@ Time namespaces virtualize the values of two system clocks: .B CLOCK_MONOTONIC_COARSE and .BR CLOCK_MONOTONIC_RAW ), -a nonsettable clock that represents monotonic time since\[em]as -described by POSIX\[em]"some unspecified point in the past". +a nonsettable clock that represents monotonic time since +\[em]as described by POSIX\[em] +"some unspecified point in the past". .IP \[bu] .B CLOCK_BOOTTIME (and likewise