From 3b31bf26b47b45323d25e32591690737906020d3 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 2 Apr 2022 15:16:33 +0200 Subject: [PATCH] cron(8): Fix a typo in the documentation - s/commmand/command/ MFC after: 3 days --- usr.sbin/cron/doc/MAIL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/cron/doc/MAIL b/usr.sbin/cron/doc/MAIL index 624f7c4e43eb..b4aa96b6aee2 100644 --- a/usr.sbin/cron/doc/MAIL +++ b/usr.sbin/cron/doc/MAIL @@ -447,7 +447,7 @@ Status: RO The System V cron is nice, but it has a few annoying features. One is that its mail files will say that the previous message is the output of "one of your -cron commands." I wish it would say WHICH cron commmand. +cron commands." I wish it would say WHICH cron command. << Done. Also which shell, which user (useful when the mail gets forwarded), which home directory, and other useful crud. >>