From d4aac54c51749d9484bbff614753e178a11c38bd Mon Sep 17 00:00:00 2001 From: Mikolaj Golub Date: Sun, 10 Apr 2011 15:07:54 +0000 Subject: [PATCH] hastd(8) maintains a map of dirty extents, not hastctl(8). Fix this. Approved by: pjd (mentor) MFC after: 3 days --- sbin/hastctl/hastctl.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/hastctl/hastctl.8 b/sbin/hastctl/hastctl.8 index bf62fbbb07da..8ec2843ea9cc 100644 --- a/sbin/hastctl/hastctl.8 +++ b/sbin/hastctl/hastctl.8 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 13, 2011 +.Dd April 10, 2011 .Dt HASTCTL 8 .Os .Sh NAME @@ -88,7 +88,7 @@ Additional options include: .It Fl e Ar extentsize Size of an extent. Extent is a block which is used for synchronization. -.Nm +.Xr hastd 8 maintains a map of dirty extents and extent is the smallest region that can be marked as dirty. If any part of an extent is modified, entire extent will be synchronized