From 8981c94e060d4a2667307eca20d83d2ba4d3e419 Mon Sep 17 00:00:00 2001 From: Matthew Newton Date: Wed, 9 Sep 2015 17:17:12 +0100 Subject: [PATCH] minor doc tweak from file move --- raddb/mods-available/detail | 8 ++++---- raddb/mods-available/exec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/raddb/mods-available/detail b/raddb/mods-available/detail index db03a5209e..e91e12d0b4 100644 --- a/raddb/mods-available/detail +++ b/raddb/mods-available/detail @@ -16,8 +16,8 @@ detail { # day, so that the detail file doesn't have to go # through a 'log rotation' # - # If your detail files are large, you may also want - # to add a ':%H' (see doc/variables.txt) to the end + # If your detail files are large, you may also want to add + # a ':%H' (see doc/configuration/variables.rst) to the end # of it, to create a new detail file every hour, e.g.: # # ..../detail-%Y%m%d:%H @@ -68,8 +68,8 @@ detail { # format (see "man ctime" for details). # # The header can be customised by editing this - # string. See "doc/variables.txt" for a description - # of what can be put here. + # string. See "doc/configuration/variables.rst" for a + # description of what can be put here. # header = "%t" diff --git a/raddb/mods-available/exec b/raddb/mods-available/exec index ed39402de1..bb1d4374b7 100644 --- a/raddb/mods-available/exec +++ b/raddb/mods-available/exec @@ -17,7 +17,7 @@ # # The RADIUS attributes from the user request will be placed # into environment variables of the executed program, as -# described in "man unlang" and in doc/variables.txt +# described in "man unlang" and in doc/configuration/variables.rst # # See also "echo" for more sample configuration. # -- 2.47.3