From: Matthew Newton Date: Wed, 9 Sep 2015 16:17:12 +0000 (+0100) Subject: minor doc tweak from file move X-Git-Tag: release_3_0_10~147^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1218%2Fhead;p=thirdparty%2Ffreeradius-server.git minor doc tweak from file move --- 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. #