Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81186 - trunk/libs/test/doc/src
From: gennadiy.rozental_at_[hidden]
Date: 2012-11-04 22:53:28


Author: rogeeff
Date: 2012-11-04 22:53:27 EST (Sun, 04 Nov 2012)
New Revision: 81186
URL: http://svn.boost.org/trac/boost/changeset/81186

Log:
docs fixes
Text files modified:
   trunk/libs/test/doc/src/utf.user-guide.glossary.xml | 4 ++--
   trunk/libs/test/doc/src/utf.user-guide.runtime-config.xml | 6 +++---
   2 files changed, 5 insertions(+), 5 deletions(-)

Modified: trunk/libs/test/doc/src/utf.user-guide.glossary.xml
==============================================================================
--- trunk/libs/test/doc/src/utf.user-guide.glossary.xml (original)
+++ trunk/libs/test/doc/src/utf.user-guide.glossary.xml 2012-11-04 22:53:27 EST (Sun, 04 Nov 2012)
@@ -3,10 +3,10 @@
  <!ENTITY utf "<acronym>UTF</acronym>">
 ]>
  <section id="utf.user-guide.glossary">
- <title>Introduction &hellip; or what's your name?</title><titleabbrev>Introduction</titleabbrev>
+ <title>Glossary &hellip; or what's your name?</title><titleabbrev>Glossary</titleabbrev>
 
   <para role="first-line-indented">
- Without further ado, let's define terms regularly used by the &utf;.
+ Here the list of terms used throughout the this documentation.
   </para>
   <variablelist>
    <?dbhtml term-width="16%" list-width="100%"?>

Modified: trunk/libs/test/doc/src/utf.user-guide.runtime-config.xml
==============================================================================
--- trunk/libs/test/doc/src/utf.user-guide.runtime-config.xml (original)
+++ trunk/libs/test/doc/src/utf.user-guide.runtime-config.xml 2012-11-04 22:53:27 EST (Sun, 04 Nov 2012)
@@ -367,12 +367,12 @@
     </vals>
     <descr>
      <simpara>
- positive value tells the framework to detect the memory leaks (if any). Any value greater then 1 in addition
+ Positive value tells the framework to detect the memory leaks (if any). In addition any value greater than 1
       is treated as leak allocation number and setups runtime breakpoint. In other words setting this parameter to
       the positive value N greater than 1 causes the framework to set a breakpoint at Nth memory allocation (don't
- do that from the command line - only when you are under debugger). Note: if your test program produce memory
+ do that from the command line - only when you are under debugger). Note: if your test program produces memory
       leaks notifications, they are combined with allocation number values you could use to set a breakpoint.
- Currently only applies to MS family of compilers.
+ Currently only applies to MS family of compilers in debug builds.
      </simpara>
     </descr>
    </refentry>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk