From: David Sommerseth Date: Fri, 16 Apr 2010 20:11:59 +0000 (+0200) Subject: Updated the man page to reflect the behavioural change of create_temp_file() X-Git-Tag: v2.2-beta4~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=add7fe05dae7202bb6ccd7301c052c9364bcccae;p=thirdparty%2Fopenvpn.git 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 Acked-by: Gert Doering --- diff --git a/openvpn.8 b/openvpn.8 index 534f7340f..2d939dea1 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.