From a71c8e7943cc95e2cca9bd3cfe3741202b7489f2 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 27 Apr 2021 10:16:09 +0100 Subject: [PATCH] Write Vixie in title case The surname Vixie should be in title case as it is a proper noun, even as part of the name of Vixie cron. "vixie cron" (with a space in it) is not the name of any scheduling tool; there are tools named vixie-cron but that is different from the existing text. --- content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md b/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md index 26c7c91134..e37e5b6569 100644 --- a/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md +++ b/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md @@ -146,7 +146,7 @@ All modifications to a cron job, especially its `.spec`, are applied only to the The `.spec.schedule` is a required field of the `.spec`. It takes a [Cron](https://en.wikipedia.org/wiki/Cron) format string, such as `0 * * * *` or `@hourly`, as schedule time of its jobs to be created and executed. -The format also includes extended `vixie cron` step values. As explained in the +The format also includes extended "Vixie cron" step values. As explained in the [FreeBSD manual](https://www.freebsd.org/cgi/man.cgi?crontab%285%29): > Step values can be used in conjunction with ranges. Following a range