Description: list macro .IP confused by missing argument delimiters
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_mysql.n
+++ b/doc/tdbc_mysql.n
@@ -129,11 +129,11 @@
 is meaningful only on initial connection. When using the \fBconfigure\fR
 method on a MySQL connection use the \fB-timeout\fR option to set the
 timeout desired.
-.IP \fB-ssl_ca\fR \fIstring\fR
-.IP \fB-ssl_capath\fR \fIstring\fR
-.IP \fB-ssl_cert\fR \fIstring\fR
-.IP \fB-ssl_cipher\fR \fIstring\fR
-.IP \fB-ssl_key\fR \fIstring\fR
+.IP "\fB-ssl_ca\fR \fIstring\fR"
+.IP "\fB-ssl_capath\fR \fIstring\fR"
+.IP "\fB-ssl_cert\fR \fIstring\fR"
+.IP "\fB-ssl_cipher\fR \fIstring\fR"
+.IP "\fB-ssl_key\fR \fIstring\fR"
 These five options set the certificate authority, certificate authority
 search path, SSL certificate, transfer cipher, and SSL key to the
 given \fIstring\fR arguments. These options may be specified only
@@ -150,7 +150,7 @@
 .SH "ADDITIONAL CONNECTION METHODS"
 In addition to the usual methods on the tdbc::connection(n) object,
 connections to a MySQL database support one additional method:
-.IP \fI$connection\fR \fBevaldirect\fR \fIsqlStatement\fR
+.IP "\fI$connection\fR \fBevaldirect\fR \fIsqlStatement\fR"
 This method takes the given \fIsqlStatement\fR and interprets as
 MySQL native SQL code and evaluates it without preparing it. The
 statement may not contain variable substitutions. The result set
