summaryrefslogtreecommitdiffstats
path: root/openvpn.8
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-10-21 11:37:03 +0200
commitadd7fe05dae7202bb6ccd7301c052c9364bcccae (patch)
tree62ad5216812ed2e8df04ce0bb7984ea0096b0623 /openvpn.8
parent495e3cec5d15655058cd70983b8a0d65bd403d84 (diff)
downloadopenvpn-add7fe05dae7202bb6ccd7301c052c9364bcccae.tar.gz
openvpn-add7fe05dae7202bb6ccd7301c052c9364bcccae.tar.xz
openvpn-add7fe05dae7202bb6ccd7301c052c9364bcccae.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>
Diffstat (limited to 'openvpn.8')
-rw-r--r--openvpn.82
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn.8 b/openvpn.8
index 534f734..2d939de 100644
--- 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.