chore: aligned docs to the template file for articles

This commit is contained in:
Michele Cereda
2023-07-09 18:17:32 +02:00
parent fe0adabb88
commit ebb4e5febb
39 changed files with 401 additions and 109 deletions

View File

@@ -3,7 +3,6 @@
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
@@ -18,18 +17,13 @@ Files in `/etc/cron.hourly` and similar need to:
sudo run-parts --report --test '/etc/cron.hourly'
```
## Further readings
## Sources
All the references in the [further readings] section, plus the following:
- [Function of /etc/cron.hourly]
<!-- upstream -->
<!--
References
-->
<!-- internal references -->
[further readings]: #further-readings
<!-- external references -->
<!-- Others -->
[Function of /etc/cron.hourly]: https://askubuntu.com/questions/7676/function-of-etc-cron-hourly#607974