Skip to content

Commit

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

0 comments on commit a8d7f4e

Please sign in to comment.