Skip to content

Commit a71c8e7

Browse files
author
Tim Bannister
committed
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.
1 parent a22aa8f commit a71c8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ All modifications to a cron job, especially its `.spec`, are applied only to the
146146
The `.spec.schedule` is a required field of the `.spec`.
147147
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.
148148

149-
The format also includes extended `vixie cron` step values. As explained in the
149+
The format also includes extended "Vixie cron" step values. As explained in the
150150
[FreeBSD manual](https://www.freebsd.org/cgi/man.cgi?crontab%285%29):
151151

152152
> Step values can be used in conjunction with ranges. Following a range

0 commit comments

Comments
 (0)