diff options
author | brian <brian@FreeBSD.org> | 2006-09-10 20:41:33 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2006-09-10 20:41:33 +0000 |
commit | c4fc7dad18a24b79fab282759aa9800079cf6b12 (patch) | |
tree | c8a503d56c45e469ced4c7635c8c65219bc2ddf5 /lib/libc | |
parent | 22f3e61de2a6beb9e877fad976098e72f23d7fbc (diff) | |
download | FreeBSD-src-c4fc7dad18a24b79fab282759aa9800079cf6b12.zip FreeBSD-src-c4fc7dad18a24b79fab282759aa9800079cf6b12.tar.gz |
Fix a typo
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/recv.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index 90aea6a..676d49d 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -32,7 +32,7 @@ .\" @(#)recv.2 8.3 (Berkeley) 2/21/94 .\" $FreeBSD$ .\" -.Dd February 16, 2006 +.Dd September 10, 2006 .Dt RECV 2 .Os .Sh NAME @@ -117,7 +117,7 @@ described in .Pp The .Xr select 2 -system call may be used to determine when more data arrive. +system call may be used to determine when more data arrives. .Pp The .Fa flags |