Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53621 - branches/release/libs/date_time/xmldoc
From: andrey.semashev_at_[hidden]
Date: 2009-06-04 05:48:01


Author: andysem
Date: 2009-06-04 05:48:01 EDT (Thu, 04 Jun 2009)
New Revision: 53621
URL: http://svn.boost.org/trac/boost/changeset/53621

Log:
Fixes #2710.
Text files modified:
   branches/release/libs/date_time/xmldoc/date_period.xml | 2 +-
   branches/release/libs/date_time/xmldoc/time_period.xml | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: branches/release/libs/date_time/xmldoc/date_period.xml
==============================================================================
--- branches/release/libs/date_time/xmldoc/date_period.xml (original)
+++ branches/release/libs/date_time/xmldoc/date_period.xml 2009-06-04 05:48:01 EDT (Thu, 04 Jun 2009)
@@ -113,7 +113,7 @@
 
           <row>
             <entry valign="top" morerows="1"><screen>date_period expand(days)</screen></entry>
- <entry>Add duration to both begin and end.</entry>
+ <entry>Subtract duration from begin and add duration to end.</entry>
           </row>
           <row>
             <entry>

Modified: branches/release/libs/date_time/xmldoc/time_period.xml
==============================================================================
--- branches/release/libs/date_time/xmldoc/time_period.xml (original)
+++ branches/release/libs/date_time/xmldoc/time_period.xml 2009-06-04 05:48:01 EDT (Thu, 04 Jun 2009)
@@ -123,7 +123,7 @@
 
           <row>
             <entry valign="top" morerows="1"><screen>time_period expand(days)</screen></entry>
- <entry>Add duration to both begin and end.</entry>
+ <entry>Subtract duration from begin and add duration to end.</entry>
           </row>
           <row>
             <entry>


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