]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update xlat.c
authorAlan Buxey <alan.buxey@gmail.com>
Wed, 9 Sep 2015 19:40:55 +0000 (20:40 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 9 Sep 2015 19:45:42 +0000 (15:45 -0400)
src/main/xlat.c

index 3dfdad9d61fed82e1a6482ba780ec3740fd65d20..b21672cea703188eab2c463947c3cc34583aedfc 100644 (file)
@@ -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/variables.txt' for more information.
+ * See 'doc/configuration/variables.txt' 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/variables.txt' for more information.
+ * See 'doc/configuration/variables.txt' for more information.
  *
  * @param[out] out Where to write pointer to output buffer.
  * @param[in] outlen Size of out.