From 265e62b1aba63c88c48709ab3b1db32f613ff14d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 25 Jan 2011 10:15:13 +0200 Subject: Man pages proofreading fixes --- odb/options.cli | 12 ++++++------ 1 file 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 { "", "Use 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}. 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{} header file, you are expected to include the @@ -287,14 +287,14 @@ class options std::string --profile|-p { "", - "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 . 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." }; -- cgit v1.1