- 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:
parent
f0b2202df0
commit
3fb18954ab
|
@ -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 @@ segment shift) fields are 1024, 8192, and 7 respectively.
|
|||
.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 @@ The size of the file system in sectors.
|
|||
.\" .Xr fs 5 ,
|
||||
.Xr dumplfs 8 ,
|
||||
.Xr disklabel 8 ,
|
||||
.Xr diskpart 8 ,
|
||||
.Xr diskpart 8
|
||||
.\" .Xr tunefs 8
|
||||
.Rs
|
||||
.%A M. Seltzer
|
||||
|
|
Loading…
Reference in New Issue