Actions
Task #89632
closedRemove confusing “cron command” ambiguity.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-11-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Remove the ambiguity of “cron command” that causes confusion for a first time reader, as happened in https://forge.typo3.org/issues/75802 . Saying “cron command” implies the entire instruction, including the shell command portion. Instead, we want only the patterns of the first five fields of a crontab entry input file line, described in “The Open Group Base Specifications Issue 7, 2018 edition” at https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html . There is no definitive name for these five fields as a group: “cron schedule expression” or “crontab schedule expression” are descriptive.
This issue was automatically created from https://github.com/TYPO3/TYPO3.CMS/pull/211
Actions