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 /lib/libc/sys | |
parent | 181fc17fd16baad70e16a3715d9aff068f522021 (diff) |
fix more comma splices that involve misuse of conjunctive adverbs
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/select.2 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |