diff options
author | trasz <trasz@FreeBSD.org> | 2009-04-29 10:02:50 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2009-04-29 10:02:50 +0000 |
commit | 1fa36791b4c4434acd4227dd9a799efb7dc6e857 (patch) | |
tree | 6b96534d60b4712be34a4f67b17e632b8fc127a8 /sbin/newfs | |
parent | fefd4b2fb5daf7c1554ce121fb6fcc201aa261dc (diff) | |
download | FreeBSD-src-1fa36791b4c4434acd4227dd9a799efb7dc6e857.zip FreeBSD-src-1fa36791b4c4434acd4227dd9a799efb7dc6e857.tar.gz |
Slightly improve gjournal documentation.
Reviewed by: pjd
Diffstat (limited to 'sbin/newfs')
-rw-r--r-- | sbin/newfs/newfs.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 6dcb859..9aea040 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -85,6 +85,9 @@ wear levelling algorithms. NB: Erasing may take as long time as writing every sector on the disk. .It Fl J Enable journaling on the new file system via gjournal. +See +.Xr gjournal 8 +for details. .It Fl L Ar volname Add a volume label to the new file system. .It Fl N @@ -278,6 +281,7 @@ on file systems that contain many small files. .Xr dump 8 , .Xr dumpfs 8 , .Xr fsck 8 , +.Xr gjournal 8 , .Xr mount 8 , .Xr tunefs 8 , .Xr gvinum 8 |