diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-10 21:25:32 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-10 21:25:32 +0000 |
commit | 84ec796fc6d518ef63ca86a18ac449d89cf49440 (patch) | |
tree | 18159a9b5fedd36c3d0ccd0bd0e3cb563a77fbda /lib/libc | |
parent | 8affa375cf556683d80098e19f88a249dcfc41db (diff) |
fix comma splices involving 'however'
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/db/man/btree.3 | 4 | ||||
-rw-r--r-- | lib/libc/db/man/dbopen.3 | 4 | ||||
-rw-r--r-- | lib/libc/gen/setjmp.3 | 4 | ||||
-rw-r--r-- | lib/libc/termios/tcsetattr.3 | 8 |
4 files changed, 10 insertions, 10 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 |