]> granicus.if.org Git - fcron/commitdiff
changed indentation
authorthib <thib>
Fri, 12 Sep 2003 20:56:05 +0000 (20:56 +0000)
committerthib <thib>
Fri, 12 Sep 2003 20:56:05 +0000 (20:56 +0000)
doc/en/fcrontab.1.sgml
doc/en/fcrontab.5.sgml

index fe497644e031b6256820eda2f4e19a733caf4146..be9a7f62abcee0194d72a0e15d33a6e2922506b7 100644 (file)
@@ -8,230 +8,231 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcrontab.1.sgml,v 1.7 2003-07-14 10:58:39 thib Exp $ -->
+<!-- $Id: fcrontab.1.sgml,v 1.8 2003-09-12 20:56:05 thib Exp $ -->
 
-<refentry id="fcrontab.1">
-    <refmeta>
-       <refentrytitle>fcrontab</refentrytitle>
-       <manvolnum>1</manvolnum>
-       <refmiscinfo>Fcron &version; <![%devrelease; [
-(<emphasis>development</emphasis> release)]]></refmiscinfo>
-       <refmiscinfo>&date;</refmiscinfo>
-    </refmeta>
-    <refnamediv>
-       <refname>fcrontab</refname>
-       <refpurpose>manipulate per-user fcrontab files</refpurpose>
-    </refnamediv>
+   <refentry id="fcrontab.1">
+      <refmeta>
+        <refentrytitle>fcrontab</refentrytitle> <manvolnum>1</manvolnum>
+        <refmiscinfo>Fcron &version; <![%devrelease; [
+        (<emphasis>development</emphasis> release)]]></refmiscinfo>
+        <refmiscinfo>&date;</refmiscinfo>
+      </refmeta>
+      <refnamediv>
+        <refname>fcrontab</refname> <refpurpose>manipulate per-user fcrontab
+           files</refpurpose>
+      </refnamediv>
 
-    <refsynopsisdiv id="fcrontab.1.synopsis">
-       <cmdsynopsis>
-           <command>fcrontab</command>
-           <arg>-c <replaceable>file</replaceable></arg>
-           <arg>-n</arg>
-           <arg choice="plain"><replaceable>file</replaceable></arg>
+      <refsynopsisdiv id="fcrontab.1.synopsis">
+        <cmdsynopsis>
+           <command>fcrontab</command> <arg>-c
+              <replaceable>file</replaceable></arg> <arg>-n</arg> <arg
+              choice="plain"><replaceable>file</replaceable></arg>
            <group>
-               <arg><replaceable>user</replaceable></arg>
-               <arg>-u <replaceable>user</replaceable></arg>
+              <arg><replaceable>user</replaceable></arg> <arg>-u
+                 <replaceable>user</replaceable></arg>
            </group>
-       </cmdsynopsis>
-       <cmdsynopsis>
-           <command>fcrontab</command>
-           <arg>-c <replaceable>file</replaceable></arg>
-           <arg>-n</arg>
+        </cmdsynopsis>
+        <cmdsynopsis>
+           <command>fcrontab</command> <arg>-c
+              <replaceable>file</replaceable></arg> <arg>-n</arg>
            <group choice="req">
-               <arg>-l</arg>
-               <arg>-r</arg>
-               <arg>-e</arg>
-               <arg>-z</arg>
+              <arg>-l</arg> <arg>-r</arg> <arg>-e</arg> <arg>-z</arg>
            </group>
            <group>
-               <arg><replaceable>user</replaceable></arg>
-               <arg>-u <replaceable>user</replaceable></arg>
+              <arg><replaceable>user</replaceable></arg> <arg>-u
+                 <replaceable>user</replaceable></arg>
            </group>
-       </cmdsynopsis>
-       <cmdsynopsis>
-           <command>fcrontab</command>
-           <arg>-h</arg>
-       </cmdsynopsis>
-    </refsynopsisdiv>
+        </cmdsynopsis>
+        <cmdsynopsis>
+           <command>fcrontab</command> <arg>-h</arg>
+        </cmdsynopsis>
+      </refsynopsisdiv>
 
