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 /sbin | |
parent | 181fc17fd16baad70e16a3715d9aff068f522021 (diff) |
fix more comma splices that involve misuse of conjunctive adverbs
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/isakmpd.conf.5 | 4 | ||||
-rw-r--r-- | sbin/newfs/newfs.8 | 4 | ||||
-rw-r--r-- | sbin/tunefs/tunefs.8 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5 index bb665fb9b15..8b8e4dc10c9 100644 --- a/sbin/isakmpd/isakmpd.conf.5 +++ b/sbin/isakmpd/isakmpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.conf.5,v 1.7 1999/02/26 03:45:09 niklas Exp $ +.\" $OpenBSD: isakmpd.conf.5,v 1.8 1999/03/11 01:35:03 pjanzen Exp $ .\" $EOM: isakmpd.conf.5,v 1.11 1999/02/25 11:09:39 niklas Exp $ .\" .\" Copyright (c) 1998 Niklas Hallqvist. All rights reserved. @@ -87,7 +87,7 @@ before we give up. A list of IP-addresses OK to listen on. This list is used as a filter for the set of addresses the interfaces configured provides. This means that we won't see if an address given -here does not exist on this host, thus no error is given for +here does not exist on this host, and thus no error is given for that case. .El .It Em Phase 1 diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index a6a2c350485..9f94bad7c57 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs.8,v 1.13 1998/12/15 01:20:40 aaron Exp $ +.\" $OpenBSD: newfs.8,v 1.14 1999/03/11 01:35:03 pjanzen Exp $ .\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -94,7 +94,7 @@ builds a file system on the specified .Ar special device, basing its defaults on the information in the disk label. -Typically the defaults are reasonable, however +Typically the defaults are reasonable, although .Nm has numerous options to allow the defaults to be selectively overridden. .Pp diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index d579e2c2efd..84697b5a751 100644 --- a/sbin/tunefs/tunefs.8 +++ b/sbin/tunefs/tunefs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tunefs.8,v 1.10 1998/12/15 01:20:46 aaron Exp $ +.\" $OpenBSD: tunefs.8,v 1.11 1999/03/11 01:35:04 pjanzen Exp $ .\" $NetBSD: tunefs.8,v 1.8 1995/03/18 15:01:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -97,7 +97,7 @@ this parameter should be set higher. This value specifies the percentage of space held back from normal users; the minimum free space threshold. The default value used is 5%. -This value can be set to zero, however up to a factor of three +This value can be set to zero; however, a factor of up to three in throughput will be lost over the performance obtained at a 5% threshold. Note that if the value is raised above the current usage level, |