summaryrefslogtreecommitdiffstats
path: root/bin/csh/USD.doc/csh.3
diff options
context:
space:
mode:
Diffstat (limited to 'bin/csh/USD.doc/csh.3')
-rw-r--r--bin/csh/USD.doc/csh.34
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/USD.doc/csh.3 b/bin/csh/USD.doc/csh.3
index 083fbcc..4f6e1b7 100644
--- a/bin/csh/USD.doc/csh.3
+++ b/bin/csh/USD.doc/csh.3
@@ -311,7 +311,7 @@ of the shell and some of its control structure follows:
# already in ~/backup
#
set noglob
-foreach i ($argv)
+foreach i ($argv)
if ($i !~ *.c) continue # not a .c file so do nothing
@@ -339,7 +339,7 @@ for each of the values given between `(' and `)' with the named
variable, in this case `i' set to successive values in the list.
Within this loop we may use the command
.I break
-to stop executing the loop
+to stop executing the loop
and
.I continue
to prematurely terminate one iteration
OpenPOWER on IntegriCloud