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 /usr.bin | |
parent | 181fc17fd16baad70e16a3715d9aff068f522021 (diff) |
fix more comma splices that involve misuse of conjunctive adverbs
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/last/last.1 | 4 | ||||
-rw-r--r-- | usr.bin/pr/pr.1 | 4 | ||||
-rw-r--r-- | usr.bin/xstr/xstr.1 | 4 |
3 files changed, 6 insertions, 6 deletions
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 |