From 978ffdbaa914356b8f4936197d330c7ed1e82c30 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Fri, 28 Oct 2005 22:47:40 +0000 Subject: [PATCH] s/insure/ensure/ in previous commit. My dictionary and m-w.com say they are synonymous, but ensure seems slightly closer and does not have the connotation of buying insurance. Reported by: Jason McIntyre --- usr.sbin/vipw/vipw.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/vipw/vipw.8 b/usr.sbin/vipw/vipw.8 index 2e063212c51..7162baa5e4f 100644 --- a/usr.sbin/vipw/vipw.8 +++ b/usr.sbin/vipw/vipw.8 @@ -116,4 +116,4 @@ The mechanism for checking for password file modifications requires that run for at least one second. Non-interactive editor scripts should invoke .Xr sleep 1 -or equivalent to insure this happens. +or equivalent to ensure this happens.