Module Name:    src
Committed By:   dholland
Date:           Fri Jul 22 15:47:46 UTC 2011

Modified Files:
        src/sbin/mount: mount.8

Log Message:
Clarify UFS2 superblock format stuff. Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sbin/mount/mount.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/mount/mount.8
diff -u src/sbin/mount/mount.8:1.72 src/sbin/mount/mount.8:1.73
--- src/sbin/mount/mount.8:1.72	Fri Jun 17 18:13:14 2011
+++ src/sbin/mount/mount.8	Fri Jul 22 15:47:46 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mount.8,v 1.72 2011/06/17 18:13:14 wiz Exp $
+.\"	$NetBSD: mount.8,v 1.73 2011/07/22 15:47:46 dholland Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)mount.8	8.8 (Berkeley) 6/16/94
 .\"
-.Dd June 17, 2011
+.Dd July 22, 2011
 .Dt MOUNT 8
 .Os
 .Sh NAME
@@ -263,7 +263,7 @@
 .Fl t
 flag and respective rump_type manual page for more information.
 .It Cm log
-(FFS only with UFS2 superblock layout)
+(FFS only)
 Mount the file system with
 .Xr wapbl 4
 meta-data journaling, also known simply as logging.
@@ -279,6 +279,13 @@
 See
 .Xr wapbl 4
 for more information.
+This option requires the
+.Dq UFS2
+superblock layout, which is the default for newly created FFSv1 and
+FFSv2 file systems.
+.\" To update an old file system with an earlier superblock format,
+ \" use
+.\" .Xr tunefs 8 .
 .It Cm symperm
 Recognize permission of symbolic link when reading or traversing link.
 .It Cm sync

Reply via email to