From: David Sommerseth <d...@users.sourceforge.net> As this function now creates the temp file, it is no longer 'not-yet-created', but 'freshly created'.
Signed-off-by: David Sommerseth <d...@users.sourceforge.net> --- openvpn.8 | 2 +- 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. -- 1.6.6.1