diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-11 01:35:08 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-11 01:35:08 +0000 |
commit | b3ede3ba86748e4de8ce13bd3a82cd3fc08d205a (patch) | |
tree | cb73e5097f77ad8256469528fecb4358412745ba /share/man/man5 | |
parent | 181fc17fd16baad70e16a3715d9aff068f522021 (diff) |
fix more comma splices that involve misuse of conjunctive adverbs
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/fs.5 | 13 | ||||
-rw-r--r-- | share/man/man5/netgroup.5 | 4 |
2 files changed, 9 insertions, 8 deletions
diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5 index fde8eac456b..a7c8e280471 100644 --- a/share/man/man5/fs.5 +++ b/share/man/man5/fs.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fs.5,v 1.4 1998/11/26 04:25:58 aaron Exp $ +.\" $OpenBSD: fs.5,v 1.5 1999/03/11 01:35:05 pjanzen Exp $ .\" $NetBSD: fs.5,v 1.3 1994/11/30 19:31:17 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -200,10 +200,11 @@ to determine block availability, aligned fragments are examined. .Pp The root inode is the root of the file system. Inode 0 can't be used for normal purposes and -historically bad blocks were linked to inode 1, -thus the root inode is 2 (inode 1 is no longer used for -this purpose, however numerous dump tapes make this +historically bad blocks were linked to inode 1 +(inode 1 is no longer used for +this purpose; however, numerous dump tapes make this assumption, so we are stuck with it). +Thus the root inode is 2. .Pp The .Fa fs_minfree @@ -214,7 +215,7 @@ The .Fa fs_minfree element may be set to 0 if no reserve of free blocks is deemed necessary, -however severe performance degradations will be observed if the +although severe performance degradations will be observed if the file system is run at greater than 95% full; thus the default value of .Fa fs_minfree @@ -222,7 +223,7 @@ is 5%. .Pp Empirically the best trade-off between block fragmentation and overall disk utilization at a loading of 95% comes with a -fragmentation of 8, thus the default fragment size is an eighth +fragmentation of 8; thus the default fragment size is an eighth of the block size. .Pp The element diff --git a/share/man/man5/netgroup.5 b/share/man/man5/netgroup.5 index 71b221b2cd6..4a1b2ef2118 100644 --- a/share/man/man5/netgroup.5 +++ b/share/man/man5/netgroup.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netgroup.5,v 1.5 1998/12/15 01:20:51 aaron Exp $ +.\" $OpenBSD: netgroup.5,v 1.6 1999/03/11 01:35:05 pjanzen Exp $ .\" $NetBSD: netgroup.5,v 1.3 1995/03/18 14:58:34 cgd Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -109,7 +109,7 @@ netgroup database .Xr exports 5 , .Xr netgroup_mkdb 8 .Sh COMPATIBILITY -The file format is compatible with that of various vendors, however it +The file format is compatible with that of various vendors, although it appears that not all vendors use an identical format. .Sh BUGS The interpretation of access restrictions based on the member tuples of a |