-    <refsect1>
-       <title>Description</title>
-       <para>&Fcrontab; is the program intended to install, edit, list and
-remove the tables used by <link linkend="fcron.8">&fcron;(8)</link> daemon. As
-&fcron; internally uses a non-human readable format (this is needed because
-&fcron; saves more informations than the user gives, for example the time and
-date of next execution), the user cannot edit directly his &fcrontabf; (the one
-used by &fcron;).</para>
-       <para>When a user installs a &fcrontabf;, the source file is saved in
-the spool directory (<filename>&fcrontabsdir;</filename>) to allow future
-editions, a formatted file is generated for the &fcron; daemon, which is
-signaled once about ten seconds before the next minute for all changes made
-previously. The daemon is not signaled immediately to keep ill disposed users
-from blocking the daemon by installing &fcrontabf;s over and over. We will call
-"<emphasis>fcrontab</emphasis>" the source file of the &fcrontabf; in the
-following.</para>
-       <para>A user can install a &fcrontabf; if he is listed in the
-<filename>&etc;/&fcron.allow;</filename> and not (unless by the keyword all)
-listed in <filename>&etc;/&fcron.deny;</filename> (see section "<link
-linkend="fcrontab.1.files">files</link>" below). If neither
-<filename>fcron.allow</filename> nor <filename>fcron.deny</filename> exist,
-all users are allowed. None of these files have to exist, but if they do, the
-deny file takes precedence.</para>
-       <para>The first form of the command is used to install a new &fcrontabf;
-file, from any named file or from standard input if the pseudo-filename "-" is
-given, replacing the previous one (if any) : each user can have only one
-&fcrontabf;.</para>
-       <para>For instance, root can create a systemwide fcrontab file, say
-<filename>/etc/fcrontab</filename>, and run "<command>fcrontab</command>
-<filename>/etc/fcrontab</filename>" to install the new version after each change
-of the file. Or (s)he can create a new fcrontab running a simple
-"<command>fcrontab</command>", and then maintain it using
-"<command>fcrontab</command> <option>-e</option>". Same considerations apply to
-a non privileged user.</para>
-    </refsect1>
+      <refsect1>
+        <title>Description</title> <para>&Fcrontab; is the program intended to
+           install, edit, list and remove the tables used by <link
+           linkend="fcron.8">&fcron;(8)</link> daemon. As &fcron; internally
+           uses a non-human readable format (this is needed because &fcron;
+           saves more informations than the user gives, for example the time
+           and date of next execution), the user cannot edit directly his
+           &fcrontabf; (the one used by &fcron;).</para> <para>When a user
+           installs a &fcrontabf;, the source file is saved in the spool
+           directory (<filename>&fcrontabsdir;</filename>) to allow future
+           editions, a formatted file is generated for the &fcron; daemon,
+           which is signaled once about ten seconds before the next minute for
+           all changes made previously. The daemon is not signaled immediately
+           to keep ill disposed users from blocking the daemon by installing
+           &fcrontabf;s over and over. We will call
+           "<emphasis>fcrontab</emphasis>" the source file of the &fcrontabf;
+           in the following.</para> <para>A user can install a &fcrontabf; if
+           he is listed in the <filename>&etc;/&fcron.allow;</filename> and not
+           (unless by the keyword all) listed in
+           <filename>&etc;/&fcron.deny;</filename> (see section "<link
+           linkend="fcrontab.1.files">files</link>" below). If neither
+           <filename>fcron.allow</filename> nor <filename>fcron.deny</filename>
+           exist, all users are allowed. None of these files have to exist, but
+           if they do, the deny file takes precedence.</para> <para>The first
+           form of the command is used to install a new &fcrontabf; file, from
+           any named file or from standard input if the pseudo-filename "-" is
+           given, replacing the previous one (if any) : each user can have only
+           one &fcrontabf;.</para> <para>For instance, root can create a
+           systemwide fcrontab file, say <filename>/etc/fcrontab</filename>,
+           and run "<command>fcrontab</command>
+           <filename>/etc/fcrontab</filename>" to install the new version after
+           each change of the file. Or (s)he can create a new fcrontab running
+           a simple "<command>fcrontab</command>", and then maintain it using
+           "<command>fcrontab</command> <option>-e</option>". Same
+           considerations apply to a non privileged user.</para>
+      </refsect1>
 
-    <refsect1>
-       <title>Options</title>
-       <variablelist>
+      <refsect1>
+        <title>Options</title>
+        <variablelist>
            <varlistentry>
-               <term><option>-u</option> <replaceable>user</replaceable></term>
-               <listitem>
-                   <para>Specify the user whose &fcrontabf; will be managed,
-or "&sysfcrontab;" for the system fcrontab.
-Should only be used by root. If not given, the &fcrontabf; file of the user
-invoking &fcrontab; will be handled. It may be useful since the
-<application>su</application>(8) command may confuse &fcrontab;.
-<note><para>the '<replaceable>user</replaceable>' in the <link
-linkend="fcrontab.1.synopsis">synopsys</link> is equivalent to a
-'<option>-u</option> <replaceable>user</replaceable>'.</para>
-                       </note></para>
-               </listitem>
+              <term><option>-u</option> <replaceable>user</replaceable></term>
+              <listitem>
+                 <para>Specify the user whose &fcrontabf; will be managed, or
+                    "&sysfcrontab;" for the system fcrontab.  Should only be
+                    used by root. If not given, the &fcrontabf; file of the
+                    user invoking &fcrontab; will be handled. It may be useful
+                    since the <application>su</application>(8) command may
+                    confuse &fcrontab;.  <note><para>the
+                    '<replaceable>user</replaceable>' in the <link
+                    linkend="fcrontab.1.synopsis">synopsys</link> is equivalent
+                    to a '<option>-u</option>
+                    <replaceable>user</replaceable>'.</para> </note></para>
+              </listitem>
            </varlistentry>
            <varlistentry>
-               <term><option>-l</option></term>
-               <listitem>
-                   <para>List user's current &fcrontabf; to standard
-output.</para>
-               </listitem>
+              <term><option>-l</option></term>
+              <listitem>
+                 <para>List user's current &fcrontabf; to standard
+                    output.</para>
+              </listitem>
            </varlistentry>
            <varlistentry>
-               <term><option>-e</option></term>
-               <listitem>
-                   <para>Edit user's current &fcrontabf; using either the
-editor specified by the environment variable <envar>VISUAL</envar>, or
-<envar>EDITOR</envar> if <envar>VISUAL</envar> is not set. If none or them are
-set, <command>&editor;</command> will be used.</para>
-               </listitem>
+              <term><option>-e</option></term>
+              <listitem>
+                 <para>Edit user's current &fcrontabf; using either the editor
+                    specified by the environment variable
+                    <envar>VISUAL</envar>, or <envar>EDITOR</envar> if
+                    <envar>VISUAL</envar> is not set. If none or them are set,
+                    <command>&editor;</command> will be used.</para>
+              </listitem>
            </varlistentry>
            <varlistentry>
-               <term><option>-r</option></term>
-               <listitem>
-                   <para>Remove user's &fcrontabf;.</para>
-               </listitem>
+              <term><option>-r</option></term>
+              <listitem>
+                 <para>Remove user's &fcrontabf;.</para>
+              </listitem>
            </varlistentry>
            <varlistentry>
-               <term><option>-z</option></term>
-               <listitem>
-                   <para>Reinstall user's &fcrontabf; from its source code. All
-informations &fcron; may have kept in the binary &fcrontabf; (such as the last
-execution time and date) will be forgotten.</para>
-               </listitem>
+              <term><option>-z</option></term>
+              <listitem>
+                 <para>Reinstall user's &fcrontabf; from its source code. All
+                    informations &fcron; may have kept in the binary
+                    &fcrontabf; (such as the last execution time and date) will
+                    be forgotten.</para>
+              </listitem>
            </varlistentry>
            <varlistentry>
-               <term><option>-n</option></term>
-               <listitem>
-                   <para>Ignore previous version. If this option is not given,
-&fcron; will try to keep as much information as possible between old and new
-version of the &fcrontabf; (time and date of next execution, if job is in serial
-queue, etc) if the line hasn't been modified (same fields, same shell
-command).</para>
-               </listitem>
+              <term><option>-n</option></term>
+              <listitem>
+                 <para>Ignore previous version. If this option is not given,
+                    &fcron; will try to keep as much information as possible
+                    between old and new version of the &fcrontabf; (time and
+                    date of next execution, if job is in serial queue, etc) if
+                    the line hasn't been modified (same fields, same shell
+                    command).</para>
+              </listitem>
            </varlistentry>
            <varlistentry>
