]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Updated the man page to reflect the behavioural change of create_temp_file()
authorDavid Sommerseth <dazo@users.sourceforge.net>
Fri, 16 Apr 2010 20:11:59 +0000 (22:11 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Tue, 27 Apr 2010 21:07:38 +0000 (23:07 +0200)
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>
openvpn.8

index 82e7d24f941c5e11562fb678bab862985ccd74ac..301cd37672342fbe7ad8f43b440197de73d43c4c 100644 (file)
--- a/openvpn.8
+++ b/openvpn.8
@@ -2814,7 +2814,7 @@ on client connection.  The script is passed the common name
 and IP address of the just-authenticated client
 as environmental variables (see environmental variable section
 below).  The script is also passed
-the pathname of a not-yet-created temporary file as $1
+the pathname of a freshly created temporary file as $1
 (i.e. the first command line argument), to be used by the script
 to pass dynamically generated config file directives back to OpenVPN.