Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: cron-guide.xml
Date: Sun, 24 Jul 2005 23:00:40
Message-Id: 200507242259.j6OMxdeX012437@robin.gentoo.org
1 neysx 05/07/24 23:00:30
2
3 Modified: xml/htdocs/doc/en cron-guide.xml
4 Log:
5 #100161 Added a missing <i>. Also removed unneeded &nbsp;
6
7 Revision Changes Path
8 1.5 +9 -9 xml/htdocs/doc/en/cron-guide.xml
9
10 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
11 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
12 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
13
14 Index: cron-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- cron-guide.xml 18 Mar 2005 09:48:15 -0000 1.4
21 +++ cron-guide.xml 24 Jul 2005 23:00:30 -0000 1.5
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v 1.4 2005/03/18 09:48:15 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v 1.5 2005/07/24 23:00:30 neysx Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/cron-guide.xml">
29 @@ -17,11 +17,11 @@
30 </abstract>
31
32 <!-- The content of this document is licensed under the CC-BY-SA license -->
33 -<!-- See http://creativecommons.org/licenses/by-sa/2.0 -->
34 +<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>1.3</version>
38 -<date>2005-03-18</date>
39 +<version>1.4</version>
40 +<date>2005-07-25</date>
41
42 <chapter>
43 <title>Cron basics</title>
44 @@ -262,7 +262,7 @@
45 </p>
46
47 <pre caption="Adding a user to the cron group">
48 -gpasswd -a wepy cron
49 +# <i>gpasswd -a wepy cron</i>
50 </pre>
51
52 <p>
53 @@ -339,10 +339,10 @@
54 <table>
55 <tr>
56 <th>Version</th>
57 - <th>Edit command&nbsp;</th>
58 - <th>Remove command&nbsp;</th>
59 - <th>New command&nbsp;</th>
60 - <th>List command&nbsp;</th>
61 + <th>Edit command</th>
62 + <th>Remove command</th>
63 + <th>New command</th>
64 + <th>List command</th>
65 </tr>
66 <tr>
67 <ti>dcron</ti>
68
69
70
71 --
72 gentoo-doc-cvs@g.o mailing list