]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
fixed doc entities runatresume/runatreboot
authorThibault Godouet <yo8192@users.noreply.github.com>
Sat, 24 Aug 2024 08:41:08 +0000 (09:41 +0100)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sat, 24 Aug 2024 08:41:08 +0000 (09:41 +0100)
doc/en/fcrontab.5.sgml
doc/fcron-doc.mod.in

index 0c98a5f6239c7a7080b8192f8dcfdd457fd7403f..a91f68dcee0c407c06954df2afd7129a9b2eb1f5 100644 (file)
@@ -762,7 +762,7 @@ for most uses.</para>
 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.</para>
-                       <para>&seealso; options &optfirst;, &optvolatile;, &optrunonce;, &optrunatreboot;, &runatresume;.</para>
+                       <para>&seealso; options &optfirst;, &optvolatile;, &optrunonce;, &optrunatreboot;, &optrunatresume;.</para>
                    </listitem>
                </varlistentry>
 
@@ -791,7 +791,7 @@ permissions and environment (only root is allowed to use this option).</para>
                         <para>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:</para>
                         <programlisting>&amp;runatreboot 0 6 * * 1-5 start_my_program.sh
 &amp; 0 7 * * 1-5 stop_my_program.sh</programlisting>
-                       <para>&seealso; options &optvolatile;, &optrunonce;, &runatresume;, &optrebootreset;.</para>
+                       <para>&seealso; options &optvolatile;, &optrunonce;, &optrunatresume;, &optrebootreset;.</para>
                    </listitem>
                </varlistentry>
 
@@ -803,7 +803,7 @@ permissions and environment (only root is allowed to use this option).</para>
                         <para>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:</para>
                         <programlisting>&amp;runatresume 0 6 * * 1-5 start_my_program.sh
 &amp; 0 7 * * 1-5 stop_my_program.sh</programlisting>
-                       <para>&seealso; options &optvolatile;, &optrunonce;, &runatreboot;, &optrebootreset;.</para>
+                       <para>&seealso; options &optvolatile;, &optrunonce;, &optrunatreboot;, &optrebootreset;.</para>
                    </listitem>
                </varlistentry>
 
@@ -823,7 +823,7 @@ linkend="uptent">lines based on elapsed system up time</link>).</para>
                    <listitem>
                        <para><emphasis><type>boolean</type></emphasis>(<constant>false</constant>)</para>
                        <para>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).</para>
-                       <para>&seealso; options &optvolatile;, &optrebootreset;, &optrunatreboot;, &runatresume;.</para>
+                       <para>&seealso; options &optvolatile;, &optrebootreset;, &optrunatreboot;, &optrunatresume;.</para>
                    </listitem>
                </varlistentry>
 
index 8cfce8095720885623ab4f7c7e99976d2bf96204..2963b76eef9c1b14dcfb81391ab1556a439239fa 100644 (file)
 <!ENTITY optreset '<link linkend="fcrontab.5.reset"><varname>reset</varname></link>'>
 <!ENTITY optrunas '<link linkend="fcrontab.5.runas"><varname>runas</varname></link>'>
 <!ENTITY optrunatreboot '<link linkend="fcrontab.5.runatreboot"><varname>runatreboot</varname></link>'>
+<!ENTITY optrunatresume '<link linkend="fcrontab.5.runatresume"><varname>runatresume</varname></link>'>
 <!ENTITY optrunfreq '<link linkend="fcrontab.5.runfreq"><varname>runfreq</varname></link>'>
 <!ENTITY optrunonce '<link linkend="fcrontab.5.runonce"><varname>runonce</varname></link>'>
 <!ENTITY optserial '<link linkend="fcrontab.5.serial"><varname>serial</varname></link>'>