]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix another comment
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 1 Mar 2019 12:12:20 +0000 (20:12 +0800)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 1 Mar 2019 12:12:20 +0000 (20:12 +0800)
src/lib/server/xlat_tokenize.c

index dace0edbc1fed7728e97f821cbfcfff199787234..0a545a538738b2602ed3ccebc0946248c544cf38 100644 (file)
@@ -188,8 +188,8 @@ static ssize_t xlat_tokenize_alternation(TALLOC_CTX *ctx, xlat_exp_t **head, cha
 #ifdef HAVE_REGEX
 /** Parse an xlat reference
  *
- * Parses a function call string in the format
- * @verbatim %{<func>:<arguments} @endverbatim
+ * Allows access to a subcapture groups
+ * @verbatim %{<num>} @endverbatim
  *
  */
 static inline ssize_t xlat_tokenize_regex(TALLOC_CTX *ctx, xlat_exp_t **head, char const *fmt)