From da3ea50434a4c0841e721c2869e58c1511b28354 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Mon, 25 May 2009 09:52:58 +0000 Subject: [PATCH] o Fix typo in the example. PR: docs/134930 Submitted by: Alex Keda MFC after: 1 week --- sbin/geom/class/journal/gjournal.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/geom/class/journal/gjournal.8 b/sbin/geom/class/journal/gjournal.8 index 319b90244076..0aad6ae31cdb 100644 --- a/sbin/geom/class/journal/gjournal.8 +++ b/sbin/geom/class/journal/gjournal.8 @@ -220,7 +220,7 @@ allows this (i.e., if the last sector is not already used by the file system): .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