Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jul 2010 20:16:13 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210628 - head/sbin/hastctl
Message-ID:  <201007292016.o6TKGDrI044081@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Thu Jul 29 20:16:12 2010
New Revision: 210628
URL: http://svn.freebsd.org/changeset/base/210628

Log:
  Fix typo.
  
  PR:		docs/149033
  Submitted by:	Kolar <hsn@sendmail.cz>
  MFC after:	3 days

Modified:
  head/sbin/hastctl/hastctl.8

Modified: head/sbin/hastctl/hastctl.8
==============================================================================
--- head/sbin/hastctl/hastctl.8	Thu Jul 29 20:02:56 2010	(r210627)
+++ head/sbin/hastctl/hastctl.8	Thu Jul 29 20:16:12 2010	(r210628)
@@ -178,7 +178,7 @@ nodeB# hastctl create shared
 nodeB# hastd
 nodeB# hastctl role secondary shared
 
-nodeB# hastctl create shared
+nodeA# hastctl create shared
 nodeA# hastd
 nodeA# hastctl role primary shared
 nodeA# newfs -U /dev/hast/shared



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007292016.o6TKGDrI044081>