diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-11-22 11:09:38 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-11-22 11:09:38 +0100 |
commit | 2e724702e004abf5df1061dd799c9349edc2b099 (patch) | |
tree | fd54d51dffed10eb5ab505f1a06aa18a2b188086 /nxcomp | |
parent | 78661a19ad9e32cc8a37de6f35d55755dfbc19a3 (diff) | |
download | nx-libs-2e724702e004abf5df1061dd799c9349edc2b099.tar.gz nx-libs-2e724702e004abf5df1061dd799c9349edc2b099.tar.bz2 nx-libs-2e724702e004abf5df1061dd799c9349edc2b099.zip |
nxcomp/src/Misc.cpp: Update explanation for the NX_TEMP env variable.
Diffstat (limited to 'nxcomp')
-rw-r--r-- | nxcomp/src/Misc.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nxcomp/src/Misc.cpp b/nxcomp/src/Misc.cpp index b40e6409e..6d9ce08b7 100644 --- a/nxcomp/src/Misc.cpp +++ b/nxcomp/src/Misc.cpp @@ -351,8 +351,7 @@ tolerancechecks=s\n\ NX_HOME The NX user's home directory. If NX_ROOT is not set\n\ or invalid, the user's NX directory is created here.\n\ \n\ - NX_TEMP The directory where the X11 Unix Domain Sockets and\n\ - all temporary files are to be created.\n\ + NX_TEMP The directory where all temporary files are to be created.\n\ \n\ NX_CLIENT The full path to the nxclient executable. If the va-\n\ riable is not set, the nxclient executable will be\n\ |