]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
minor doc tweak from file move 1218/head
authorMatthew Newton <mcn4@leicester.ac.uk>
Wed, 9 Sep 2015 16:17:12 +0000 (17:17 +0100)
committerMatthew Newton <mcn4@leicester.ac.uk>
Wed, 9 Sep 2015 16:17:12 +0000 (17:17 +0100)
raddb/mods-available/detail
raddb/mods-available/exec

index db03a5209eea7db9f9a33387279902b0d056bc59..e91e12d0b4de8f3cb084c179b321924d0248cfbb 100644 (file)
@@ -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"
 
index ed39402de11115d15ac6232fd93c5c4d4a7e66ae..bb1d4374b741a7bfcdfc098fc57af650509ceae2 100644 (file)
@@ -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.
 #