-               <term><option>-c</option> <replaceable>file</replaceable></term>
-               <listitem>
-                   <para>Make &fcrontab; use config file
-<replaceable>file</replaceable> instead of default config file
-<filename>&etc;/&fcron.conf.location;</filename>. To interact with a running
-&fcron; process, &fcrontab; must use the same config file as the process. That
-way, several &fcron; processes can run simultaneously on an only system.</para>
-               </listitem>
+              <term><option>-c</option> <replaceable>file</replaceable></term>
+              <listitem>
+                 <para>Make &fcrontab; use config file
+                    <replaceable>file</replaceable> instead of default config
+                    file <filename>&etc;/&fcron.conf.location;</filename>. To
+                    interact with a running &fcron; process, &fcrontab; must
+                    use the same config file as the process. That way, several
+                    &fcron; processes can run simultaneously on an only
+                    system.</para>
+              </listitem>
            </varlistentry>
            <varlistentry>
-               <term><option>-d</option></term>
-               <listitem>
-                   <para>Run in debug mode. In this mode, many informational
-messages will be output in order to check if anything went wrong.</para>
-               </listitem>
+              <term><option>-d</option></term>
+              <listitem>
+                 <para>Run in debug mode. In this mode, many informational
+                    messages will be output in order to check if anything went
+                    wrong.</para>
+              </listitem>
            </varlistentry>
            <varlistentry>
