Description: unrecognized macros in manual page
 lintian complains about a .CS unrecognized macro and other text where
 literal expression using dots or single quotes were placed at the
 beginning of lines breaking groff syntax
Author: Massimo Manghi <mxmanghi@apache.org>
Last-Update: 2013-08-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/tdbc_connection.n
+++ b/doc/tdbc_connection.n
@@ -117,9 +117,9 @@
 object command prepares a call to a stored procedure for execution.
 The syntax of the stored procedure call is:
 .PP
-.CS
+.EX
 ?\fIresultvar\fR =? \fIprocname\fR(?\fIarg\fR ?, \fIarg\fR...?)
-.CE
+.EE
 .PP
 The return value is a
 newly-created Tcl command that represents the statement. See
@@ -137,7 +137,7 @@
 connection for the names of tables that exist in the database.
 The optional \fIpattern\fR parameter is a pattern to match the name of
 a table. It may contain the SQL wild-card characters '\fB%\fR' and
-'\fB_\fR'. The return value is a dictionary whose keys are table names
+\&'\fB_\fR'. The return value is a dictionary whose keys are table names
 and whose values are subdictionaries. See the documentation for the
 individual database driver for the interpretation of the values.
 .PP
@@ -145,7 +145,7 @@
 connection for the names of columns that exist in a given table.
 The optional \fBpattern\fR parameter is a pattern to match the name of
 a column. It may contain the SQL wild-card characters '\fB%\fR' and
-'\fB_\fR'. The return value is a dictionary whose keys are column names
+\&'\fB_\fR'. The return value is a dictionary whose keys are column names
 and whose values are dictionaries. Each of the subdictionaries will
 contain at least the following keys and values (and may contain others
 whose usage is determined by a specific database driver).
