summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>1999-03-10 21:25:32 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>1999-03-10 21:25:32 +0000
commit84ec796fc6d518ef63ca86a18ac449d89cf49440 (patch)
tree18159a9b5fedd36c3d0ccd0bd0e3cb563a77fbda /lib
parent8affa375cf556683d80098e19f88a249dcfc41db (diff)
fix comma splices involving 'however'
Diffstat (limited to 'lib')
-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
7 files changed, 14 insertions, 14 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.