aboutsummaryrefslogtreecommitdiff
path: root/sbin/tunefs/tunefs.8
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-01 11:27:47 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-01 11:27:47 +0000
commitef8f7ac9356563fe48e63d3b02c92b7b9e0d73e8 (patch)
tree60e9f72278f345712e3e79127d31d7ca1008d52a /sbin/tunefs/tunefs.8
parent3615c24e18779bbf8af877ce2ba7b3db799345c7 (diff)
downloadsrc-ef8f7ac9356563fe48e63d3b02c92b7b9e0d73e8.tar.gz
src-ef8f7ac9356563fe48e63d3b02c92b7b9e0d73e8.zip
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
Notes
Notes: svn path=/head/; revision=57668
Diffstat (limited to 'sbin/tunefs/tunefs.8')
-rw-r--r--sbin/tunefs/tunefs.815
1 files changed, 10 insertions, 5 deletions
diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8
index e7e4655f1a2c..ae86c7b923f0 100644
--- a/sbin/tunefs/tunefs.8
+++ b/sbin/tunefs/tunefs.8
@@ -98,18 +98,21 @@ from normal users; the minimum free space threshold.
The default value used is 8%.
This value can be set to zero, however up to a factor of three
in throughput will be lost over the performance obtained at a 10%
-threshold. Settings of 5% and less force space optimization to
+threshold.
+Settings of 5% and less force space optimization to
always be used which will greatly increase the overhead for file
writes.
Note that if the value is raised above the current usage level,
users will be unable to allocate files until enough files have
been deleted to get under the higher threshold.
.It Fl n Ar enable | disable
-Turn on/off soft updates. An unmounted filesystem is required.
+Turn on/off soft updates.
+An unmounted filesystem is required.
.It Fl o Ar optimize_preference
The file system can either try to minimize the time spent
allocating blocks, or it can attempt to minimize the space
-fragmentation on the disk. Optimization for space has much
+fragmentation on the disk.
+Optimization for space has much
higher overhead for file writes.
The kernel normally changes the preference automatically as
the percent fragmentation changes on the file system.
@@ -131,11 +134,13 @@ will output the warning
.Pp
reload\&: Invalid argument
.Pp
-preceded by the raw device name. This occurs because the filesystem
+preceded by the raw device name.
+This occurs because the filesystem
is not currently mounted read-only.
.Nm
is trying to reload the incore (r*) device, but it was never loaded
-to begin with. When you boot single user, only
+to begin with.
+When you boot single user, only
.Dq /
is mounted, so all other filesystems will give you that warning.
It is completely harmless.