Description: fixing inconsistent/unsupported macros
  tdbc_connection.n man page used unsupported/undefined macros
Author: Massimo Manghi <mxmanghi@apache.org>
Last-Update: 2014-11-12
---
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).
@@ -172,7 +172,7 @@
 connection for the primary keys belonging to a given table. The
 \fItableName\fR parameter identifies the table being interrogated. The result
 is a list of dictionaries enumerating the keys (in a similar format to the
-list returned by \fI$connection\fR \fBallrows -as dicts\fR). The keys of the
+list returned by \fI$connection\fR \fBallrows \-as dicts\fR). The keys of the
 dictionary may include at least the following. Values that are NULL or
 meaningless in a given database are omitted.
 .IP \fBtableCatalog\fR
@@ -207,7 +207,7 @@
 catalog if both options are omitted. The result of the \fBforeignkeys\fR 
 object command is a list of dictionaries, with one list element per key
 (in a similar format to the
-list returned by \fI$connection\fR \fBallrows -as dicts\fR). The keys of the
+list returned by \fI$connection\fR \fBallrows \-as dicts\fR). The keys of the
 dictionary may include at least the following. Values that are NULL or
 meaningless in a given database are omitted.
 .IP \fBforeignConstraintCatalog\fR
