- The -B flag should be followed by logical segment size.

- Remove unnecessary comma at the end of SEE ALSO list.
This commit is contained in:
enami 2000-02-05 11:57:30 +00:00
parent f0b2202df0
commit 3fb18954ab
1 changed files with 3 additions and 3 deletions

View File

@ -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 .\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -62,7 +62,7 @@ segment shift) fields are 1024, 8192, and 7 respectively.
.Pp .Pp
The following options define the general layout policies. The following options define the general layout policies.
.Bl -tag -width Fl .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 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 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 size by the amount indicated in the partition table's segshift. If the
@ -95,7 +95,7 @@ The size of the file system in sectors.
.\" .Xr fs 5 , .\" .Xr fs 5 ,
.Xr dumplfs 8 , .Xr dumplfs 8 ,
.Xr disklabel 8 , .Xr disklabel 8 ,
.Xr diskpart 8 , .Xr diskpart 8
.\" .Xr tunefs 8 .\" .Xr tunefs 8
.Rs .Rs
.%A M. Seltzer .%A M. Seltzer