diff options
author | kib <kib@FreeBSD.org> | 2010-01-07 21:14:46 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2010-01-07 21:14:46 +0000 |
commit | c80db57072dca0591b650a20b415489715827e7f (patch) | |
tree | 0409f0d03b0928d186f6a6da91a6384aa591704a /lib/libc/sys | |
parent | ad6b20aa0f7f596e1e8cdc9adfd6108cd033dadb (diff) | |
download | FreeBSD-src-c80db57072dca0591b650a20b415489715827e7f.zip FreeBSD-src-c80db57072dca0591b650a20b415489715827e7f.tar.gz |
Further fix grammar.
Suggested by: alc
MFC after: 3 days
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/sendfile.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/sendfile.2 b/lib/libc/sys/sendfile.2 index 1c1bf8e..d9f8cab 100644 --- a/lib/libc/sys/sendfile.2 +++ b/lib/libc/sys/sendfile.2 @@ -124,7 +124,7 @@ and The flag does not make the .Fn sendfile syscall truly non-blocking, since other resources are still allocated -in blocking fashion. +in a blocking fashion. .It .Dv SF_SYNC . .Nm |