Module Name:    src
Committed By:   dholland
Date:           Fri Jul 22 15:53:21 UTC 2011

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

Log Message:
Improve previous; thanks to tsutsui-san for reminding me of the proper
reference. PR 45166


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 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.73 src/sbin/mount/mount.8:1.74
--- src/sbin/mount/mount.8:1.73	Fri Jul 22 15:47:46 2011
+++ src/sbin/mount/mount.8	Fri Jul 22 15:53:21 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mount.8,v 1.73 2011/07/22 15:47:46 dholland Exp $
+.\"	$NetBSD: mount.8,v 1.74 2011/07/22 15:53:21 dholland Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -281,11 +281,14 @@
 for more information.
 This option requires the
 .Dq UFS2
+.Pq level 4
 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 .
+To update an old file system with an earlier superblock format,
+use the
+.Fl c
+option of
+.Xr fsck_ffs 8 .
 .It Cm symperm
 Recognize permission of symbolic link when reading or traversing link.
 .It Cm sync

Reply via email to