summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/db/man/btree.34
-rw-r--r--lib/libc/db/man/dbopen.34
-rw-r--r--lib/libc/gen/setjmp.34
-rw-r--r--lib/libc/termios/tcsetattr.38
-rw-r--r--lib/libc_r/man/pthread_testcancel.32
-rw-r--r--lib/libpthread/man/pthread_testcancel.32
-rw-r--r--lib/libutil/scsi.34
-rw-r--r--sbin/ifconfig/ifconfig.84
-rw-r--r--usr.bin/bdes/bdes.14
-rw-r--r--usr.bin/vi/docs/USD.doc/vi.man/vi.14
-rw-r--r--usr.sbin/chown/chown.84
-rw-r--r--usr.sbin/ipmon/ipmon.84
-rw-r--r--usr.sbin/kvm_mkdb/kvm_mkdb.84
-rw-r--r--usr.sbin/pppd/chat/chat.86
14 files changed, 29 insertions, 29 deletions
diff --git a/lib/libc/db/man/btree.3 b/lib/libc/db/man/btree.3
index 93d2a6a75ba..4a16a09889c 100644
--- a/lib/libc/db/man/btree.3
+++ b/lib/libc/db/man/btree.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: btree.3,v 1.5 1997/07/28 15:11:57 flipk Exp $
+.\" $OpenBSD: btree.3,v 1.6 1999/03/10 21:25:25 pjanzen Exp $
.\" $NetBSD: btree.3,v 1.6 1996/05/03 21:26:48 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -116,7 +116,7 @@ the tree will fail.
If the database contains duplicate keys, the order of retrieval of
key/data pairs is undefined if the
.Fn get
-routine is used, however,
+routine is used; however,
.Fn seq
routine calls with the
.Dv R_CURSOR
diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3
index 65d6ea47db9..a37b03ee01d 100644
--- a/lib/libc/db/man/dbopen.3
+++ b/lib/libc/db/man/dbopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dbopen.3,v 1.6 1999/02/27 21:54:56 deraadt Exp $
+.\" $OpenBSD: dbopen.3,v 1.7 1999/03/10 21:25:25 pjanzen Exp $
.\" $NetBSD: dbopen.3,v 1.6 1995/02/27 13:23:25 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -79,7 +79,7 @@ and
arguments
are as specified to the
.Xr open 2
-routine, however, only the
+routine; however, only the
.Dv O_CREAT ,
.Dv O_EXCL ,
.Dv O_EXLOCK ,
diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3
index 46e2551f505..6b0d1540f70 100644
--- a/lib/libc/gen/setjmp.3
+++ b/lib/libc/gen/setjmp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setjmp.3,v 1.2 1996/08/19 08:25:50 tholo Exp $
+.\" $OpenBSD: setjmp.3,v 1.3 1999/03/10 21:25:26 pjanzen Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -95,7 +95,7 @@ and
.Fn setjmp
and
.Fn longjmp
-combinations may be used in the same program, however, individual
+combinations may be used in the same program. However, individual
calls may not, e.g. the
.Fa env
argument to
diff --git a/lib/libc/termios/tcsetattr.3 b/lib/libc/termios/tcsetattr.3
index c6b9a07c5e3..917d447f4b2 100644
--- a/lib/libc/termios/tcsetattr.3
+++ b/lib/libc/termios/tcsetattr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcsetattr.3,v 1.4 1997/09/30 16:47:37 deraadt Exp $
+.\" $OpenBSD: tcsetattr.3,v 1.5 1999/03/10 21:25:27 pjanzen Exp $
.\"
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -93,10 +93,10 @@ function.
The input and output baud rates are found in the termios structure.
The unsigned integer
.Li speed_t
-is typdef'd in the include file
+is typedef'd in the include file
.Aq Pa termios.h .
The value of the integer corresponds directly to the baud rate being
-represented, however, the following symbolic values are defined.
+represented; however, the following symbolic values are also defined.
.Bd -literal
#define B0 0
#define B50 50
@@ -202,7 +202,7 @@ by
.Fa fd
in the termios structure referenced by
.Fa tp .
-This function is allowed from a background process, however, the terminal
+This function is allowed from a background process, although the terminal
attributes may be subsequently changed by a foreground process.
.Pp
The
diff --git a/lib/libc_r/man/pthread_testcancel.3 b/lib/libc_r/man/pthread_testcancel.3
index 910c1592d85..a6a0093f915 100644
--- a/lib/libc_r/man/pthread_testcancel.3
+++ b/lib/libc_r/man/pthread_testcancel.3
@@ -80,7 +80,7 @@ When cancelability is enabled and the cancelability type is
cancellation requests are held pending until a cancellation point (see
below) is reached. If cancelability is disabled, the setting of the
cancelability type has no immediate effect as all cancellation requests
-are held pending, however, once cancelability is enabled again the new
+are held pending; however, once cancelability is enabled again the new
type will be in effect.
.El
.Ss Cancellation Points
diff --git a/lib/libpthread/man/pthread_testcancel.3 b/lib/libpthread/man/pthread_testcancel.3
index 910c1592d85..a6a0093f915 100644
--- a/lib/libpthread/man/pthread_testcancel.3
+++ b/lib/libpthread/man/pthread_testcancel.3
@@ -80,7 +80,7 @@ When cancelability is enabled and the cancelability type is
cancellation requests are held pending until a cancellation point (see
below) is reached. If cancelability is disabled, the setting of the
cancelability type has no immediate effect as all cancellation requests
-are held pending, however, once cancelability is enabled again the new
+are held pending; however, once cancelability is enabled again the new
type will be in effect.
.El
.Ss Cancellation Points
diff --git a/lib/libutil/scsi.3 b/lib/libutil/scsi.3
index 4b39ad62f19..1632c9826eb 100644
--- a/lib/libutil/scsi.3
+++ b/lib/libutil/scsi.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: scsi.3,v 1.1 1996/06/12 11:21:34 deraadt Exp $
+.\" $OpenBSD: scsi.3,v 1.2 1999/03/10 21:25:28 pjanzen Exp $
.\" Copyright (c) 1994 HD Associates (hd@world.std.com)
.\" All rights reserved.
.\"
@@ -333,7 +333,7 @@ returns the result of the ioctl call.
This only works completely for the 1542C. The host adapter code
that sets up the residual amount of data transfer has to be added
to each individual adapter. This library is usable on the other
-host adapters, however, the SCSI driver pretends that the proper
+host adapters; however, the SCSI driver pretends that the proper
amount of data is always transferred. If you have an Adaptec 174x
and can hack contact dufault@hda.com and you can have the code to
calculate residual data for the 174x series to integrate and test.
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 4a58cca25e1..77dcc5fea69 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ifconfig.8,v 1.20 1999/02/26 19:31:50 jason Exp $
+.\" $OpenBSD: ifconfig.8,v 1.21 1999/03/10 21:25:28 pjanzen Exp $
.\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $
.\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $
.\"
@@ -313,7 +313,7 @@ Disable the use of a
link level encapsulation.
.It Cm link[0-2]
Enable special processing of the link level of the interface.
-These three options are interface specific in actual effect, however,
+These three options are interface specific in actual effect; however,
they are in general used to select special modes of operation. An example
of this is to enable SLIP compression, or to select the connector type
for some ethernet cards. Refer to the man page for the specific driver
diff --git a/usr.bin/bdes/bdes.1 b/usr.bin/bdes/bdes.1
index 034664f3d2e..e18f937f5e4 100644
--- a/usr.bin/bdes/bdes.1
+++ b/usr.bin/bdes/bdes.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bdes.1,v 1.3 1996/07/12 22:25:03 deraadt Exp $
+.\" $OpenBSD: bdes.1,v 1.4 1999/03/10 21:25:29 pjanzen Exp $
.\" $NetBSD: bdes.1,v 1.1 1995/07/24 04:30:51 cgd Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -276,7 +276,7 @@ Additionally, programs which display programs' arguments may compromise the
key and initialization vector, if they are specified on the command line.
To avoid this
.I bdes
-overwrites its arguments, however, the obvious race cannot currently be
+overwrites its arguments; however, the obvious race cannot currently be
avoided.
.PP
Certain specific keys should be avoided because they introduce potential
diff --git a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 b/usr.bin/vi/docs/USD.doc/vi.man/vi.1
index ff04e096dd8..9bce8ab36b5 100644
--- a/usr.bin/vi/docs/USD.doc/vi.man/vi.1
+++ b/usr.bin/vi/docs/USD.doc/vi.man/vi.1
@@ -102,7 +102,7 @@ The following options are available:
Execute
.B cmd
immediately after starting the edit session.
-Particularly useful for initial positioning in the file, however
+Particularly useful for initial positioning in the file, although
.B cmd
is not limited to positioning commands.
This is the POSIX 1003.2 interface for the historic ``+cmd'' syntax.
@@ -179,7 +179,7 @@ In the
.I \&ex
interface, if standard input is not a terminal,
.I \&ex
-will read commands from it regardless, however, the session will be a
+will read commands from it regardless; however, the session will be a
batch mode session, exactly as if the
.B \-s
option had been specified.
diff --git a/usr.sbin/chown/chown.8 b/usr.sbin/chown/chown.8
index 77333ef5eb1..fdd5049b13f 100644
--- a/usr.sbin/chown/chown.8
+++ b/usr.sbin/chown/chown.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chown.8,v 1.3 1998/11/08 00:21:27 aaron Exp $
+.\" $OpenBSD: chown.8,v 1.4 1999/03/10 21:25:30 pjanzen Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -106,7 +106,7 @@ The
.Ar owner
and
.Ar group
-operands are both optional, however, one must be specified.
+operands are both optional; however, one must be specified.
If the
.Ar group
operand is specified, it must be preceded by a colon
diff --git a/usr.sbin/ipmon/ipmon.8 b/usr.sbin/ipmon/ipmon.8
index 5d79bf389e4..9ccea80632e 100644
--- a/usr.sbin/ipmon/ipmon.8
+++ b/usr.sbin/ipmon/ipmon.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipmon.8,v 1.9 1999/02/10 22:12:54 deraadt Exp $
+.\" $OpenBSD: ipmon.8,v 1.10 1999/03/10 21:25:30 pjanzen Exp $
.TH ipmon 8
.SH NAME
ipmon \- monitors /dev/ipl for logged packets
@@ -23,7 +23,7 @@ ipmon \- monitors /dev/ipl for logged packets
.LP
\fBipmon\fP opens \fB/dev/ipl\fP for reading and awaits data to be saved from
the packet filter. The binary data read from the device is reprinted in
-human readable for, however, IP#'s are not mapped back to hostnames, nor are
+human readable form; however, IP#'s are not mapped back to hostnames, nor are
ports mapped back to service names. The output goes to standard output by
default or a filename, if given on the command line. Should the \fB\-s\fP
option be used, output is instead sent to \fBsyslogd(8)\fP. Messages sent
diff --git a/usr.sbin/kvm_mkdb/kvm_mkdb.8 b/usr.sbin/kvm_mkdb/kvm_mkdb.8
index f12078acb63..6a334f50a26 100644
--- a/usr.sbin/kvm_mkdb/kvm_mkdb.8
+++ b/usr.sbin/kvm_mkdb/kvm_mkdb.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)kvm_mkdb.8 8.1 (Berkeley) 6/9/93
-.\" $Id: kvm_mkdb.8,v 1.3 1998/06/15 17:56:15 mickey Exp $
+.\" $Id: kvm_mkdb.8,v 1.4 1999/03/10 21:25:31 pjanzen Exp $
.\"
.Dd June 9, 1993
.Dt KVM_MKDB 8
@@ -55,7 +55,7 @@ Various library routines consult this database.
The only information currently stored is the kernel namelist, which is
used by the
.Xr kvm_nlist 3
-function, however, in the future the database may contain other static
+function. However, in the future the database may contain other static
information about the current system.
.Sh FILES
.Bl -tag -width /var/db/kvm_bsd.db -compact
diff --git a/usr.sbin/pppd/chat/chat.8 b/usr.sbin/pppd/chat/chat.8
index 4b987e0894f..e30219480df 100644
--- a/usr.sbin/pppd/chat/chat.8
+++ b/usr.sbin/pppd/chat/chat.8
@@ -1,6 +1,6 @@
.\" -*- nroff -*-
.\" manual page [] for chat 1.8
-.\" $OpenBSD: chat.8,v 1.7 1999/03/01 06:09:51 aaron Exp $
+.\" $OpenBSD: chat.8,v 1.8 1999/03/10 21:25:31 pjanzen Exp $
.\" Id: chat.8,v 1.7 1998/02/04 01:35:49 paulus Exp $
.\" SH section heading
.\" SS subsection heading
@@ -136,7 +136,7 @@ received. For example, consider the following script:
ogin:--ogin: ppp ssword: hello2u2
.LP
This would be a better script than the simple one used earlier. This would look
-for the same login: prompt, however, if one was not received, a single
+for the same login: prompt. If one is not received, a single
return sequence is sent and then it will look for login: again. Should line
noise obscure the first login prompt then sending the empty line will
usually generate a login prompt again.
@@ -242,7 +242,7 @@ modem's connect string and return the value to the chat user. The
analysis of the report string logic occurs in conjunction with the
other string processing such as looking for the expect string. The use
of the same string for a report and abort sequence is probably not
-very useful, however, it is possible.
+very useful; however, it is possible.
.LP
The report strings to no change the completion code of the program.
.LP