From 334d4b863aac5f4ba5edb4daeba2cf37e673af3a Mon Sep 17 00:00:00 2001 From: trociny Date: Sun, 10 Apr 2011 15:07:54 +0000 Subject: 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(-) (limited to 'sbin/hastctl') diff --git a/sbin/hastctl/hastctl.8 b/sbin/hastctl/hastctl.8 index bf62fbb..8ec2843 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 -- cgit v1.1