Source-Changes-HG archive

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

[src/trunk]: src/sbin/newfs_lfs - The -B flag should be followed by logical s...



details:   https://anonhg.NetBSD.org/src/rev/aea3f7e99913
branches:  trunk
changeset: 481752:aea3f7e99913
user:      enami <enami%NetBSD.org@localhost>
date:      Sat Feb 05 11:57:30 2000 +0000

description:
- The -B flag should be followed by logical segment size.
- Remove unnecessary comma at the end of SEE ALSO list.

diffstat:

 sbin/newfs_lfs/newfs_lfs.8 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7f59ee1dcfca -r aea3f7e99913 sbin/newfs_lfs/newfs_lfs.8
--- a/sbin/newfs_lfs/newfs_lfs.8        Sat Feb 05 11:52:37 2000 +0000
+++ b/sbin/newfs_lfs/newfs_lfs.8        Sat Feb 05 11:57:30 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: newfs_lfs.8,v 1.5 2000/01/18 21:57:59 perseant Exp $
+.\"    $NetBSD: newfs_lfs.8,v 1.6 2000/02/05 11:57:30 enami Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -62,7 +62,7 @@
 .Pp
 The following options define the general layout policies.
 .Bl -tag -width Fl
-.It Fl B
+.It Fl B Ar logical-segment-size
 The logical segment size of the file system in bytes.  If not specified,
 the segment size is computed by left-shifting the partition label's block
 size by the amount indicated in the partition table's segshift.  If the
@@ -95,7 +95,7 @@
 .\" .Xr fs 5 ,
 .Xr dumplfs 8 ,
 .Xr disklabel 8 ,
-.Xr diskpart 8 ,
+.Xr diskpart 8
 .\" .Xr tunefs 8
 .Rs
 .%A M. Seltzer



Home | Main Index | Thread Index | Old Index