diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/doc/Properties.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/doc/Properties.sgml b/cpp/doc/Properties.sgml index 6b8fb97aa5c..2641afc469c 100644 --- a/cpp/doc/Properties.sgml +++ b/cpp/doc/Properties.sgml @@ -614,7 +614,7 @@ Ice.NullHandleAbort=<replaceable>num</replaceable> <para> If <replaceable>num</replaceable> is set to a value larger than zero, IceUtil smart pointers will cause the program to abort instead of -raising an <literal>IceUtil::NullHandleException</literal> exception +raising a <literal>IceUtil::NullHandleException</literal> exception if a null smart pointer is accessed. (C++ only.) </para> </section> |