Correct usage: "-s" is the flag for the new size of the LFS, not "-n".
This commit is contained in:
parent
16f200486d
commit
16da560700
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: resize_lfs.8,v 1.2 2005/04/25 11:47:37 wiz Exp $
|
.\" $NetBSD: resize_lfs.8,v 1.3 2006/09/04 15:45:29 riz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2005 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2005 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Op Fl v
|
.Op Fl v
|
||||||
.Op Fl n Ar new-size
|
.Op Fl s Ar new-size
|
||||||
.Ar mounted-file-system
|
.Ar mounted-file-system
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -73,7 +73,7 @@ will return an error.
|
||||||
To resize the file system mounted at
|
To resize the file system mounted at
|
||||||
.Pa /home
|
.Pa /home
|
||||||
to 32576 sectors:
|
to 32576 sectors:
|
||||||
.Dl resize_lfs -n 32576 /home
|
.Dl resize_lfs -s 32576 /home
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr fsck_lfs 8 ,
|
.Xr fsck_lfs 8 ,
|
||||||
.Xr lfs_cleanerd 8 ,
|
.Xr lfs_cleanerd 8 ,
|
||||||
|
|
Loading…
Reference in New Issue