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 | |
parent | 181fc17fd16baad70e16a3715d9aff068f522021 (diff) |
fix more comma splices that involve misuse of conjunctive adverbs
30 files changed, 68 insertions, 67 deletions
diff --git a/bin/csh/USD.doc/csh.2 b/bin/csh/USD.doc/csh.2 index 835b8a6077a..28ddc28deeb 100644 --- a/bin/csh/USD.doc/csh.2 +++ b/bin/csh/USD.doc/csh.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.2,v 1.4 1998/09/24 07:08:38 pjanzen Exp $ +.\" $OpenBSD: csh.2,v 1.5 1999/03/11 01:35:00 pjanzen Exp $ .\" $NetBSD: csh.2,v 1.3 1995/03/21 09:03:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -762,7 +762,7 @@ job and is identified by a `+' in the output of the .I jobs command, which shows you which jobs you have. When only one job is stopped or running in the background (the usual case) -it is always the current job thus no argument is needed. +it is always the current job; thus no argument is needed. If a job is stopped while running in the foreground it becomes the .I current job and the existing current job becomes the @@ -989,14 +989,14 @@ cd .DE with no arguments. The name `..' always means the directory above the current one in -the hierarchy, thus +the hierarchy; thus .DS cd .. .DE changes the shell's working directory to the one directly above the current one. The name `..' can be used in any -pathname, thus, +pathname; thus, .DS cd ../programs .DE diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index a5248e57b98..fb6d4b87d2d 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.22 1999/03/04 08:58:10 deraadt Exp $ +.\" $OpenBSD: csh.1,v 1.23 1999/03/11 01:35:00 pjanzen Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -354,7 +354,7 @@ Similarly, saying .Dq %1 & resumes job number 1 in the background. Jobs can also be named by prefixes of the string typed in to start them, -if these prefixes are unambiguous, thus +if these prefixes are unambiguous; thus .Dq %ex would normally restart a suspended .Xr ex 1 diff --git a/lib/libc/db/man/hash.3 b/lib/libc/db/man/hash.3 index e2e9d52be4f..f7fc202eaf7 100644 --- a/lib/libc/db/man/hash.3 +++ b/lib/libc/db/man/hash.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hash.3,v 1.4 1997/07/28 15:11:59 flipk Exp $ +.\" $OpenBSD: hash.3,v 1.5 1999/03/11 01:35:01 pjanzen Exp $ .\" $NetBSD: hash.3,v 1.6 1996/05/03 21:26:50 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -142,7 +142,7 @@ Backward compatible interfaces to the routines described in .Xr dbm 3 , and .Xr ndbm 3 -are provided, however these interfaces are not compatible with +are provided, although these interfaces are not compatible with previous file formats. .Sh ERRORS The diff --git a/lib/libc/stdlib/rand48.3 b/lib/libc/stdlib/rand48.3 index d5236a47799..efd64773646 100644 --- a/lib/libc/stdlib/rand48.3 +++ b/lib/libc/stdlib/rand48.3 @@ -9,7 +9,7 @@ .\" of any kind. I shall in no event be liable for anything that happens .\" to anyone/anything when using this software. .\" -.\" $OpenBSD: rand48.3,v 1.3 1998/07/05 19:54:23 millert Exp $ +.\" $OpenBSD: rand48.3,v 1.4 1999/03/11 01:35:01 pjanzen Exp $ .\" .Dd October 8, 1993 .Dt RAND48 3 @@ -123,7 +123,7 @@ the constant multiplicand and addend of the algorithm are reset to the default values given above. .Fn seed48 returns a pointer to an array of 3 shorts which contains the old seed. -This array is statically allocated, thus its contents are lost after +This array is statically allocated, so its contents are lost after each new call to .Fn seed48 . .Pp diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index dd920cbb7b6..8626c060dfc 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: select.2,v 1.10 1999/03/02 10:32:31 deraadt Exp $ +.\" $OpenBSD: select.2,v 1.11 1999/03/11 01:35:01 pjanzen Exp $ .\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -113,8 +113,8 @@ argument should be non-nil, pointing to a zero-valued timeval structure. .Fa timeout is not changed by .Fn select , -and may be reused on subsequent calls, however it is good style to re-initialize -it before each invocation of +and may be reused on subsequent calls; however, it is good style to +re-initialize it before each invocation of .Fn select . .Pp Any of diff --git a/lib/libc/yp/ypclnt.3 b/lib/libc/yp/ypclnt.3 index 466809d8fec..2f8391248e7 100644 --- a/lib/libc/yp/ypclnt.3 +++ b/lib/libc/yp/ypclnt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypclnt.3,v 1.7 1999/02/27 21:57:07 deraadt Exp $ +.\" $OpenBSD: ypclnt.3,v 1.8 1999/03/11 01:35:02 pjanzen Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -262,7 +262,7 @@ and .Fa inval is private to .Fn yp_all , -and is overwritten with each subsequent key-value pair, thus the +and is overwritten with each subsequent key-value pair; therefore, the .Pa foreach function should do something useful with the contents of that memory during each iteration. If the key-value pairs are not terminated with either diff --git a/lib/libc_r/man/pthread_setspecific.3 b/lib/libc_r/man/pthread_setspecific.3 index f2a315c4561..4cea6f7edef 100644 --- a/lib/libc_r/man/pthread_setspecific.3 +++ b/lib/libc_r/man/pthread_setspecific.3 @@ -60,7 +60,7 @@ has been deleted with is undefined. .Pp .Fn pthread_setspecific -may be called from a thread-specific data destructor function, however this +may be called from a thread-specific data destructor function; however, this may result in lost storage or infinite loops. .Sh RETURN VALUES If successful, the diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3 index d57716e2230..c9089e43a9d 100644 --- a/lib/libcompat/regexp/regexp.3 +++ b/lib/libcompat/regexp/regexp.3 @@ -267,7 +267,7 @@ Note that if is tried against `xabyabbbz', it will match `ab' just after `x', due to the begins-earliest rule. (In effect, the decision on where to start the match is the first choice -to be made, hence subsequent choices must respect it even if this leads them +to be made; hence subsequent choices must respect it even if this leads them to less-preferred alternatives.) .Sh RETURN VALUES The diff --git a/lib/libpthread/man/pthread_setspecific.3 b/lib/libpthread/man/pthread_setspecific.3 index f2a315c4561..4cea6f7edef 100644 --- a/lib/libpthread/man/pthread_setspecific.3 +++ b/lib/libpthread/man/pthread_setspecific.3 @@ -60,7 +60,7 @@ has been deleted with is undefined. .Pp .Fn pthread_setspecific -may be called from a thread-specific data destructor function, however this +may be called from a thread-specific data destructor function; however, this may result in lost storage or infinite loops. .Sh RETURN VALUES If successful, the diff --git a/libexec/mail.local/mail.local.8 b/libexec/mail.local/mail.local.8 index 8fd31095a6e..77fca52055d 100644 --- a/libexec/mail.local/mail.local.8 +++ b/libexec/mail.local/mail.local.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)mail.local.8 6.8 (Berkeley) 4/27/91 -.\" $Id: mail.local.8,v 1.14 1999/01/11 08:54:50 csapuntz Exp $ +.\" $Id: mail.local.8,v 1.15 1999/03/11 01:35:03 pjanzen Exp $ .\" .Dd April 27, 1991 .Dt MAIL.LOCAL 8 @@ -84,7 +84,7 @@ The default of mode 755 is more secure, but it prevents mail clients from using .Nm username.lock style locking. The use of 1777 is more flexible in an NFS shared-spool -environment, thus many sites use it. However it does carry some risks, such +environment, so many sites use it. However, it does carry some risks, such as attackers filling the spool disk. Some of these problems may be alleviated by making the spool a separate filesystem, and placing quotas on it. The use of any mode other than 1777 and 755 for the spool directory is 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, diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4 index 27c01c829f8..d98fdba7113 100644 --- a/share/man/man4/ipsec.4 +++ b/share/man/man4/ipsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.4,v 1.18 1999/03/02 15:40:37 aaron Exp $ +.\" $OpenBSD: ipsec.4,v 1.19 1999/03/11 01:35:04 pjanzen Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -154,7 +154,7 @@ protect the outer .Tn IP header but furthermore it encrypts the payload data with an encryption algorithm using a secret encryption key. Only the ones -knowing this key can decrypt the data, hence confidentiality is provided. Both +knowing this key can decrypt the data, thus providing confidentiality. Both the algorithm and the encryption key are parameters of the SA. .Pp In order to identify a SA we need to have a unique name for it. This name is diff --git a/share/man/man4/mx.4 b/share/man/man4/mx.4 index 0a35ca5e018..c5a97104b93 100644 --- a/share/man/man4/mx.4 +++ b/share/man/man4/mx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mx.4,v 1.2 1999/03/10 23:17:34 jason Exp $ +.\" $OpenBSD: mx.4,v 1.3 1999/03/11 01:35:04 pjanzen Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -52,7 +52,7 @@ fast ethernet card, and various other adapters. .Pp The Macronix chips use bus master DMA and are designed to be DEC 'tulip' workalikes. The original 98713 had an MII bus for -controlling an external PHY, however the 98713A and up use an +controlling an external PHY; however, the 98713A and up use an internal transceiver with NWAY support. The Macronix parts are advertised as being register compatible with the DEC 21x4x controllers. All of the Macronix controllers support both diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index a6bca8d8096..cd3535a2de4 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.26 1998/11/29 20:43:31 deraadt Exp $ +.\" $OpenBSD: options.4,v 1.27 1999/03/11 01:35:04 pjanzen Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -605,9 +605,9 @@ addresses are allowed to proceed. Connections from other addresses trigger a mechanism for determining whether those are "friendly". The list of friendly addresses is controlled by the .Em TCK_NFRIENDS -option, which is by default set to 16. Unfortunately, hosts behind a +option, which is by default set to 16. Unfortunately, hosts behind some stateful packet-filtering firewalls are unverifiable due to the -nature of the mechanism and the filtering process, thus connections +nature of the mechanism and the filtering process, so connections from such hosts are not allowed to proceed. .It Cd option TCP_SACK Turns on selective acknowledgements. Additional information about diff --git a/share/man/man4/pn.4 b/share/man/man4/pn.4 index 5e7952a2e22..e0a16e1fe69 100644 --- a/share/man/man4/pn.4 +++ b/share/man/man4/pn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pn.4,v 1.3 1999/03/10 23:17:34 jason Exp $ +.\" $OpenBSD: pn.4,v 1.4 1999/03/11 01:35:04 pjanzen Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -57,7 +57,7 @@ designs around the DEC 21x4x devices are now using the PNIC instead. The chips support both an internal transceiver and external transceivers via an MII bus. The Lite-On parts are advertised as being register compatible with the DEC 21x4x -controllers, however there are some differences in the way the +controllers; however, there are some differences in the way the EEPROM and MII access is done. The PNIC controllers support both 10 and 100Mbps speeds in either full or half duplex. .Pp diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4 index 1e98ae5b70f..405a68e0467 100644 --- a/share/man/man4/scsi.4 +++ b/share/man/man4/scsi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scsi.4,v 1.3 1998/11/17 23:29:35 aaron Exp $ +.\" $OpenBSD: scsi.4,v 1.4 1999/03/11 01:35:04 pjanzen Exp $ .\" .Dd August 4, 1996 .Dt SD 4 @@ -115,7 +115,7 @@ types of adapters. The adapters take requests from the upper layers and do all IO between the .Em SCSI bus and the system. The maximum size of a transfer is governed by the -adapter. Most adapters can transfer 64KB in a single operation, however +adapter. Most adapters can transfer 64KB in a single operation, and many can transfer larger amounts. .Sh TARGET MODE Some adapters support diff --git a/share/man/man4/tp.4 b/share/man/man4/tp.4 index 77e8ee12e43..30589cb98f3 100644 --- a/share/man/man4/tp.4 +++ b/share/man/man4/tp.4 @@ -693,7 +693,7 @@ do not use transport expedited data. The problem is this: the expedited data acknowledgment TPDU has no field for conveying -credit, thus it is not possible for a +credit, so it is not possible for a .Tn TP entity to inform its peer that "I received your expedited data but have no room to receive more." diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index d5edb7c40ee..316641b5418 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.4,v 1.9 1998/09/06 22:23:20 aaron Exp $ +.\" $OpenBSD: tty.4,v 1.10 1999/03/11 01:35:04 pjanzen Exp $ .\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -151,7 +151,7 @@ The operations described here generally represent features common across all .Em "line disciplines" , -however some of these calls may not +although some of these calls may not make sense in conjunction with a line discipline other than .Dv termios , and some may not be supported by the underlying @@ -415,12 +415,12 @@ above in the integer pointed to by .It Dv TIOCMBIS Fa int *state The bits in the integer pointed to by .Fa state -represent modem state as described above, however the state is OR-ed +represent modem state as described above; however, the state is OR-ed in with the current state. .It Dv TIOCMBIC Fa int *state The bits in the integer pointed to by .Fa state -represent modem state as described above, however each bit which is on +represent modem state as described above; however, each bit which is on in .Fa state is cleared in the terminal. 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 diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 9fbc35097f6..9242dc0f237 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.8 1998/04/25 13:08:56 d Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.9 1999/03/11 01:35:05 pjanzen Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -694,8 +694,8 @@ or discuss the optional file operand .Ar target . -In the verbal context, such detail can prevent confusion, -however the +In the verbal context, such detail can prevent confusion; +however, the .Nm \-mdoc package does not have a macro for an argument diff --git a/share/man/man9/vm_map_inherit.9 b/share/man/man9/vm_map_inherit.9 index 5172ec3af06..c992edbeb82 100644 --- a/share/man/man9/vm_map_inherit.9 +++ b/share/man/man9/vm_map_inherit.9 @@ -1,5 +1,5 @@ .\" -.\" $OpenBSD: vm_map_inherit.9,v 1.1 1996/03/11 13:04:52 mickey Exp $ +.\" $OpenBSD: vm_map_inherit.9,v 1.2 1999/03/11 01:35:06 pjanzen Exp $ .\" .\" Mach Operating System .\" Copyright (c) 1991,1990 Carnegie Mellon University @@ -82,7 +82,7 @@ This region will be absent from child maps. .B vm_map_inherit specifies how a region of a virtual address space is to be passed to child maps at the time of map creation. -Inheritance is an attribute of virtual pages, thus the addresses +Inheritance is an attribute of virtual pages; thus the addresses and size of memory to be set will be rounded out to refer to whole pages. diff --git a/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1 b/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1 index c2ece5667ca..d3d6b59056a 100644 --- a/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1 +++ b/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vt220keys.1,v 1.2 1999/01/13 07:26:07 niklas Exp $ +.\" $OpenBSD: vt220keys.1,v 1.3 1999/03/11 01:35:06 pjanzen Exp $ .\" .TH VT220 1 .UC 4 @@ -40,7 +40,7 @@ argument pair specified on the command line is processed. Each line in the file must consist of two fields (separated by spaces or tabs) where the first field is the \f2keyname\f1 and the second field is the \f2keystring\f1. -The second field extends to the end of the line, thus a +The second field extends to the end of the line; thus a \f2keystring\f1 may include spaces or tabs. A newline (return) may be specified within the string by using the C Language notation for newline (\\n). diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1 index 59436b8f054..be0c0c5daf3 100644 --- a/usr.bin/last/last.1 +++ b/usr.bin/last/last.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: last.1,v 1.8 1998/11/11 23:01:44 aaron Exp $ +.\" $OpenBSD: last.1,v 1.9 1999/03/11 01:35:06 pjanzen Exp $ .\" $NetBSD: last.1,v 1.3 1994/12/21 22:41:23 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -166,7 +166,7 @@ all logins and logouts. .Pp The pseudo-user .Ar reboot -logs in at reboots of the system, thus +logs in at reboots of the system; thus .Dq Li last reboot will give an indication of mean time between reboot. .Pp diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index cd1aca9d537..f4dd67a2c78 100644 --- a/usr.bin/pr/pr.1 +++ b/usr.bin/pr/pr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pr.1,v 1.6 1998/09/27 16:57:50 aaron Exp $ +.\" $OpenBSD: pr.1,v 1.7 1999/03/11 01:35:06 pjanzen Exp $ .\" Copyright (c) 1991 Keith Muller. .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -428,7 +428,7 @@ The .Nm pr utility is .St -p1003.2 -compatible, however that standard is relatively silent concerning the +compatible; however, that standard is relatively silent concerning the handling of input characters beyond the behavior dictated by the .Nm pr required command diff --git a/usr.bin/xstr/xstr.1 b/usr.bin/xstr/xstr.1 index 81ac5a4ab64..af569bde3b1 100644 --- a/usr.bin/xstr/xstr.1 +++ b/usr.bin/xstr/xstr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xstr.1,v 1.3 1998/10/30 00:24:45 aaron Exp $ +.\" $OpenBSD: xstr.1,v 1.4 1999/03/11 01:35:07 pjanzen Exp $ .\" $NetBSD: xstr.1,v 1.4 1994/11/26 09:25:22 jtc Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -134,7 +134,7 @@ mv x.o name.o .Nm xstr does not touch the file .Pa strings -unless new items are added, thus +unless new items are added, so that .Xr make 1 can avoid remaking .Pa xs.o diff --git a/usr.sbin/named/man/dig.1 b/usr.sbin/named/man/dig.1 index 04d95ea5555..1043bf47689 100644 --- a/usr.sbin/named/man/dig.1 +++ b/usr.sbin/named/man/dig.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dig.1,v 1.8 1998/12/16 02:47:52 aaron Exp $ +.\" $OpenBSD: dig.1,v 1.9 1999/03/11 01:35:07 pjanzen Exp $ .\" $From: dig.1,v 8.2 1997/06/01 20:34:33 vixie Exp $ .\" .\" ++Copyright++ 1993 @@ -372,7 +372,7 @@ The default means that the .Nm environment -does not stick, hence options specified on a single line +does not stick; that is, options specified on a single line in a .Nm batch file will remain in effect for diff --git a/usr.sbin/ppp/ppp/ppp.8 b/usr.sbin/ppp/ppp/ppp.8 index 277882d9413..ee2a568d11d 100644 --- a/usr.sbin/ppp/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.27 1999/03/08 01:40:23 brian Exp $ +.\" $Id: ppp.8,v 1.28 1999/03/11 01:35:07 pjanzen Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Os FreeBSD @@ -1567,7 +1567,7 @@ it uses 192.244.177.2. The routing table entry will have a netmask of 0xffffffff. .El .Pp -This is all fine when each side has a pre-determined IP address, however +This is all fine when each side has a pre-determined IP address. However, it is often the case that one side is acting as a server which controls all IP addresses and the other side should obey the direction from it. In order to allow more flexible behaviour, `ifaddr' variable allows the |