diff options
author | remko <remko@FreeBSD.org> | 2008-04-13 07:48:05 +0000 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2008-04-13 07:48:05 +0000 |
commit | 1aaa158b9c56f130e92dcb5ed4381f37e0585b1c (patch) | |
tree | e0f88c71d401165d77dfe51fd56b161b942ea0d4 | |
parent | 17ff03f1da844ff9629231c097e4aa87762b3a7a (diff) | |
download | FreeBSD-src-1aaa158b9c56f130e92dcb5ed4381f37e0585b1c.zip FreeBSD-src-1aaa158b9c56f130e92dcb5ed4381f37e0585b1c.tar.gz |
Add missing device in tunefs entry.
PR: docs/122702
Submitted by: Yoshihiro Ota <ota@j.email.ne.jp>
MFC After: 3 days
-rw-r--r-- | sbin/geom/class/journal/gjournal.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/geom/class/journal/gjournal.8 b/sbin/geom/class/journal/gjournal.8 index 248431e..afce4f4 100644 --- a/sbin/geom/class/journal/gjournal.8 +++ b/sbin/geom/class/journal/gjournal.8 @@ -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 |