neysx       07/03/25 08:10:51

  Modified:             hb-portage-configuration.xml hb-portage-files.xml
  Log:
  #172125 Remove extraneous </li><li>

Revision  Changes    Path
1.15                 xml/htdocs/doc/en/handbook/hb-portage-configuration.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?r1=1.14&r2=1.15

Index: hb-portage-configuration.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hb-portage-configuration.xml        15 Feb 2007 11:51:01 -0000      1.14
+++ hb-portage-configuration.xml        25 Mar 2007 08:10:51 -0000      1.15
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v 
1.14 2007/02/15 11:51:01 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v 
1.15 2007/03/25 08:10:51 neysx Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 configuration file or as environment variable.
 </abstract>
 
-<version>1.6</version>
-<date>2007-02-15</date>
+<version>1.7</version>
+<date>2007-03-25</date>
 
 <section>
 <title>Portage Configuration</title>
@@ -238,8 +238,6 @@
   <li>
     PORTAGE_RSYNC_EXTRA_OPTS can be used to set additional options when
     syncing. Each option should be space separated.
-  </li>
-  <li>
     <ul>
       <li>
        --timeout=&lt;number&gt;: This defines the number of seconds an rsync



1.15                 xml/htdocs/doc/en/handbook/hb-portage-files.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?r1=1.14&r2=1.15

Index: hb-portage-files.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hb-portage-files.xml        25 Nov 2006 04:50:31 -0000      1.14
+++ hb-portage-files.xml        25 Mar 2007 08:10:51 -0000      1.15
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v 1.14 
2006/11/25 04:50:31 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v 1.15 
2007/03/25 08:10:51 neysx Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 files and data.
 </abstract>
 
-<version>1.8</version>
-<date>2006-11-03</date>
+<version>1.9</version>
+<date>2007-03-25</date>
 
 <section>
 <title>Portage Files</title>
@@ -307,8 +307,6 @@
     PORTAGE_ELOG_CLASSES: This is where you set what kinds of messages to be
     logged. You can use any space-separated combination of <c>info</c>,
     <c>warn</c>, <c>error</c>, and <c>log</c>.
-  </li>
-  <li>
     <ul>
       <li>info: Logs "einfo" messages printed by an ebuild</li>
       <li>warn: Logs "ewarn" messages printed by an ebuild</li>
@@ -321,8 +319,6 @@
     messages. If left empty, logging is disabled. You can use any
     space-separated combination of <c>save</c>, <c>custom</c>, <c>syslog</c>,
     and <c>mail</c>. You must select at least one module in order to use elog.
-  </li>
-  <li>
     <ul>
       <li>
        save: This saves one log per package in <path>$PORT_LOGDIR/elog</path>,
@@ -346,8 +342,6 @@
     that you can make use of two variables: ${PACKAGE} is the package name and
     version, while ${LOGFILE} is the absolute path to the logfile. Here's one
     possible usage:
-  </li>
-  <li>
     <ul>
       <li>
         PORTAGE_ELOG_COMMAND="/path/to/logger -p '\${PACKAGE}' -f 
'\${LOGFILE}'"
@@ -363,8 +357,6 @@
     Here's an example for an smtp server that requires username and
     password-based authentication on a particular port (the default is port
     25):
-  </li>
-  <li>
     <ul>
       <li>
        PORTAGE_ELOG_MAILURI="[EMAIL PROTECTED]
@@ -382,8 +374,8 @@
     the package name and version, while ${HOST} is the fully qualified domain
     name of the host Portage is running on.
   </li>
-  <li>Here's one possible use:</li>
   <li>
+    Here's one possible use:
     <ul>
       <li>
        PORTAGE_ELOG_MAILSUBJECT="package \${PACKAGE} was merged on \${HOST}



-- 
[email protected] mailing list

Reply via email to