From add7fe05dae7202bb6ccd7301c052c9364bcccae Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 16 Apr 2010 22:11:59 +0200 Subject: 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 --- openvpn.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openvpn.8') 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. -- cgit