summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-08-03 09:39:42 +0000
committerjmc <jmc@openbsd.org>2004-08-03 09:39:42 +0000
commitfce4f02cf41e8901c38dcbaaba68ebbd4459f0de (patch)
tree36caf4615a893b552a3992956b7ca0bda6f17838 /bin
parentHandle geometry parameters as unsigned quantities, getting rid of (diff)
downloadwireguard-openbsd-fce4f02cf41e8901c38dcbaaba68ebbd4459f0de.tar.xz
wireguard-openbsd-fce4f02cf41e8901c38dcbaaba68ebbd4459f0de.zip
insure -> ensure;
Diffstat (limited to 'bin')
-rw-r--r--bin/csh/USD.doc/csh.36
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/^[ ]*//