Author: gavin
Date: Wed Oct 15 23:39:47 2014
New Revision: 273154
URL: https://svnweb.freebsd.org/changeset/base/273154

Log:
  Slightly improve grammar in EAGAIN description.
  
  PR:           176806
  Submitted by: Jeremy Chadwick
  MFC after:    3 days

Modified:
  head/lib/libc/sys/recv.2

Modified: head/lib/libc/sys/recv.2
==============================================================================
--- head/lib/libc/sys/recv.2    Wed Oct 15 21:26:09 2014        (r273153)
+++ head/lib/libc/sys/recv.2    Wed Oct 15 23:39:47 2014        (r273154)
@@ -28,7 +28,7 @@
 .\"     @(#)recv.2     8.3 (Berkeley) 2/21/94
 .\" $FreeBSD$
 .\"
-.Dd March 19, 2013
+.Dd October 15, 2014
 .Dt RECV 2
 .Os
 .Sh NAME
@@ -324,9 +324,9 @@ In this case the descriptors are
 closed, any pending data can be returned by another call to
 .Fn recvmsg .
 .It Bq Er EAGAIN
-The socket is marked non-blocking, and the receive operation
+The socket is marked non-blocking and the receive operation
 would block, or
-a receive timeout had been set,
+a receive timeout had been set
 and the timeout expired before data were received.
 .It Bq Er EINTR
 The receive was interrupted by delivery of a signal before
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to