]> 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>
Thu, 29 Apr 2010 18:22:29 +0000 (20:22 +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 8f5316128636bc0548becf59dbae0e6b0d9c3904..b2225c18fa232ef025b2edb705ff387a5497e230 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.