summaryrefslogtreecommitdiff
path: root/bin
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
parent181fc17fd16baad70e16a3715d9aff068f522021 (diff)
fix more comma splices that involve misuse of conjunctive adverbs
Diffstat (limited to 'bin')
-rw-r--r--bin/csh/USD.doc/csh.28
-rw-r--r--bin/csh/csh.14
2 files changed, 6 insertions, 6 deletions
diff --git a/bin/csh/USD.doc/csh.2 b/bin/csh/USD.doc/csh.2
index 835b8a6077a..28ddc28deeb 100644
--- a/bin/csh/USD.doc/csh.2
+++ b/bin/csh/USD.doc/csh.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: csh.2,v 1.4 1998/09/24 07:08:38 pjanzen Exp $
+.\" $OpenBSD: csh.2,v 1.5 1999/03/11 01:35:00 pjanzen Exp $
.\" $NetBSD: csh.2,v 1.3 1995/03/21 09:03:35 cgd Exp $
.\"
.\" Copyright (c) 1980, 1993
@@ -762,7 +762,7 @@ job and is identified by a `+' in the output of the
.I jobs
command, which shows you which jobs you have.
When only one job is stopped or running in the background (the usual case)
-it is always the current job thus no argument is needed.
+it is always the current job; thus no argument is needed.
If a job is stopped while running in the foreground it becomes the
.I current
job and the existing current job becomes the
@@ -989,14 +989,14 @@ cd
.DE
with no arguments.
The name `..' always means the directory above the current one in
-the hierarchy, thus
+the hierarchy; thus
.DS
cd ..
.DE
changes the shell's working directory to the one directly above the
current one.
The name `..' can be used in any
-pathname, thus,
+pathname; thus,
.DS
cd ../programs
.DE
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