update for the 4.4BSD manuals
[unix-history] / usr / src / bin / csh / USD.doc / csh.3
index cd22b9c..7dd4fba 100644 (file)
@@ -1,8 +1,9 @@
-.\" Copyright (c) 1980 Regents of the University of California.
-.\" All rights reserved.  The Berkeley software License Agreement
-.\" specifies the terms and conditions for redistribution.
+.\" Copyright (c) 1980, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\"
-.\"    @(#)csh.3       6.1 (Berkeley) %G%
+.\" %sccs.include.redist.roff%
+.\"
+.\"    @(#)csh.3       8.2 (Berkeley) %G%
 .\"
 .nr H1 2
 .NH
 .\"
 .nr H1 2
 .NH
@@ -281,9 +282,11 @@ of the shell and some of its control structure follows:
 # to the directory ~/backup if they differ from the files
 # already in ~/backup
 #
 # to the directory ~/backup if they differ from the files
 # already in ~/backup
 #
+.DE
+.sp -1
+.DS
 set noglob
 foreach i ($argv) 
 set noglob
 foreach i ($argv) 
-
         if ($i !~ *.c) continue  # not a .c file so do nothing
 
         if (! \-r ~/backup/$i:t) then
         if ($i !~ *.c) continue  # not a .c file so do nothing
 
         if (! \-r ~/backup/$i:t) then
@@ -620,4 +623,3 @@ There is also another quotation mechanism using `"' which allows
 only some of the expansion mechanisms we have so far discussed to occur
 on the quoted string and serves to make this string into a single word
 as `\'' does.
 only some of the expansion mechanisms we have so far discussed to occur
 on the quoted string and serves to make this string into a single word
 as `\'' does.
-.bp