Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2009 09:52:58 +0000 (UTC)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r192747 - head/sbin/geom/class/journal
Message-ID:  <200905250952.n4P9qwIg018442@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maxim
Date: Mon May 25 09:52:58 2009
New Revision: 192747
URL: http://svn.freebsd.org/changeset/base/192747

Log:
  o Fix typo in the example.
  
  PR:		docs/134930
  Submitted by:	Alex Keda
  MFC after:	1 week

Modified:
  head/sbin/geom/class/journal/gjournal.8

Modified: head/sbin/geom/class/journal/gjournal.8
==============================================================================
--- head/sbin/geom/class/journal/gjournal.8	Mon May 25 09:28:54 2009	(r192746)
+++ head/sbin/geom/class/journal/gjournal.8	Mon May 25 09:52:58 2009	(r192747)
@@ -220,7 +220,7 @@ allows this (i.e., if the last sector is
 .Bd -literal -offset indent
 umount /dev/da0s1d
 gjournal label da0s1d da0s1e && \e
-    tunefs -J enable -n disable da01sd.journal && \e
+    tunefs -J enable -n disable da0s1d.journal && \e
     mount -o async /dev/da0s1d.journal /mnt || \e
     mount /dev/da0s1d /mnt
 .Ed



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