瀏覽代碼

db.connect: manual cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54246 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年之前
父節點
當前提交
7c8a6b9b38
共有 1 個文件被更改,包括 11 次插入8 次删除
  1. 11 8
      db/db.connect/db.connect.html

+ 11 - 8
db/db.connect/db.connect.html

@@ -44,7 +44,7 @@ db.tables -p
 
 <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 @@ db.tables -p
 
 <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 @@ db.tables -p
 
 <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 @@ db.tables -p
 
 <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 @@ db.tables -p
 
 <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 @@ db.tables -p
 <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>