1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Description: list macro .IP confused by missing argument delimiters
Author: Massimo Manghi <mxmanghi@apache.org>
Forwarded: no
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
@@ -95,7 +95,7 @@
always fail unless the encoding is \fButf-8\fR; the database connection
always uses UTF-8 encoding to be able to transfer arbitrary Unicode
characters. The \fB-readonly\fR option must be \fB0\fR, because
-MySQL does not offer read-only connections.
+MySQL does not offer read-only connections.
.PP
In addition, the following options are recognized:
.IP "\fB-host\fR \fIhostname\fR"
@@ -115,7 +115,7 @@
current user ID.
.IP "\fB-passwd\fR \fIpassword\fR"
.IP "\fB-password\fR \fIpassword\fR"
-These two options are synonymous. They present the given \fIpassword\fR as
+These two options are synonymous. They present the given \fIpassword\fR as
the user's password to the MySQL server. Default is not to present a password.
.IP "\fB-database\fR \fIname\fR"
.IP "\fB-db\fR \fIname\fR"
@@ -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
|