From 8236ae2c41a47c6fbd23262a6fd07a803e57681e Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Sat, 24 Aug 2024 09:41:08 +0100 Subject: [PATCH] fixed doc entities runatresume/runatreboot --- doc/en/fcrontab.5.sgml | 8 ++++---- doc/fcron-doc.mod.in | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/en/fcrontab.5.sgml b/doc/en/fcrontab.5.sgml index 0c98a5f..a91f68d 100644 --- a/doc/en/fcrontab.5.sgml +++ b/doc/en/fcrontab.5.sgml @@ -762,7 +762,7 @@ for most uses. a new one every time the OS reboots. This is very similar to the option &optvolatile; but based on the OS reboots instead of fcron restarts. You may also want to use option &optfirst; if you use fcron that way. - &seealso; options &optfirst;, &optvolatile;, &optrunonce;, &optrunatreboot;, &runatresume;. + &seealso; options &optfirst;, &optvolatile;, &optrunonce;, &optrunatreboot;, &optrunatresume;. @@ -791,7 +791,7 @@ permissions and environment (only root is allowed to use this option). For instance, if a program should be started automatically right after boot and run from 7am to 6pm, you could use the following fcrontab definitions: &runatreboot 0 6 * * 1-5 start_my_program.sh & 0 7 * * 1-5 stop_my_program.sh - &seealso; options &optvolatile;, &optrunonce;, &runatresume;, &optrebootreset;. + &seealso; options &optvolatile;, &optrunonce;, &optrunatresume;, &optrebootreset;. @@ -803,7 +803,7 @@ permissions and environment (only root is allowed to use this option). For instance, if a program should be started automatically right after a system resume, and run from 7am to 6pm, you could use the following fcrontab definitions: &runatresume 0 6 * * 1-5 start_my_program.sh & 0 7 * * 1-5 stop_my_program.sh - &seealso; options &optvolatile;, &optrunonce;, &runatreboot;, &optrebootreset;. + &seealso; options &optvolatile;, &optrunonce;, &optrunatreboot;, &optrebootreset;. @@ -823,7 +823,7 @@ linkend="uptent">lines based on elapsed system up time). boolean(false) Do not re-schedule the task after it has run once, until the next OS reboot (if &optvolatile; is not set) or until the next &fcron; daemon restart (if &optvolatile; is set). - &seealso; options &optvolatile;, &optrebootreset;, &optrunatreboot;, &runatresume;. + &seealso; options &optvolatile;, &optrebootreset;, &optrunatreboot;, &optrunatresume;. diff --git a/doc/fcron-doc.mod.in b/doc/fcron-doc.mod.in index 8cfce80..2963b76 100644 --- a/doc/fcron-doc.mod.in +++ b/doc/fcron-doc.mod.in @@ -107,6 +107,7 @@ reset'> runas'> runatreboot'> +runatresume'> runfreq'> runonce'> serial'> -- 2.47.3