[libgda] Applied patch for bug #651829 (thanks to Christian Kirbach)
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Applied patch for bug #651829 (thanks to Christian Kirbach)
- Date: Sat, 4 Jun 2011 09:22:17 +0000 (UTC)
commit d03156472db035f52d70fdcd153ce3185f819c7e
Author: Vivien Malerba <malerba gnome-db org>
Date: Sat Jun 4 11:21:28 2011 +0200
Applied patch for bug #651829 (thanks to Christian Kirbach)
tools/browser/help/C/ldap-connections.page | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/browser/help/C/ldap-connections.page b/tools/browser/help/C/ldap-connections.page
index c1d033a..dc62b74 100644
--- a/tools/browser/help/C/ldap-connections.page
+++ b/tools/browser/help/C/ldap-connections.page
@@ -67,7 +67,7 @@
<p>
Also, because
some attributes can have multiple values, the table construction handles multi-valued attributes in
- different ways, depending on each attribute's options, an option can be specified by appending the
+ different ways, depending on each attribute's options. An option can be specified by appending the
"::<option>" to the attribute name. Valid options are:
</p>
<list>
@@ -109,7 +109,7 @@
<list>
<item><p><code>CREATE LDAP TABLE <table_name> [BASE='<base_dn>'] [FILTER='<filter>'] [ATTRIBUTES='<filter>'] [SCOPE='<filter>']</code> to declare a new LDAP virtual table</p></item>
<item><p><code>DESCRIBE LDAP TABLE <table_name></code> to show LDAP virtual table's definition</p></item>
- <item><p><code>ALTER LDAP TABLE <table_name> [BASE='<base_dn>'] [FILTER='<filter>'] [ATTRIBUTES='<filter>'] [SCOPE='<filter>']</code> to modify an LDAP virtual table's definition (only the specified part is actually modified</p></item>
+ <item><p><code>ALTER LDAP TABLE <table_name> [BASE='<base_dn>'] [FILTER='<filter>'] [ATTRIBUTES='<filter>'] [SCOPE='<filter>']</code> to modify an LDAP virtual table's definition (only the specified part is actually modified)</p></item>
<item><p><code>DROP LDAP TABLE <table_name></code> to remove an LDAP virtual table. Note that the
usual <code>DROP TABLE <table_name></code> can also be used instead.</p></item>
</list>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]