summaryrefslogtreecommitdiff
path: root/bin/csh/csh.1
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>1999-03-11 01:35:08 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>1999-03-11 01:35:08 +0000
commitb3ede3ba86748e4de8ce13bd3a82cd3fc08d205a (patch)
treecb73e5097f77ad8256469528fecb4358412745ba /bin/csh/csh.1
parent181fc17fd16baad70e16a3715d9aff068f522021 (diff)
fix more comma splices that involve misuse of conjunctive adverbs
Diffstat (limited to 'bin/csh/csh.1')
-rw-r--r--bin/csh/csh.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1
index a5248e57b98..fb6d4b87d2d 100644
--- a/bin/csh/csh.1
+++ b/bin/csh/csh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: csh.1,v 1.22 1999/03/04 08:58:10 deraadt Exp $
+.\" $OpenBSD: csh.1,v 1.23 1999/03/11 01:35:00 pjanzen Exp $
.\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -354,7 +354,7 @@ Similarly, saying
.Dq %1 &
resumes job number 1 in the background.
Jobs can also be named by prefixes of the string typed in to start them,
-if these prefixes are unambiguous, thus
+if these prefixes are unambiguous; thus
.Dq %ex
would normally restart a suspended
.Xr ex 1