]> 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, 21 Oct 2010 09:37:03 +0000 (11:37 +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 534f7340f2dd19b8024c09deb2e1fe5353519695..2d939dea1f6852c8f73edaf1d014cedfcbca8b70 100644 (file)
--- a/openvpn.8
+++ b/openvpn.8
@@ -2833,7 +2833,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.