Another doc fix; Refs #6596

[SVN r77130]
This commit is contained in:
Marshall Clow
2012-02-27 20:40:58 +00:00
parent 028d9aedcd
commit a92ae91b23

View File

@ -234,7 +234,7 @@ namespace boost {
\param Input An input string \param Input An input string
\param N Length of the head \param N Length of the head
For N>=0, at most N characters are extracted. For N>=0, at most N characters are extracted.
For N<0, size(Input)-|N| characters are extracted. For N<0, at most size(Input)-|N| characters are extracted.
\return \return
An \c iterator_range delimiting the match. An \c iterator_range delimiting the match.
Returned iterator is either \c Range1T::iterator or Returned iterator is either \c Range1T::iterator or
@ -264,7 +264,7 @@ namespace boost {
\param Input An input string \param Input An input string
\param N Length of the tail. \param N Length of the tail.
For N>=0, at most N characters are extracted. For N>=0, at most N characters are extracted.
For N<0, size(Input)-|N| characters are extracted. For N<0, at most size(Input)-|N| characters are extracted.
\return \return
An \c iterator_range delimiting the match. An \c iterator_range delimiting the match.
Returned iterator is either \c RangeT::iterator or Returned iterator is either \c RangeT::iterator or