Julian Foad wrote on Sat, Apr 27, 2013 at 17:51:22 +0100: > Daniel Shahaf <danie...@elego.de> > > @@ -197,7 +198,10 @@ svn_ra_svn__skip_leading_garbage(svn_ra_svn_conn_t > > * contains two elements, an error will result. > > * > > * 'B' is similar to 'b', but may be used in the optional tuple > > specification. > > - * It returns TRUE, FALSE, or SVN_RA_SVN_UNSPECIFIED_NUMBER. > > + * It returns TRUE, FALSE, or SVN_RA_SVN_UNSPECIFIED_NUMBER. This format > > + * code is deprecated; new code should use '3' instead. > > + * > > + * '3' is like 'B', mutatis mutandis. > > Inaccurate. Try: > > * '3' is similar to 'b', but may be used in the optional tuple > specification. > * It returns svn_tristate_true, svn_tristate_false or svn_tristate_unknown. > * > * 'B' is deprecated. It is similar to '3', but it returns > * TRUE, FALSE, or SVN_RA_SVN_UNSPECIFIED_NUMBER. > > Also the final sentence should be changed: > > * will be set to @c NULL. 'b' may not appear inside an optional > - * tuple specification; use 'B' instead. > + * tuple specification; use '3' instead. >
Good suggestions, incorporated. Committed in r1476641. Thanks, Daniel