aboutsummaryrefslogtreecommitdiffstats
path: root/man7/socket.7
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2022-12-04 20:38:06 +0100
committerAlejandro Colomar <alx@kernel.org>2022-12-04 20:39:41 +0100
commitb324e17d3208c940622ab192609b836928d5aa8d (patch)
treede6403ed6aaad3b403607aeb1624f2b193e50590 /man7/socket.7
parent0137c7f49c178c14c230a0b89e2979732a52e6df (diff)
downloadman-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/socket.7')
-rw-r--r--man7/socket.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/socket.7 b/man7/socket.7
index 2b191c7836..f957e18555 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -814,9 +814,9 @@ indicate a socket as readable only if at least
bytes are available.
.TP
.BR SO_RCVTIMEO " and " SO_SNDTIMEO
-.\" Not implemented in 2.0.
-.\" Implemented in 2.1.11 for getsockopt: always return a zero struct.
-.\" Implemented in 2.3.41 for setsockopt, and actually used.
+.\" Not implemented in Linux 2.0.
+.\" Implemented in Linux 2.1.11 for getsockopt: always return a zero struct.
+.\" Implemented in Linux 2.3.41 for setsockopt, and actually used.
Specify the receiving or sending timeouts until reporting an error.
The argument is a
.IR "struct timeval" .