aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-25 10:15:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-25 10:15:13 +0200
commit265e62b1aba63c88c48709ab3b1db32f613ff14d (patch)
tree2622ef94d4917854ef01efb921f8ecc3259eb61d
parent737c7e859d2d7e2a14e58189f1a5bbd3bc5f3558 (diff)
Man pages proofreading fixes
-rw-r--r--odb/options.cli12
1 files changed, 6 insertions, 6 deletions
diff --git a/odb/options.cli b/odb/options.cli
index 9acc6f3..9be8198 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -69,15 +69,15 @@ class options
{
"<ptr>",
"Use <ptr> as the default pointer for persistent objects. Objects that
- do not have a pointer assigned with the \cb{pointer} pragma specifier
+ do not have a pointer assigned with the \cb{db pointer} pragma
will use this pointer by default. The value of this option can be \cb{*}
which denotes the raw pointer and is the default, or a qualified name
of a smart pointer class template, for example, \cb{std::auto_ptr}. In
the latter case, the ODB compiler constructs the object pointer by adding
a single template argument of the object type to the qualified name, for
example \cb{std::auto_ptr<object>}. The object pointer is used by the
- ODB runtime to return dynamically allocated instances of the object
- type.
+ ODB runtime to return, pass, and cache dynamically allocated instances
+ of the object type.
Except for the raw pointer and the standard smart pointers defined
in the \cb{<memory>} header file, you are expected to include the
@@ -287,14 +287,14 @@ class options
std::string --profile|-p
{
"<name>",
- "Specify a profile that should be used during compilation.
- Profile is an options file with the name constructed by appending
+ "Specify a profile that should be used during compilation. A
+ profile is an options file with the name constructed by appending
the \cb{.options} suffix to <name>. It is searched for in the
same set of directories as C++ headers included with the
\cb{#include <...>} directive (built-in paths plus those specified
with the \cb{-I} options). The options file is first searched for
in the directory itself and then in its \cb{odb/} subdirectory. For
- format of the options file refer to the \cb{--options-file} option
+ the format of the options file refer to the \cb{--options-file} option
below. You can repeat this option to specify more than one profile."
};