mdoc(7) police: spelling, punctuation and markup nits.

This commit is contained in:
Ruslan Ermilov 2001-08-10 10:15:41 +00:00
parent 8e42cf1a46
commit 8547e8b554
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81418

View File

@ -66,10 +66,10 @@ Currently
can only enlarge unmounted file systems. can only enlarge unmounted file systems.
Do not try enlarging a mounted file system, your system may panic and you will Do not try enlarging a mounted file system, your system may panic and you will
not be able to use the file system any longer. not be able to use the file system any longer.
Most of the Most of the
.Xr newfs 8 .Xr newfs 8
options can not be changed by options can not be changed by
.Nm .Nm .
In fact, you can only increase the size of the file system. In fact, you can only increase the size of the file system.
Use Use
.Xr tunefs 8 .Xr tunefs 8
@ -86,9 +86,9 @@ enlarging the file system.
Usally Usally
.Nm .Nm
will ask you if you took a backup of your data before and will do some tests will ask you if you took a backup of your data before and will do some tests
wether whether
.Ar special .Ar special
is currently mounted or wether there are any active snapshots on the file is currently mounted or whether there are any active snapshots on the file
system specified. system specified.
This will be suppressed. This will be suppressed.
So use this option with great care! So use this option with great care!
@ -118,7 +118,7 @@ There may be cases on
.Fx .Fx
3.x only, when 3.x only, when
.Nm .Nm
does not recognize exactly, wether the file system is mounted or not and does not recognize exactly, whether the file system is mounted or not and
exits with an error message. exits with an error message.
Then please use Then please use
.Nm .Nm
@ -135,17 +135,19 @@ structure has to be relocated into one of the new available cylinder groups.
On On
.Fx .Fx
3.x this will cause problems with 3.x this will cause problems with
.Nm fsck .Xr fsck 8
afterwards. afterwards.
So So
.Nm fsck .Xr fsck 8
needs to be patched if you want to use needs to be patched if you want to use
.Nm .Nm
for for
.Fx .Fx
3.x. This is patch is already integrated in 3.x.
This patch is already integrated in
.Fx .Fx
starting with 4.4. starting with
.Fx 4.4 .
To avoid an unexpected relocation of that structure it is possible to use To avoid an unexpected relocation of that structure it is possible to use
.Nm ffsinfo .Nm ffsinfo
.Fl c Ar 0 .Fl c Ar 0
@ -157,7 +159,7 @@ has enough blocks.
As a rule of thumb for default file system parameters one block is needed for As a rule of thumb for default file system parameters one block is needed for
every 2 GB of total file system size. every 2 GB of total file system size.
.Pp .Pp
Normally Normally
.Nm .Nm
writes this critical structure to disk and reads it again later for doing more writes this critical structure to disk and reads it again later for doing more
updates. updates.