diff options
| author | Alejandro Colomar <alx@kernel.org> | 2025-08-19 13:40:01 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-09-21 16:26:15 +0200 |
| commit | f17990c243eafc1891ff692f90b6ce42e6449be8 (patch) | |
| tree | 62e0e0242db019d77d263bd60a99c7b47a697d1f /man/man3/CPU_SET.3 | |
| parent | dbc3270a88165851aa5e7ab5d1f99dc1acb9624d (diff) | |
| download | man-pages-f17990c243eafc1891ff692f90b6ce42e6449be8.tar.gz | |
man/: Use semantic newlines
And fix related issues while at it.
Silence false positives with \&.
Reported-by: `make lint-man-semnl`
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man3/CPU_SET.3')
| -rw-r--r-- | man/man3/CPU_SET.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/man3/CPU_SET.3 b/man/man3/CPU_SET.3 index 9f66fab9d5..3e9fb67a6a 100644 --- a/man/man3/CPU_SET.3 +++ b/man/man3/CPU_SET.3 @@ -199,7 +199,8 @@ return nonzero if .I cpu is in .IR set ; -otherwise, it returns 0. +otherwise, +it returns 0. .P .BR CPU_COUNT () and @@ -210,7 +211,9 @@ return the number of CPUs in .BR CPU_EQUAL () and .BR CPU_EQUAL_S () -return nonzero if the two CPU sets are equal; otherwise they return 0. +return nonzero if the two CPU sets are equal; +otherwise, +they return 0. .P .BR CPU_ALLOC () returns a pointer on success, or NULL on failure. |
