diff options
author | brueffer <brueffer@FreeBSD.org> | 2010-01-07 21:08:22 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2010-01-07 21:08:22 +0000 |
commit | ad6b20aa0f7f596e1e8cdc9adfd6108cd033dadb (patch) | |
tree | cff664ae457e42376c1d4df64834d9697999468e /lib | |
parent | 7450f52a577c4b1ff7801c846f1d0dfd08f1b4bb (diff) | |
download | FreeBSD-src-ad6b20aa0f7f596e1e8cdc9adfd6108cd033dadb.zip FreeBSD-src-ad6b20aa0f7f596e1e8cdc9adfd6108cd033dadb.tar.gz |
Fix a typo and bump date for the previous commit.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/sendfile.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sendfile.2 b/lib/libc/sys/sendfile.2 index 612ff5c..1c1bf8e 100644 --- a/lib/libc/sys/sendfile.2 +++ b/lib/libc/sys/sendfile.2 @@ -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 . |