Skip to content

Commit

Permalink
Update xlat.c
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbuxey committed Sep 10, 2015
1 parent cefd939 commit a3077b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/xlat.c
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a3077b1

Please sign in to comment.