svn commit: r220520 - head/sbin/hastctl

Mikolaj Golub trociny at FreeBSD.org
Sun Apr 10 15:07:54 UTC 2011


Author: trociny
Date: Sun Apr 10 15:07:54 2011
New Revision: 220520
URL: http://svn.freebsd.org/changeset/base/220520

Log:
  hastd(8) maintains a map of dirty extents, not hastctl(8). Fix this.
  
  Approved by:	pjd (mentor)
  MFC after:	3 days

Modified:
  head/sbin/hastctl/hastctl.8

Modified: head/sbin/hastctl/hastctl.8
==============================================================================
--- head/sbin/hastctl/hastctl.8	Sun Apr 10 14:11:07 2011	(r220519)
+++ head/sbin/hastctl/hastctl.8	Sun Apr 10 15:07:54 2011	(r220520)
@@ -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


More information about the svn-src-head mailing list