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 /man2/timerfd_create.2 | |
| 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 'man2/timerfd_create.2')
| -rw-r--r-- | man2/timerfd_create.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2 index 1b2fb3ff9b..967664eef8 100644 --- a/man2/timerfd_create.2 +++ b/man2/timerfd_create.2 @@ -464,13 +464,13 @@ is not properly initialized (one of the falls outside the range zero to 999,999,999). .TP .B EINVAL -.\" This case only checked since 2.6.29, and 2.2.2[78].some-stable-version. +.\" This case only checked since Linux 2.6.29, and Linux 2.2.2[78].some-stable-version. .\" In older kernel versions, no check was made for invalid flags. .I flags is invalid. .SH VERSIONS -These system calls are available on Linux since kernel 2.6.25. -Library support is provided by glibc since version 2.8. +These system calls are available since Linux 2.6.25. +Library support is provided since glibc 2.8. .SH STANDARDS These system calls are Linux-specific. .SH NOTES |
