summaryrefslogtreecommitdiffstats
path: root/sbin/geom
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2009-05-25 09:52:58 +0000
committermaxim <maxim@FreeBSD.org>2009-05-25 09:52:58 +0000
commitde9b6ef979cf56ab1077b8e0750b1acae9e6f2f2 (patch)
tree3caa9734c60c1b2fa728789e0a691fdca6e47539 /sbin/geom
parent0fa1d2d60304ec9e565e124f230edfd6144d4e0e (diff)
downloadFreeBSD-src-de9b6ef979cf56ab1077b8e0750b1acae9e6f2f2.zip
FreeBSD-src-de9b6ef979cf56ab1077b8e0750b1acae9e6f2f2.tar.gz
o Fix typo in the example.
PR: docs/134930 Submitted by: Alex Keda MFC after: 1 week
Diffstat (limited to 'sbin/geom')
-rw-r--r--sbin/geom/class/journal/gjournal.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/class/journal/gjournal.8 b/sbin/geom/class/journal/gjournal.8
index 319b902..0aad6ae 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
OpenPOWER on IntegriCloud