[Midnightbsd-cvs] www [577] trunk/documentation/mports/index.html: more code cleanup

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Nov 22 14:08:51 EST 2014


Revision: 577
          http://svnweb.midnightbsd.org/www/?rev=577
Author:   laffer1
Date:     2014-11-22 14:08:50 -0500 (Sat, 22 Nov 2014)
Log Message:
-----------
more code cleanup

Modified Paths:
--------------
    trunk/documentation/mports/index.html

Modified: trunk/documentation/mports/index.html
===================================================================
--- trunk/documentation/mports/index.html	2014-11-22 19:06:36 UTC (rev 576)
+++ trunk/documentation/mports/index.html	2014-11-22 19:08:50 UTC (rev 577)
@@ -204,24 +204,25 @@
 </thead>
  <tbody>
 </tr>
-<tr>  <td><tt>dist-mirror</tt></td>
+<tr>
+  <td><tt>dist-mirror</tt></td>
   <td>Free redistribution of distfile (like FTP mirroring; opposite of <tt>RESTRICTED</tt>)</td>
 </tr>
 <tr>
-  <td><p > <tt >dist-sell</tt> </p></td>
-  <td><p > Selling of distfile (like in CD-ROM; opposite of <tt >NO_CDROM</tt>) </p></td>
+  <td><tt>dist-sell</tt></td>
+  <td>Selling of distfile (like in CD-ROM; opposite of <tt>NO_CDROM</tt>)</td>
 </tr>
 <tr>
-  <td><tt >pkg-mirror</tt></td>
-  <td>Free redistribution of package (like FTP upload; opposite of <tt >NO_PACKAGE</tt>)</td>
+  <td><tt>pkg-mirror</tt></td>
+  <td>Free redistribution of package (like FTP upload; opposite of <tt>NO_PACKAGE</tt>)</td>
 </tr>
 <tr>
-  <td><tt >pkg-sell</tt></td>
+  <td><tt>pkg-sell</tt></td>
   <td>Selling of package (like in CD-ROM; opposite of <tt>NO_CDROM</tt>)</td>
 </tr>
 <tr>
-  <td><tt >auto-accept</tt></td>
-  <td>If present the license is accepted by default, without agreement (at least <tt>LICENSES_ASK</tt> is defined by the user) </td>
+  <td><tt>auto-accept</tt></td>
+  <td>If present the license is accepted by default, without agreement<br>(at least <tt>LICENSES_ASK</tt> is defined by the user)</td>
 </tr>
 </tbody>
 </table>



More information about the Midnightbsd-cvs mailing list