From: Alan Buxey Date: Thu, 10 Sep 2015 19:25:27 +0000 (+0100) Subject: Update xlat.c X-Git-Tag: release_3_0_10~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b75fe12badfef0f539469d0501550a38b0ecdbd;p=thirdparty%2Ffreeradius-server.git Update xlat.c --- diff --git a/src/main/xlat.c b/src/main/xlat.c index b21672cea70..498f6b23610 100644 --- a/src/main/xlat.c +++ b/src/main/xlat.c @@ -2452,7 +2452,7 @@ static size_t xlat_process(char **out, REQUEST *request, xlat_exp_t const * cons /** Replace %whatever in a string. * - * See 'doc/configuration/variables.txt' for more information. + * See 'doc/configuration/variables.rst' for more information. * * @param[out] out Where to write pointer to output buffer. * @param[in] outlen Size of out. @@ -2501,7 +2501,7 @@ static ssize_t xlat_expand(char **out, size_t outlen, REQUEST *request, char con /** Replace %whatever in a string. * - * See 'doc/configuration/variables.txt' for more information. + * See 'doc/configuration/variables.rst' for more information. * * @param[out] out Where to write pointer to output buffer. * @param[in] outlen Size of out.