diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-12-17 22:34:15 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-12-19 12:25:14 +0100 |
commit | 0b454d2d3c88d0bb42f111baa644429a624ba628 (patch) | |
tree | 3d0e76cbfa21bc579a2bd7c5d9bc4f3b84647b2d /nx-X11/programs/Xserver/hw/nxagent/man | |
parent | 79e4c20a076ec08490797595626407027e9e8b03 (diff) | |
download | nx-libs-0b454d2d3c88d0bb42f111baa644429a624ba628.tar.gz nx-libs-0b454d2d3c88d0bb42f111baa644429a624ba628.tar.bz2 nx-libs-0b454d2d3c88d0bb42f111baa644429a624ba628.zip |
manpage: add -full
(partially) fixes ArcticaProject/nx-libs#666
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/man')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 index 23bf5de77..531caa71f 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 @@ -205,6 +205,17 @@ operations with the real server. This is a useful option for debugging, but it will slow down \fBnxagent\fR's performance considerably. It should not be used unless absolutely necessary. .TP 8 +.B \-full +This option tells \fBnxagent\fR to utilize full regeneration of real +server objects and reopen a new connection to the real server each +time \fBnxagent\fR regenerates. The sample server implementation +regenerates all objects in the server when the last client of this +server terminates. When this happens, \fBnxagent\fR by default +maintains the same top-level window and the same real server +connection in each new generation. If the user selects full +regeneration, even the top-level window and the connection to the real +server will be regenerated for each server generation. +.TP 8 .B \-deferglyphs \fIwhichfonts\fP specifies the types of fonts for which the server should attempt to use deferred glyph loading. \fIwhichfonts\fP can be all (all fonts), |