From 7d3ca74a909b77cb8b70881afa6fb959f51b0dd7 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Thu, 8 Jul 2021 10:14:04 +0200 Subject: [PATCH] Add default values for `canbe(edited|disabled)` in cronjob PIP documentation Additionally, fix the letter case of the elements. --- docs/package/pip/cronjob.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/package/pip/cronjob.md b/docs/package/pip/cronjob.md index 90ef708c..7c149c0b 100644 --- a/docs/package/pip/cronjob.md +++ b/docs/package/pip/cronjob.md @@ -25,13 +25,15 @@ Provides a human readable description for the administrator. All of the five `startMinute`, `startHour`, `startDom` (Day Of Month), `startMonth`, `startDow` (Day Of Week) are required. They correspond to the fields in `crontab(5)` of a cron daemon and accept the same syntax. -### `` +### `` Controls whether the administrator may edit the fields of the cronjob. +Defaults to `1`. -### `` +### `` Controls whether the administrator may disable the cronjob. +Defaults to `1`. ### `` -- 2.20.1