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("-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("-origin X,Y Locates the next screen in the the virtual screen (Xinerama)\n");
|
||||||
ErrorF("-switchCmd Command to execute on vt switch\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");
|
ErrorF("vtxx Use virtual terminal xx instead of the next available\n");
|
||||||
#ifdef PSEUDO8
|
#ifdef PSEUDO8
|
||||||
p8UseMsg ();
|
p8UseMsg ();
|
||||||
|
|
|
@ -466,9 +466,9 @@ This disallows the use of the
|
||||||
.B Ctrl+Alt+Backspace
|
.B Ctrl+Alt+Backspace
|
||||||
sequence.
|
sequence.
|
||||||
That sequence is normally used to terminate the __xservername__ server.
|
That sequence is normally used to terminate the __xservername__ server.
|
||||||
When this option is enabled, that key sequence has no special meaning and
|
When this option is enabled (as per default), that key sequence has no
|
||||||
is passed to clients.
|
special meaning.
|
||||||
Default: off.
|
Default: on.
|
||||||
.TP 7
|
.TP 7
|
||||||
.BI "Option \*qDontZoom\*q \*q" boolean \*q
|
.BI "Option \*qDontZoom\*q \*q" boolean \*q
|
||||||
This disallows the use of the
|
This disallows the use of the
|
||||||
|
|
Loading…
Reference in New Issue