From dc6113b22601d1d96c4222ee5388acc5c5089ec9 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 30 Aug 2003 12:48:01 +0000 Subject: [PATCH] Sort options (AaBb...); drop trailing space; use Nx instead of verbose NetBSD; add commas. --- usr.sbin/dumpfs/dumpfs.8 | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/usr.sbin/dumpfs/dumpfs.8 b/usr.sbin/dumpfs/dumpfs.8 index eb48bcf22518..fca9765858f1 100644 --- a/usr.sbin/dumpfs/dumpfs.8 +++ b/usr.sbin/dumpfs/dumpfs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: dumpfs.8,v 1.14 2003/08/30 10:30:52 dsl Exp $ +.\" $NetBSD: dumpfs.8,v 1.15 2003/08/30 12:48:01 wiz Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -37,19 +37,19 @@ .Nd dump file system information .Sh SYNOPSIS .Nm -.Op Fl Fcimsv +.Op Fl cFimsv .Ar filesys No \&| Ar device -.Op Ar \&.\&.\&. +.Op Ar ... .Sh DESCRIPTION .Nm prints out detailed information about the specified filesystems. .Pp Options: .Bl -tag -width Ds -.It Fl F -Dump a file system image from a file, not a special device. .It Fl c Print details of each cylinder group. +.It Fl F +Dump a file system image from a file, not a special device. .It Fl i Print details of each allocated inode. .It Fl m @@ -63,7 +63,7 @@ Be even more verbose. If none of .Fl c , .Fl i , -.Fl m +.Fl m , or .Fl s are given, then @@ -98,7 +98,8 @@ command appeared in The .Fl c , .Fl i , -.Fl m +.Fl m , and .Fl s -options, and the inode dump were added for NetBSD 2.0. +options, and the inode dump were added for +.Nx 2.0 .