[GRASS-SVN] r54246 - grass/trunk/db/db.connect

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 8 03:40:12 PST 2012


Author: martinl
Date: 2012-12-08 03:40:11 -0800 (Sat, 08 Dec 2012)
New Revision: 54246

Modified:
   grass/trunk/db/db.connect/db.connect.html
Log:
db.connect: manual cosmetics


Modified: grass/trunk/db/db.connect/db.connect.html
===================================================================
--- grass/trunk/db/db.connect/db.connect.html	2012-12-08 00:08:36 UTC (rev 54245)
+++ grass/trunk/db/db.connect/db.connect.html	2012-12-08 11:40:11 UTC (rev 54246)
@@ -44,7 +44,7 @@
 
 <h3>ODBC</h3>
 
-Network storage: (may require the use of <a href=db.login.html>db.login</a>):
+Network storage: (may require the use of <em><a href=db.login.html>db.login</a></em>):
 <br> 
 <div class="code"><pre>
 db.connect driver=odbc database=gtest
@@ -56,7 +56,7 @@
 
 <h3>PostgreSQL</h3>
 
-Network storage: (may require the use of <a href=db.login.html>db.login</a>):
+Network storage: (may require the use of <em><a href=db.login.html>db.login</a></em>):
 <br>
 <div class="code"><pre>
 db.connect driver=pg database="host=myserver.itc.it,dbname=mydb"
@@ -68,7 +68,7 @@
 
 <h3>PostgreSQL with different port</h3>
 
-Network storage: (may require the use of <a href=db.login.html>db.login</a>):
+Network storage: (may require the use of <em><a href=db.login.html>db.login</a></em>):
 <br>
 <div class="code"><pre>
 db.connect driver=pg database="host=myserver.itc.it,dbname=mydb,port=6666"
@@ -80,7 +80,7 @@
 
 <h3>MySQL (local)</h3>
 
-Local storage (<a href=db.login.html>db.login</a> may not be needed):
+Local storage (<em><a href=db.login.html>db.login</a></em> may not be needed):
 <br>
 <div class="code"><pre>
 db.connect driver=mysql database=mydb
@@ -92,7 +92,7 @@
 
 <h3>MySQL (external server)</h3>
 
-Network storage: (may require the use of <a href=db.login.html>db.login</a>):
+Network storage: (may require the use of <em><a href=db.login.html>db.login</a></em>):
 <br>
 <div class="code"><pre>
 db.connect driver=mysql database="host=myserver.itc.it,dbname=mydb"
@@ -110,12 +110,15 @@
 <a href="db.login.html">db.login</a>,
 <a href="db.tables.html">db.tables</a>,
 <a href="v.db.addtable.html">v.db.addtable</a>,
-<a href="v.db.connect.html">v.db.connect</a>,
-<a href="sql.html">GRASS SQL interface</a></em>
+<a href="v.db.connect.html">v.db.connect</a>
+</em>
 
+<p>
+<a href="sql.html">GRASS SQL interface</a>
 
 <h2>AUTHOR</h2>
 
 Radim Blazek, ITC-Irst, Trento, Italy
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list