aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-20 15:33:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-20 15:43:46 +0200
commit893c0b2d1f646390f6cf27935424f64a22eaf1f1 (patch)
tree7c3a9c89d75e6adca0bdd52b7d3b21c26bcecfa2 /odb
parent64cc9e9f0ed1ac6742ce9d5b370bf7de7b1cb461 (diff)
Minor documentation fixes
Diffstat (limited to 'odb')
-rw-r--r--odb/options.cli6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/options.cli b/odb/options.cli
index fedc00a..a8f6eeb 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -438,7 +438,7 @@ class options
version-specific optimizations and workarounds in the generated C++
code. The version must be in the \c{\i{major}\b{.}\i{minor}} form, for
example, \cb{9.0} (SQL Server 2005), \cb{10.5} (2008R2), or \cb{11.0}
- (2012). If this options is not specified, then 10.0 (SQL Server 2008)
+ (2012). If this options is not specified, then \cb{10.0} (SQL Server 2008)
or later is assumed."
};
@@ -485,8 +485,8 @@ class options
generated C++ code will be linked. This information is used to enable
version-specific optimizations and workarounds in the generated C++
code. The version must be in the \c{\i{major}\b{.}\i{minor}} form,
- for example, \cb{11.2}. If this options is not specified, then 10.1
- or later is assumed."
+ for example, \cb{11.2}. If this options is not specified, then
+ \cb{10.1} or later is assumed."
};
//