Module Name:    src
Committed By:   wiz
Date:           Sat Feb 27 10:49:42 UTC 2010

Modified Files:
        src/usr.sbin/dumpfs: dumpfs.8

Log Message:
Sort options. Add -j to SYNOPSIS. Bump date for -j.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/dumpfs/dumpfs.8

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

Modified files:

Index: src/usr.sbin/dumpfs/dumpfs.8
diff -u src/usr.sbin/dumpfs/dumpfs.8:1.19 src/usr.sbin/dumpfs/dumpfs.8:1.20
--- src/usr.sbin/dumpfs/dumpfs.8:1.19	Sat Feb 27 09:05:59 2010
+++ src/usr.sbin/dumpfs/dumpfs.8	Sat Feb 27 10:49:42 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: dumpfs.8,v 1.19 2010/02/27 09:05:59 mlelstv Exp $
+.\"	$NetBSD: dumpfs.8,v 1.20 2010/02/27 10:49:42 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)dumpfs.8	8.1 (Berkeley) 6/5/93
 .\"
-.Dd January 3, 2004
+.Dd February 27, 2010
 .Dt DUMPFS 8
 .Os
 .Sh NAME
@@ -37,7 +37,7 @@
 .Nd dump file system information
 .Sh SYNOPSIS
 .Nm
-.Op Fl acFimsv
+.Op Fl acFijmsv
 .Ar filesys No \&| Ar device
 .Op Ar ...
 .Sh DESCRIPTION
@@ -54,12 +54,12 @@
 Dump a file system image from a file, not a special device.
 .It Fl i
 Print details of each allocated inode.
+.It Fl j
+Print details of the WAPBL journal.
 .It Fl m
 Print details of the cylinder group summary.
 .It Fl s
 Print details of the superblock.
-.It Fl j
-Print details of the WAPBL journal.
 .It Fl v
 Be even more verbose.
 .El
@@ -68,10 +68,10 @@
 .Fl a ,
 .Fl c ,
 .Fl i ,
+.Fl j ,
 .Fl m ,
-.Fl s ,
 or
-.Fl j
+.Fl s
 are given, then
 .Nm
 defaults to

Reply via email to