o Fix typo in the example.

PR:		docs/134930
Submitted by:	Alex Keda
MFC after:	1 week
This commit is contained in:
Maxim Konovalov 2009-05-25 09:52:58 +00:00
parent cf5320bd29
commit da3ea50434
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192747

View File

@ -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