s/read system call/input system call/

This commit is contained in:
Michael Kerrisk 2007-12-14 09:14:06 +00:00
parent e18ae277f2
commit 85c4be5ade
1 changed files with 1 additions and 1 deletions

View File

@ -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.