[deployment-guide/comm-rel: 81/727] modified Cron chapter

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:30:57 UTC 2010


commit 0b73844576203cec7977f9674e9bb57e59a830c8
Author: Martin Prpic <mprpic at redhat.com>
Date:   Tue Jul 20 17:23:10 2010 +0200

    modified Cron chapter

 en-US/Automated_Tasks.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/en-US/Automated_Tasks.xml b/en-US/Automated_Tasks.xml
index f41363a..006aba4 100644
--- a/en-US/Automated_Tasks.xml
+++ b/en-US/Automated_Tasks.xml
@@ -299,11 +299,11 @@ minute   hour   day   month   day of week   user   command
         </listitem>
       </itemizedlist>
       <para>The time must be specified first, followed by the optional date. For more information about the time format, read the <filename>/usr/share/doc/at-<replaceable>&lt;version&gt;</replaceable>/timespec</filename> text file.</para>
-      <para>After typing the <command>at</command> command with the time argument, the <prompt>at&gt;</prompt> prompt is displayed. Type the command to execute, press <keycap>Enter</keycap>, and type <keycombo><keycap>Ctrl</keycap>
+      <para>After typing the <command>at</command> command with the time argument, the <prompt>at&gt;</prompt> prompt is displayed. Type the command to execute, press <keycap>Enter</keycap>, and press <keycombo><keycap>Ctrl</keycap>
           <keycap>D</keycap>
-        </keycombo> . Multiple commands can be specified by typing each command followed by the <keycap>Enter</keycap> key. After typing all the commands, press <keycap>Enter</keycap> to go to a blank line and type <keycombo><keycap>Ctrl</keycap>
+        </keycombo> . Multiple commands can be specified by typing each command followed by the <keycap>Enter</keycap> key. After typing all the commands, press <keycap>Enter</keycap> to go to a blank line and press <keycombo><keycap>Ctrl</keycap>
           <keycap>D</keycap>
-        </keycombo> . Alternatively, a shell script can be entered at the prompt, pressing <keycap>Enter</keycap> after each line in the script, and typing <keycombo><keycap>Ctrl</keycap>
+        </keycombo> . Alternatively, a shell script can be entered at the prompt, pressing <keycap>Enter</keycap> after each line in the script, and pressing <keycombo><keycap>Ctrl</keycap>
           <keycap>D</keycap>
         </keycombo> on a blank line to exit. If a script is entered, the shell used is the shell set in the user's <envar>SHELL</envar> environment, the user's login shell, or <command>/bin/sh</command> (whichever is found first).</para>
       <para>If the set of commands or script tries to display information to standard output, the output is emailed to the user.</para>
@@ -313,11 +313,11 @@ minute   hour   day   month   day of week   user   command
     <section id="s2-autotasks-batch-configuring">
       <title>Configuring Batch Jobs</title>
       <para>To execute a one-time task when the load average is below 0.8, use the <command>batch</command> command.</para>
-      <para>After typing the <command>batch</command> command, the <prompt>at&gt;</prompt> prompt is displayed. Type the command to execute, press <keycap>Enter</keycap>, and type <keycombo><keycap>Ctrl</keycap>
+      <para>After typing the <command>batch</command> command, the <prompt>at&gt;</prompt> prompt is displayed. Type the command to execute, press <keycap>Enter</keycap>, and press <keycombo><keycap>Ctrl</keycap>
           <keycap>D</keycap>
-        </keycombo> . Multiple commands can be specified by typing each command followed by the <keycap>Enter</keycap> key. After typing all the commands, press <keycap>Enter</keycap> to go to a blank line and type <keycombo><keycap>Ctrl</keycap>
+        </keycombo> . Multiple commands can be specified by typing each command followed by the <keycap>Enter</keycap> key. After typing all the commands, press <keycap>Enter</keycap> to go to a blank line and press <keycombo><keycap>Ctrl</keycap>
           <keycap>D</keycap>
-        </keycombo> . Alternatively, a shell script can be entered at the prompt, pressing <keycap>Enter</keycap> after each line in the script, and typing <keycombo><keycap>Ctrl</keycap>
+        </keycombo> . Alternatively, a shell script can be entered at the prompt, pressing <keycap>Enter</keycap> after each line in the script, and pressing <keycombo><keycap>Ctrl</keycap>
           <keycap>D</keycap>
         </keycombo> on a blank line to exit. If a script is entered, the shell used is the shell set in the user's <envar>SHELL</envar> environment, the user's login shell, or <command>/bin/sh</command> (whichever is found first). As soon as the load average is below 0.8, the set of commands or script is executed.</para>
       <para>If the set of commands or script tries to display information to standard out, the output is emailed to the user.</para>


More information about the docs-commits mailing list