-               <term><option>-h</option></term>
-               <listitem>
-                   <para>Display a brief description of the options.</para>
-               </listitem>
+              <term><option>-h</option></term>
+              <listitem>
+                 <para>Display a brief description of the options.</para>
+              </listitem>
            </varlistentry>
            <varlistentry>
-               <term><option>-V</option></term>
-               <listitem>
-                   <para>Display an informational message about &fcrontab;,
-including its version and the license under which it is distributed.</para>
-               </listitem>
+              <term><option>-V</option></term>
+              <listitem>
+                 <para>Display an informational message about &fcrontab;,
+                    including its version and the license under which it is
+                    distributed.</para>
+              </listitem>
            </varlistentry>
-       </variablelist>
-    </refsect1>
+        </variablelist>
+      </refsect1>
 
-    <refsect1>
-       <title>Return values</title>
-       <para>&Fcrontab; returns &exitok; on normal exit and &exiterr; on
-error.</para>
-    </refsect1>
+      <refsect1>
+        <title>Return values</title> <para>&Fcrontab; returns &exitok; on
+           normal exit and &exiterr; on error.</para>
+      </refsect1>
 
-    <refsect1>
-       <title>Conforming to</title>
-       <para>Should be POSIX compliant.</para>
-    </refsect1>
+      <refsect1>
+        <title>Conforming to</title> <para>Should be POSIX compliant.</para>
+      </refsect1>
 
-    <refsect1 id="fcrontab.1.files">
-       <title>Files</title>
-       <variablelist>
+      <refsect1 id="fcrontab.1.files">
+        <title>Files</title>
+        <variablelist>
            <varlistentry>
-               <term><filename>&etc;/&fcron.conf.location;</filename></term>
-               <listitem>
-                   <para>Configuration file for &fcron;, &fcrontab; and
-&fcrondyn; : contains paths (spool dir, pid file) and default programs to use
-(editor, shell, etc). See <link linkend="fcron.conf.5">&fcron.conf;(5)</link>
-for more details.</para>
-               </listitem>
+              <term><filename>&etc;/&fcron.conf.location;</filename></term>
+              <listitem>
+                 <para>Configuration file for &fcron;, &fcrontab; and
+                    &fcrondyn; : contains paths (spool dir, pid file) and
+                    default programs to use (editor, shell, etc). See <link
+                    linkend="fcron.conf.5">&fcron.conf;(5)</link> for more
+                    details.</para>
+              </listitem>
            </varlistentry>
            <varlistentry>
-               <term><filename>&etc;/&fcron.allow;</filename></term>
-               <listitem>
-                   <para>Users allowed to use &fcrontab; and &fcrondyn; (one
-name per line, special name "all" acts for everyone)</para>
-               </listitem>
+              <term><filename>&etc;/&fcron.allow;</filename></term>
+              <listitem>
+                 <para>Users allowed to use &fcrontab; and &fcrondyn; (one name
+                    per line, special name "all" acts for everyone)</para>
+              </listitem>
            </varlistentry>
            <varlistentry>
-               <term><filename>&etc;/&fcron.deny;</filename></term>
-               <listitem>
-                   <para>Users who are not allowed to use &fcrontab; and
-&fcrondyn; (same format as allow file)</para>
-               </listitem>
+              <term><filename>&etc;/&fcron.deny;</filename></term>
+              <listitem>
+                 <para>Users who are not allowed to use &fcrontab; and
+                    &fcrondyn; (same format as allow file)</para>
+              </listitem>
            </varlistentry>
            <varlistentry>
