aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2007-10-30 19:23:42 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2007-10-30 19:23:42 +0000
commitde8f7dcbaede5b279479ec9789b906bf85b20377 (patch)
tree6cc10f3df2363d69462d1c77a2614cd6bd99e786 /usr.bin
parent65717f952e18dc3cff75115bdd8f64686cba4aa3 (diff)
downloadsrc-de8f7dcbaede5b279479ec9789b906bf85b20377.tar.gz
src-de8f7dcbaede5b279479ec9789b906bf85b20377.zip
Remove newly acquired hard sentence breaks.
Notes
Notes: svn path=/head/; revision=173202
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/lockf/lockf.16
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1
index 86b9fbdd6fd2..51c03b0a0f02 100644
--- a/usr.bin/lockf/lockf.1
+++ b/usr.bin/lockf/lockf.1
@@ -71,9 +71,11 @@ If the
utility is being used to facilitate concurrency between a number
of processes, it is recommended that the
.Fl k
-option be used. This will guarantee lock ordering, as well as implement
+option be used.
+This will guarantee lock ordering, as well as implement
a performance enhanced algorithm which minimizes CPU load associated
-with concurrent unlink, drop and re-acquire activity. It should be noted
+with concurrent unlink, drop and re-acquire activity.
+It should be noted
that if the
.Fl k
option is not used, then no guarantees around lock ordering can be made.