summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrociny <trociny@FreeBSD.org>2011-04-10 15:07:54 +0000
committertrociny <trociny@FreeBSD.org>2011-04-10 15:07:54 +0000
commit334d4b863aac5f4ba5edb4daeba2cf37e673af3a (patch)
tree1abacab2d42eb5d1cee4db204a320d7e2f5ae798
parentdf189505332f627b17f603626e24cd7dcfeba94c (diff)
downloadFreeBSD-src-334d4b863aac5f4ba5edb4daeba2cf37e673af3a.zip
FreeBSD-src-334d4b863aac5f4ba5edb4daeba2cf37e673af3a.tar.gz
hastd(8) maintains a map of dirty extents, not hastctl(8). Fix this.
Approved by: pjd (mentor) MFC after: 3 days
-rw-r--r--sbin/hastctl/hastctl.84
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud