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/netlink.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/netlink.7')
| -rw-r--r-- | man7/netlink.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/netlink.7 b/man7/netlink.7 index a69c8cb53c..f57eb83f2c 100644 --- a/man7/netlink.7 +++ b/man7/netlink.7 @@ -47,7 +47,7 @@ neighbor setups, queueing disciplines, traffic classes, and packet classifiers (see .BR rtnetlink (7)). .TP -.BR NETLINK_W1 " (Linux 2.6.13 to 2.16.17)" +.BR NETLINK_W1 " (Linux 2.6.13 to Linux 2.16.17)" Messages from 1-wire subsystem. .TP .B NETLINK_USERSOCK @@ -104,7 +104,7 @@ See (or .I /Documentation/connector/connector.* .\" commit baa293e9544bea71361950d071579f0e4d5713ed -in kernel 5.2 and earlier) +in Linux 5.2 and earlier) in the Linux kernel source tree for further information. .TP .BR NETLINK_NETFILTER " (since Linux 2.6.14)" |
