diff options
| author | Alejandro Colomar <alx@kernel.org> | 2022-12-04 20:38:06 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2022-12-04 20:39:41 +0100 |
| commit | b324e17d3208c940622ab192609b836928d5aa8d (patch) | |
| tree | de6403ed6aaad3b403607aeb1624f2b193e50590 /man7/signal.7 | |
| parent | 0137c7f49c178c14c230a0b89e2979732a52e6df (diff) | |
| download | man-pages-b324e17d3208c940622ab192609b836928d5aa8d.tar.gz | |
Many pages: wfix
Refer consistently to software versions. In most cases, it is done as
<software> <version>. In the case of Linux and glibc, use the project
name, instead of other terms such as 'kernel' or 'library'.
I found the uses of inconsistent language with the following:
$ find man* -type f \
| xargs grep -i '\(since\|before\|after\|until\|to\|from\|in\|between\|version\|with\) \(kernel\|version\|2\.\|3\.\|4\.\|5\.\)' \
| sort
However, I might have missed some cases. Anyway, 99% consistency is
pretty good consistency. We'll fix the remaining cases as we see them.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man7/signal.7')
| -rw-r--r-- | man7/signal.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/signal.7 b/man7/signal.7 index 05d5cc9e19..06dc54324c 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -527,7 +527,7 @@ Signal 29 is on SPARC. .\" .SS Real-time signals -Starting with version 2.2, +Starting with Linux 2.2, Linux supports real-time signals as originally defined in the POSIX.1b real-time extensions (and now included in POSIX.1-2001). The range of supported real-time signals is defined by the macros @@ -612,7 +612,7 @@ According to POSIX, an implementation should permit at least (32) real-time signals to be queued to a process. However, Linux does things differently. -In kernels up to and including 2.6.7, Linux imposes +Up to and including Linux 2.6.7, Linux imposes a system-wide limit on the number of queued real-time signals for all processes. This limit can be viewed and (with privilege) changed via the @@ -706,7 +706,7 @@ Socket interfaces: .\" If a timeout (setsockopt()) is in effect on the socket, then these .\" system calls switch to using EINTR. Consequently, they and are not .\" automatically restarted, and they show the stop/cont behavior -.\" described below. (Verified from 2.6.26 source, and by experiment; mtk) +.\" described below. (Verified from Linux 2.6.26 source, and by experiment; mtk) .BR accept (2), .BR connect (2), .BR recv (2), |
