diff options
author | David Sommerseth <dazo@users.sourceforge.net> | 2010-04-16 22:11:59 +0200 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-04-29 20:22:29 +0200 |
commit | 1f098ade6b917cc7e3ecbe5bfca1aefb8df07cc8 (patch) | |
tree | 4470473b06ea1d98d31a062dbff17ac366b4d4b0 | |
parent | Renamed all calls to create_temp_filename() (diff) | |
download | openvpn-1f098ade6b917cc7e3ecbe5bfca1aefb8df07cc8.tar.xz |
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.8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |