aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/fcntl.2
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-02 23:52:20 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-02 23:52:20 +0000
commit1a0a934547909744a6a2fa4cfd5b795ec6394f05 (patch)
tree23294a96f715e1e5bc35c1029ec151c90ee95b96 /lib/libc/sys/fcntl.2
parente37a7c5f5a689c6f1994a879f5fa86066b7aac82 (diff)
downloadsrc-1a0a934547909744a6a2fa4cfd5b795ec6394f05.tar.gz
src-1a0a934547909744a6a2fa4cfd5b795ec6394f05.zip
Mechanically kill hard sentence breaks.
Notes
Notes: svn path=/head/; revision=131504
Diffstat (limited to 'lib/libc/sys/fcntl.2')
-rw-r--r--lib/libc/sys/fcntl.29
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2
index 92b744035791..804b4abda454 100644
--- a/lib/libc/sys/fcntl.2
+++ b/lib/libc/sys/fcntl.2
@@ -52,7 +52,8 @@ The argument
.Fa fd
is a descriptor to be operated on by
.Fa cmd
-as described below. Depending on the value of
+as described below.
+Depending on the value of
.Fa cmd ,
.Fn fcntl
can take an additional third argument
@@ -157,8 +158,10 @@ corresponds to the
flag of
.Xr open 2 .
.It Dv O_DIRECT
-Minimize or eliminate the cache effects of reading and writing. The system
-will attempt to avoid caching the data you read or write. If it cannot
+Minimize or eliminate the cache effects of reading and writing.
+The system
+will attempt to avoid caching the data you read or write.
+If it cannot
avoid caching the data, it will minimize the impact the data has on the cache.
Use of this flag can drastically reduce performance if not used with care.
.It Dv O_ASYNC