aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-05-07 13:33:52 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-05-07 13:33:52 +0000
commit64d6219cf0582085947757ff3bfb11aeac2a1ccc (patch)
tree129c7f766c08fc564298498b0890c8dfcc32a61f /man7/unix.7
parent2cfd26bd6e70f25b60952e040f18f4553568ced9 (diff)
downloadman-pages-64d6219cf0582085947757ff3bfb11aeac2a1ccc.tar.gz
s/since kernel x.y.z/since Linux s.y.z/
Diffstat (limited to 'man7/unix.7')
-rw-r--r--man7/unix.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/unix.7 b/man7/unix.7
index 57a7383934..e6bb1b8590 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -41,7 +41,7 @@ for a stream-oriented socket and
for a datagram-oriented socket that preserves message boundaries
(as on most Unix implementations, Unix domain datagram
sockets are always reliable and don't reorder datagrams);
-and (since kernel 2.6.4)
+and (since Linux 2.6.4)
.BR SOCK_SEQPACKET ,
for a connection-oriented socket that preserves message boundaries
and delivers messages in the order that they were sent.