$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53620 - trunk/libs/date_time/xmldoc
From: andrey.semashev_at_[hidden]
Date: 2009-06-04 05:47:13
Author: andysem
Date: 2009-06-04 05:47:12 EDT (Thu, 04 Jun 2009)
New Revision: 53620
URL: http://svn.boost.org/trac/boost/changeset/53620
Log:
Fixes #2710.
Text files modified:
trunk/libs/date_time/xmldoc/date_period.xml | 2 +-
trunk/libs/date_time/xmldoc/time_period.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/date_time/xmldoc/date_period.xml
==============================================================================
--- trunk/libs/date_time/xmldoc/date_period.xml (original)
+++ trunk/libs/date_time/xmldoc/date_period.xml 2009-06-04 05:47:12 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: trunk/libs/date_time/xmldoc/time_period.xml
==============================================================================
--- trunk/libs/date_time/xmldoc/time_period.xml (original)
+++ trunk/libs/date_time/xmldoc/time_period.xml 2009-06-04 05:47:12 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>