From fd522d40d80136173d2bd35b8f47107dce5f570e Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Wed, 25 Jul 2001 04:13:01 +0000 Subject: [PATCH] fix misspelling introduced in rev 1.14 (sames as -> same as) --- usr.sbin/cron/crontab/crontab.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5 index fe19ce6edc44..7bd7144835fe 100644 --- a/usr.sbin/cron/crontab/crontab.5 +++ b/usr.sbin/cron/crontab/crontab.5 @@ -194,7 +194,7 @@ string meaning ------ ------- @reboot Run once, at startup. @yearly Run once a year, "0 0 1 1 *". -@annually (sames as @yearly) +@annually (same as @yearly) @monthly Run once a month, "0 0 1 * *". @weekly Run once a week, "0 0 * * 0". @daily Run once a day, "0 0 * * *".