summaryrefslogtreecommitdiff
path: root/bin/csh/USD.doc
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/USD.doc
parent181fc17fd16baad70e16a3715d9aff068f522021 (diff)
fix more comma splices that involve misuse of conjunctive adverbs
Diffstat (limited to 'bin/csh/USD.doc')
-rw-r--r--bin/csh/USD.doc/csh.28
1 files changed, 4 insertions, 4 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