neysx 05/07/24 23:00:30 Modified: xml/htdocs/doc/en cron-guide.xml Log: #100161 Added a missing <i>. Also removed unneeded
Revision Changes Path 1.5 +9 -9 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.5&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.5&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.4&r2=1.5&cvsroot=gentoo Index: cron-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cron-guide.xml 18 Mar 2005 09:48:15 -0000 1.4 +++ cron-guide.xml 24 Jul 2005 23:00:30 -0000 1.5 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v 1.4 2005/03/18 09:48:15 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v 1.5 2005/07/24 23:00:30 neysx Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/cron-guide.xml"> @@ -17,11 +17,11 @@ </abstract> <!-- The content of this document is licensed under the CC-BY-SA license --> -<!-- See http://creativecommons.org/licenses/by-sa/2.0 --> +<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.3</version> -<date>2005-03-18</date> +<version>1.4</version> +<date>2005-07-25</date> <chapter> <title>Cron basics</title> @@ -262,7 +262,7 @@ </p> <pre caption="Adding a user to the cron group"> -gpasswd -a wepy cron +# <i>gpasswd -a wepy cron</i> </pre> <p> @@ -339,10 +339,10 @@ <table> <tr> <th>Version</th> - <th>Edit command </th> - <th>Remove command </th> - <th>New command </th> - <th>List command </th> + <th>Edit command</th> + <th>Remove command</th> + <th>New command</th> + <th>List command</th> </tr> <tr> <ti>dcron</ti> -- [email protected] mailing list
