Author: brueffer Date: Thu Jan 7 21:08:22 2010 New Revision: 201759 URL: http://svn.freebsd.org/changeset/base/201759
Log: Fix a typo and bump date for the previous commit. Modified: head/lib/libc/sys/sendfile.2 Modified: head/lib/libc/sys/sendfile.2 ============================================================================== --- head/lib/libc/sys/sendfile.2 Thu Jan 7 21:01:37 2010 (r201758) +++ head/lib/libc/sys/sendfile.2 Thu Jan 7 21:08:22 2010 (r201759) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 24, 2006 +.Dd January 7, 2010 .Dt SENDFILE 2 .Os .Sh NAME @@ -123,7 +123,7 @@ and .Vt sf_buf . The flag does not make the .Fn sendfile -syscall trully non-blocking, since other resources are still allocated +syscall truly non-blocking, since other resources are still allocated in blocking fashion. .It .Dv SF_SYNC . _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
