]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/: wsfix
authorAlejandro Colomar <alx@kernel.org>
Fri, 29 Aug 2025 07:15:09 +0000 (09:15 +0200)
committerAlejandro Colomar <alx@kernel.org>
Fri, 29 Aug 2025 07:16:29 +0000 (09:16 +0200)
These cases were found with a script:

$ grep -rn -P '^[^. #][^:%#]*[a-z]   *[a-z][^;=%:]*$'

Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2/bpf.2
man/man2/llseek.2
man/man2/pidfd_getfd.2
man/man2/pidfd_send_signal.2
man/man2/seccomp_unotify.2
man/man2/semctl.2
man/man5/proc_pid_task.5
man/man5/proc_timer_stats.5
man/man7/keyrings.7
man/man7/time_namespaces.7

index 74d10538f58c336aa7666815c5c341f3566a393b..3bfda0df7cda3895e0c7832decdb27a85db3ba38 100644 (file)
@@ -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.
index d4621ba733f1491622e4fa906405db059f83c183..65eec105416b27a11ca96b9240f6a349f537fa93 100644 (file)
@@ -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
index 595a5114cf789813ed7075819377d43213dfaa9a..f5a1666112e31bc83c4293fa22d474dbb02883a9 100644 (file)
@@ -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),
index ff0b0cca8aed80f64777bda94d3bdd1a6958ccfe..75a76838513f9166b3941d676b93cfdf06388d4f 100644 (file)
@@ -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
index 52955bc705a0273dd61cbb6ff21794de373214e5..f84397c21e6a3a31152f682b842d420a1009b3bc 100644 (file)
@@ -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):
index 846d49e2678838896e917cc801df8fd0ec918b3f..3fa38c3a926cca8b2de43301fcad9702b70f4861 100644 (file)
@@ -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 */
index 84d3df628b4d28178f4df60f2f002206c5ab6942..ee477e5a233a243fb4f385505ef3ff3078e34867 100644 (file)
@@ -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.
index 87ee5039a08433b993a1631582f232f39865124c..5051a083dae150f11590221ea4deac4d65f6a6ee 100644 (file)
@@ -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.
index d9255d66d4d37b36c94220730938a8cb1f05547e..a9f55671ee0f987c380b2161ba978d458aabd5b7 100644 (file)
@@ -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",
index 3b2ef46758fd3a45577139c8f991dc948021e4bf..efbf84a3b162dbc263af4d4d163af831b5d5e230 100644 (file)
@@ -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