summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-04-16 22:11:59 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-04-27 23:07:38 +0200
commit0b64426cc704e12621f5d0a9dc0c6a179d6c4b37 (patch)
tree276bb86b6a053bac1fc77b96d765a2247e8fbef5
parent23411225e85836988fda7606cd2297b714a2039a (diff)
downloadopenvpn-0b64426cc704e12621f5d0a9dc0c6a179d6c4b37.tar.gz
openvpn-0b64426cc704e12621f5d0a9dc0c6a179d6c4b37.tar.xz
openvpn-0b64426cc704e12621f5d0a9dc0c6a179d6c4b37.zip
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>
-rw-r--r--openvpn.82
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn.8 b/openvpn.8
index 82e7d24..301cd37 100644
--- 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.