Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/scan_ffs Improve wording and comma usage.



details:   https://anonhg.NetBSD.org/src/rev/c92d9688f463
branches:  trunk
changeset: 584125:c92d9688f463
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Sep 09 20:21:39 2005 +0000

description:
Improve wording and comma usage.

diffstat:

 sbin/scan_ffs/scan_ffs.8 |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 9a69e662a5f2 -r c92d9688f463 sbin/scan_ffs/scan_ffs.8
--- a/sbin/scan_ffs/scan_ffs.8  Fri Sep 09 17:27:18 2005 +0000
+++ b/sbin/scan_ffs/scan_ffs.8  Fri Sep 09 20:21:39 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: scan_ffs.8,v 1.4 2005/06/19 16:01:38 wiz Exp $
+.\"    $NetBSD: scan_ffs.8,v 1.5 2005/09/09 20:21:39 wiz Exp $
 .\"     OpenBSD: scan_ffs.8,v 1.13 2004/12/14 00:04:21 jmc Exp
 .\"
 .\" Copyright (c) 2005 Juan Romero Pardines
@@ -30,7 +30,7 @@
 .Os
 .Sh NAME
 .Nm scan_ffs
-.Nd finding FFSv1/FFSv2 partitions on a disk
+.Nd find FFSv1/FFSv2 partitions on a disk
 .Sh SYNOPSIS
 .Nm
 .Op Fl lv
@@ -38,10 +38,11 @@
 .Op Fl s Ar start
 .Ar device
 .Sh DESCRIPTION
-This program will take a raw disk device that covers the whole disk,
-and will find all possible FFSv1/FFSv2 partitions with different block
-sizes on the disk.
-It will show the file system type (FFSv1 or FFSv2), size and offset.
+.Nm
+will take a raw disk device that covers the whole disk
+and will find all possible FFSv1/FFSv2 partitions, independent of block
+sizes, on the disk.
+It will show the file system type (FFSv1 or FFSv2), size, and offset.
 Also it has an option to show the values with a disklabel-alike
 output.
 .Pp
@@ -61,7 +62,7 @@
 .It Fl s Ar start
 Where to start searching for file systems.
 This makes it easier to skip swap
-partitions, or other large non-UFS/FFS partitions.
+partitions or other large non-UFS/FFS partitions.
 The
 .Ar start
 argument specifies the first sector that will be searched.



Home | Main Index | Thread Index | Old Index