Add default values for `canbe(edited|disabled)` in cronjob PIP documentation
authorMatthias Schmidt <gravatronics@live.com>
Thu, 8 Jul 2021 08:14:04 +0000 (10:14 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 8 Jul 2021 08:14:04 +0000 (10:14 +0200)
Additionally, fix the letter case of the elements.

docs/package/pip/cronjob.md

index 90ef708cc960b0e4b018626879a08c6252e38272..7c149c0b317ad6cf1e97f9caa08af918c8676547 100644 (file)
@@ -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.
 
-### `<canBeEdited>`
+### `<canbeedited>`
 
 Controls whether the administrator may edit the fields of the cronjob.
+Defaults to `1`.
 
-### `<canBeDisabled>`
+### `<canbedisabled>`
 
 Controls whether the administrator may disable the cronjob.
+Defaults to `1`.
 
 ### `<isdisabled>`