Browse code

Updated the man page to reflect the behavioural change of create_temp_file()

As this function now creates the temp file, it is no longer
'not-yet-created', but 'freshly created'.

Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: Gert Doering <gert@greenie.muc.de>

David Sommerseth authored on 2010/04/17 05:11:59
Showing 1 changed files
... ...
@@ -2814,7 +2814,7 @@ on client connection.  The script is passed the common name
2814 2814
 and IP address of the just-authenticated client
2815 2815
 as environmental variables (see environmental variable section
2816 2816
 below).  The script is also passed
2817
-the pathname of a not-yet-created temporary file as $1
2817
+the pathname of a freshly created temporary file as $1
2818 2818
 (i.e. the first command line argument), to be used by the script
2819 2819
 to pass dynamically generated config file directives back to OpenVPN.
2820 2820