2
0
mirror of https://github.com/opnsense/docs synced 2024-10-30 21:20:20 +00:00

manual: typo in previous

This commit is contained in:
Franco Fichtner 2023-02-10 11:38:11 +01:00
parent 3679ae3697
commit 849aa4ba47

View File

@ -113,7 +113,7 @@ share the same syntax:
- Ranges can be specified using a dash: ``4-9``
Available cron jobs are registered in the backend to prevent command injection and privilege escalation. These can be found under
`Command` and may allow an additional `Parameter`. Restart and reload actions are self-explanatory. They take no parameters are
`Command` and may allow an additional `Parameter`. Restart and reload actions are self-explanatory. They take no parameters and
will restart (usually slower stop and start of a process) or reload (usually a faster SIGHUP) the respective service. The availability
of restart and reload is subject to their respective services as not all software will support a reload for implementational reasons.