-               <term><filename>&etc;/pam.d/fcron</filename> (or
-<filename>&etc;/pam.conf</filename>)</term>
-               <listitem>
-                   <para><productname>PAM</productname> configuration file for
-&fcron;. Take a look at pam(8) for more details.</para>
-               </listitem>
+              <term><filename>&etc;/pam.d/fcron</filename> (or
+                 <filename>&etc;/pam.conf</filename>)</term>
+              <listitem>
+                 <para><productname>PAM</productname> configuration file for
+                    &fcron;. Take a look at pam(8) for more details.</para>
+              </listitem>
            </varlistentry>
-       </variablelist>
-    </refsect1>
+        </variablelist>
+      </refsect1>
 
-    &manpage-foot;
+      &manpage-foot;
 
-</refentry>
+   </refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
index 1b785003c7782e6a21642448fe7eaadbfe8551b9..a992bcee30b8afa226bf8ef5c1ac1614e9355d1a 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcrontab.5.sgml,v 1.11 2003-07-14 10:58:43 thib Exp $ -->
+<!-- $Id: fcrontab.5.sgml,v 1.12 2003-09-12 20:56:45 thib Exp $ -->
 
 <refentry id="fcrontab.5">
     <refmeta>
@@ -265,7 +265,7 @@ below).</para>
            <para>The third type of &fcrontabf;'s entries begin by a "%",
 followed by a keyword from one of 3 different lists, and optional options.</para>
                <refsect3>
-                   <title>"*ly" keywords</title>
+                   <title>*ly keywords</title>
                    <para>Those keywords are :</para>
                    <para><simplelist type="inline">
                            <member><parameter>hourly </parameter></member>
@@ -282,6 +282,7 @@ to run a command once between Monday and Sunday each week.</para>
 fields (as defined in "<link linkend="fcrontab.5.tadent">Entries based on time
 and date</link>" (see above)) to specify when the command should be run during
 each time interval :</para>
+                   <para>
            <table>
                <title>Needed time fields for each keyword</title>
                <tgroup cols="2">
@@ -311,10 +312,11 @@ each time interval :</para>
                    </tbody>
                </tgroup>
            </table>
+</para>
                </refsect3>
 
                <refsect3>
-                   <title>"mid*ly" keywords</title>
+                   <title>mid*ly keywords</title>
                    <para>They are similar to the "*ly" ones :</para>
                    <para><simplelist type="inline">
                            <member><parameter>midhourly </parameter></member>
@@ -345,7 +347,7 @@ below).</para>
 
 
                <refsect3>
-                   <title>"*s" keywords</title>
+                   <title>*s keywords</title>
                    <para>They are :</para>
                    <para><simplelist type="inline">
                            <member><parameter>mins </parameter></member>
@@ -391,8 +393,8 @@ a whole line immediately after an exclamation mark (!), while it is done after a
 "&", a "%" or a "@" depending on the type of scheduling in the second case. Note
 that an option declaration in a schedule overrides the global declaration of
 that same option.</para>
-           <para>Options are separated by comas (,) and their arguments, if
-any, are placed in parentheses ("(" and ")") and separated by comas. No spaces
+           <para>Options are separated by commas (,) and their arguments, if
+any, are placed in parentheses ("(" and ")") and separated by commas. No spaces
 are allowed. A declaration of options is of the form</para>
            <blockquote>
                <para><replaceable>option</replaceable>[(<replaceable>arg1</replaceable>[,<replaceable>arg2</replaceable>][...])][,<replaceable>option</replaceable>[(<replaceable>arg1</replaceable>[...])]][...]</para>
@@ -400,7 +402,7 @@ are allowed. A declaration of options is of the form</para>
            <para>where option is either the name of an option or its
 abbreviation. The options are (default value in parentheses) :</para>
            <variablelist>
-               <title>Valid options in a &fcrontabf; (alphabetically)</title>
+               <title>Valid options in a &fcrontabf;</title>
 
                <varlistentry id="fcrontab.5.bootrun">
                    <term>bootrun</term>
@@ -715,7 +717,7 @@ linkend="uptent">lines based on elapsed system up time</link>, fcron's option
                </varlistentry>
            </variablelist>
 
-           <para>A <type>boolean</type> argument can be inexistent, in which
+           <para>A <type>boolean</type> argument can be non-existent, in which
 case parentheses are not used and it means <constant>true</constant>; the string
 "true", "yes" or 1 to mean <constant>true</constant>; and the string "false",
 "no" or 0 to mean <constant>false</constant>. See above for explanations about