Update docs to reflect new DontZap default
This commit is contained in:
parent
42e7b64bf9
commit
d80bae2237
|
@ -567,7 +567,7 @@ KdUseMsg (void)
|
|||
ErrorF("-videoTest Start the server, pause momentarily and exit\n");
|
||||
ErrorF("-origin X,Y Locates the next screen in the the virtual screen (Xinerama)\n");
|
||||
ErrorF("-switchCmd Command to execute on vt switch\n");
|
||||
ErrorF("-nozap Don't terminate server on Ctrl+Alt+Backspace\n");
|
||||
ErrorF("-zap Terminate server on Ctrl+Alt+Backspace\n");
|
||||
ErrorF("vtxx Use virtual terminal xx instead of the next available\n");
|
||||
#ifdef PSEUDO8
|
||||
p8UseMsg ();
|
||||
|
|
|
@ -466,9 +466,9 @@ This disallows the use of the
|
|||
.B Ctrl+Alt+Backspace
|
||||
sequence.
|
||||
That sequence is normally used to terminate the __xservername__ server.
|
||||
When this option is enabled, that key sequence has no special meaning and
|
||||
is passed to clients.
|
||||
Default: off.
|
||||
When this option is enabled (as per default), that key sequence has no
|
||||
special meaning.
|
||||
Default: on.
|
||||
.TP 7
|
||||
.BI "Option \*qDontZoom\*q \*q" boolean \*q
|
||||
This disallows the use of the
|
||||
|
|
Loading…
Reference in New Issue