From de8f7dcbaede5b279479ec9789b906bf85b20377 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 30 Oct 2007 19:23:42 +0000 Subject: [PATCH] Remove newly acquired hard sentence breaks. --- usr.bin/lockf/lockf.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1 index 86b9fbdd6fd..51c03b0a0f0 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.