From 85c4be5adec8f2e5e398d2686110cd46a5f18591 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 14 Dec 2007 09:14:06 +0000 Subject: [PATCH] s/read system call/input system call/ --- man2/socket.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/socket.2 b/man2/socket.2 index 39c6e5268..12c3b34d0 100644 --- a/man2/socket.2 +++ b/man2/socket.2 @@ -133,7 +133,7 @@ maximum length). .B SOCK_SEQPACKET Provides a sequenced, reliable, two-way connection-based data transmission path for datagrams of fixed maximum length; a consumer is -required to read an entire packet with each read system call. +required to read an entire packet with each input system call. .TP .B SOCK_RAW Provides raw network protocol access.