cam         06/01/14 02:15:40

  Modified:    xml/htdocs/doc/en cron-guide.xml
  Log:
  Style fix, *no content change*

Revision  Changes    Path
1.9       +13 -11    xml/htdocs/doc/en/cron-guide.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/cron-guide.xml?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/cron-guide.xml?rev=1.9&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/cron-guide.xml.diff?r1=1.8&r2=1.9&cvsroot=gentoo

Index: cron-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cron-guide.xml      4 Jan 2006 15:11:33 -0000       1.8
+++ cron-guide.xml      14 Jan 2006 02:15:40 -0000      1.9
@@ -1,5 +1,5 @@
-<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v 1.8 
2006/01/04 15:11:33 neysx Exp $ -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v 1.9 
2006/01/14 02:15:40 cam Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/cron-guide.xml">
@@ -80,8 +80,9 @@
 <p>
 Vixie cron is a full featured cron implementation based on SysV cron.  Each 
user
 has his own crontab and is allowed to specify environment variables within
-that crontab.  Unlike the other cron variants, it also offers support for 
SELinux
-and PAM.  It supports fewer architectures than Dcron, but more than Fcron.
+that crontab.  Unlike the other cron variants, it also offers support for
+SELinux and PAM.  It supports fewer architectures than Dcron, but more than
+Fcron.
 </p>
 
 <p>
@@ -126,8 +127,8 @@
     Fast, simple and free of unnecessary features
   </li>
   <li>
-    Access to <c>crontab</c> is limited to the cron group, i.e. it doesn't 
rely on
-    any external faculties
+    Access to <c>crontab</c> is limited to the cron group, i.e. it doesn't rely
+    on any external faculties
   </li>
 </ul>
 
@@ -318,8 +319,8 @@
 </impo>
 
 <p>
-For example, if you wanted to allow access to the user <e>wepy</e>, you would 
add
-him to <path>/etc/cron.allow</path> as follows:
+For example, if you wanted to allow access to the user <e>wepy</e>, you would
+add him to <path>/etc/cron.allow</path> as follows:
 </p>
 
 <pre caption="Permissions in /etc/cron.allow">
@@ -513,8 +514,8 @@
 
 <p>
 You should see no cron-jobs in the output from <c>crontab -l</c>.  If you do 
see
-jobs listed, that means we failed to remove the crontab, and that you should 
make
-sure that you used the correct <e>remove command</e> for your cron package.
+jobs listed, that means we failed to remove the crontab, and that you should
+make sure that you used the correct <e>remove command</e> for your cron 
package.
 </p>
 
 <p>
@@ -644,7 +645,8 @@
 </li>
 <li>
   <b>Is cron working?</b><br/>
-  Try: * * * * * /bin/echo "foobar" &gt;&gt; /file_you_own, and make sure it 
works
+  Try: * * * * * /bin/echo "foobar" &gt;&gt; /file_you_own, and make sure it
+  works
 </li>
 <li>
   <b>Is your command working?</b><br/>



-- 
[email protected] mailing list

Reply via email to