Date: Sat, 9 Apr 2022 06:33:54 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: ad855e05b22a - stable/12 - cron(8): Fix a typo in the documentation Message-ID: <202204090633.2396Xswd062573@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ad855e05b22a2afb82b82735b5bf6177a83fc929 commit ad855e05b22a2afb82b82735b5bf6177a83fc929 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 13:16:33 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 06:30:07 +0000 cron(8): Fix a typo in the documentation - s/commmand/command/ (cherry picked from commit 3b31bf26b47b45323d25e32591690737906020d3) --- 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. >>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090633.2396Xswd062573>