parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: rearrange a long line in sql's documentation


From: George Zarkadas
Subject: Patch: rearrange a long line in sql's documentation
Date: Mon, 14 Mar 2011 20:02:22 +0200

This is minor really, but since it had showed up during the lintian scan
(see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518696 for
reference) I will report it:

The DBURL syntax line in sql documentation is longer than man would be
happy with. 

The following patch handles this in the best way I could thought.

regards
George Zarkadas

######################################################
--- a/src/sql
+++ b/src/sql
@@ -30,7 +30,10 @@
 =item I<dburl>
 
 A DBURL has the following syntax:
-[sql:]vendor://[[user][:password]@][host][:port]/[database][?sqlquery]
+[sql:]vendor://[connection]/[database][?sqlquery]
+
+The connection part has the form:
+[[user][:password]@][host][:port]
 
 See the section DBURL below.
 
######################################################





reply via email to

[Prev in Thread] Current Thread [Next in Thread]