summaryrefslogtreecommitdiff
path: root/share/man/man5/fs.5
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-10-04 16:56:53 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-10-04 16:56:53 +0000
commit38832e33307eb9957aa999bdab21a6b511c2ae90 (patch)
treee64d6d04d664a95120941a3aaaa2d8ad46ce812a /share/man/man5/fs.5
parent3b96b2c0df0f3c725d6514427aa1a426a4d961b1 (diff)
we don't like .Pp and blank lines before/after .Ss;
millert@ ok
Diffstat (limited to 'share/man/man5/fs.5')
-rw-r--r--share/man/man5/fs.55
1 files changed, 1 insertions, 4 deletions
diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5
index a60de210abe..1537d4f5960 100644
--- a/share/man/man5/fs.5
+++ b/share/man/man5/fs.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fs.5,v 1.8 2000/03/19 19:25:28 aaron Exp $
+.\" $OpenBSD: fs.5,v 1.9 2001/10/04 16:56:51 mpech Exp $
.\" $NetBSD: fs.5,v 1.3 1994/11/30 19:31:17 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -245,7 +245,6 @@ If the value of
is greater than or equal to 5%,
fragmentation is unlikely to be problematical, and
the file system defaults to optimizing for time.
-.Pp
.Ss 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
@@ -311,7 +310,6 @@ must be a power of two in order for
the
.Fn fs_cs
macro to work.
-.Pp
.Ss Super-block for a file system
The size of the rotational layout tables
is limited by the fact that the super-block is of size
@@ -334,7 +332,6 @@ The inode and free block tables
must fit into a single block after deducting space for
the cylinder group structure
.Fa struct cg .
-.Pp
.Ss Inodes
The inode is the focus of all file activity in the
.Tn UNIX