aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5/fs.5
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-03 14:05:08 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-03 14:05:08 +0000
commit1111b49c35645b9561e28458a445684ef38c0881 (patch)
tree75bfb1e1be2145ef60ed94537b7c8d188328a01f /share/man/man5/fs.5
parent137d85e410bdb1ac509730ec7a43bdb5a701d76e (diff)
downloadsrc-1111b49c35645b9561e28458a445684ef38c0881.tar.gz
src-1111b49c35645b9561e28458a445684ef38c0881.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=57731
Diffstat (limited to 'share/man/man5/fs.5')
-rw-r--r--share/man/man5/fs.59
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5
index 0798bdaf3042..b47c25be285f 100644
--- a/share/man/man5/fs.5
+++ b/share/man/man5/fs.5
@@ -236,7 +236,8 @@ assumption, so we are stuck with it).
The
.Fa fs_minfree
element gives the minimum acceptable percentage of file system
-blocks that may be free. If the freelist drops below this level
+blocks that may be free.
+If the freelist drops below this level
only the super-user may continue to allocate blocks.
The
.Fa fs_minfree
@@ -268,7 +269,8 @@ the file system defaults to optimizing for time.
.Em Cylinder group related limits :
Each cylinder keeps track of the availability of blocks at different
rotational positions, so that sequential blocks can be laid out
-with minimum rotational latency. With the default of 8 distinguished
+with minimum rotational latency.
+With the default of 8 distinguished
rotational positions, the resolution of the
summary information is 2ms for a typical 3600 rpm drive.
.Pp
@@ -338,7 +340,8 @@ is limited by the fact that the super-block is of size
The size of these tables is
.Em inversely
proportional to the block
-size of the file system. The size of the tables is
+size of the file system.
+The size of the tables is
increased when sector sizes are not powers of two,
as this increases the number of cylinders
included before the rotational pattern repeats