Module Name: src
Committed By: wiz
Date: Tue Mar 6 10:30:20 UTC 2012
Modified Files:
src/sbin/fsck_ffs: fsck_ffs.8
Log Message:
Mention scan_ffs -b.
Based on a patch by Matthew Mondor <[email protected]> on
tech-userlevel.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sbin/fsck_ffs/fsck_ffs.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/fsck_ffs/fsck_ffs.8
diff -u src/sbin/fsck_ffs/fsck_ffs.8:1.48 src/sbin/fsck_ffs/fsck_ffs.8:1.49
--- src/sbin/fsck_ffs/fsck_ffs.8:1.48 Sat May 14 19:46:10 2011
+++ src/sbin/fsck_ffs/fsck_ffs.8 Tue Mar 6 10:30:20 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: fsck_ffs.8,v 1.48 2011/05/14 19:46:10 dholland Exp $
+.\" $NetBSD: fsck_ffs.8,v 1.49 2012/03/06 10:30:20 wiz Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)fsck.8 8.3 (Berkeley) 11/29/94
.\"
-.Dd May 14, 2011
+.Dd March 6, 2012
.Dt FSCK_FFS 8
.Os
.Sh NAME
@@ -163,6 +163,12 @@ Use the block number
.Ar block
as the super block for the file system.
Block 32 is usually an alternative super block.
+The
+.Fl b
+option of the
+.Xr scan_ffs 8
+utility can also be used to find the offset of other super block backups
+in a file system.
.It Fl c Ar level
Convert the FFSv1 file system to the level
.Ar level .
@@ -367,4 +373,5 @@ are fully enumerated and explained in Ap
.Xr fsck 8 ,
.Xr fsdb 8 ,
.Xr newfs 8 ,
-.Xr reboot 8
+.Xr reboot 8 ,
+.Xr scan_ffs 8