diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-08-03 09:39:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-08-03 09:39:43 +0000 |
commit | 47ec8127b928086147d28c475cb4533a3a5e9db6 (patch) | |
tree | 8d33732bc1447d908902139a1a32ace641a5da70 /bin/csh | |
parent | 91b6465b5570df40406b4fb89658deccffa77fd5 (diff) |
insure -> ensure;
Diffstat (limited to 'bin/csh')
-rw-r--r-- | bin/csh/USD.doc/csh.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/csh/USD.doc/csh.3 b/bin/csh/USD.doc/csh.3 index dbfc313c9c3..34c29fbfc41 100644 --- a/bin/csh/USD.doc/csh.3 +++ b/bin/csh/USD.doc/csh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.3,v 1.5 2004/04/21 08:11:15 jmc Exp $ +.\" $OpenBSD: csh.3,v 1.6 2004/08/03 09:39:42 jmc Exp $ .\" $NetBSD: csh.3,v 1.3 1995/03/21 09:03:38 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -584,8 +584,8 @@ In general, if any part of the word following the `<<' which the shell uses to terminate the text to be given to the command is quoted then these substitutions will not be performed. In this case since we used the form `1,$' in our editor script -we needed to insure that this `$' was not variable substituted. -We could also have insured this by preceding the `$' here with a `\e', +we needed to ensure that this `$' was not variable substituted. +We could also have ensured this by preceding the `$' here with a `\e', i.e.: .DS 1,\e$s/^[ ]*// |