Add missing device in tunefs entry.

PR:		docs/122702
Submitted by:	Yoshihiro Ota <ota@j.email.ne.jp>
MFC After:	3 days
This commit is contained in:
Remko Lodder 2008-04-13 07:48:05 +00:00
parent 93394f15ba
commit 722bb56802
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178174

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 14, 2007
.Dd April 13, 2007
.Dt GJOURNAL 8
.Os
.Sh NAME
@ -219,7 +219,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 && \e
tunefs -J enable -n disable da01sd.journal && \e
mount -o async /dev/da0s1d.journal /mnt || \e
mount /dev/da0s1d /mnt
.Ed