diff options
author | Mihai Moldovan <ionic@ionic.de> | 2018-02-27 07:48:18 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2018-02-27 07:48:18 +0100 |
commit | 0ef6b0d59e1510690b8d1202675b109af5fb0402 (patch) | |
tree | 3a053d2e7031a72212bec9aa11683b4f60eabe9b | |
parent | 842bb0f45b7be00036d86267d2d353a413409d5e (diff) | |
download | nx-libs-0ef6b0d59e1510690b8d1202675b109af5fb0402.tar.gz nx-libs-0ef6b0d59e1510690b8d1202675b109af5fb0402.tar.bz2 nx-libs-0ef6b0d59e1510690b8d1202675b109af5fb0402.zip |
{nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1,nxproxy/man/nxproxy.1}: magicpixel takes a boolean argument for now.
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 2 | ||||
-rw-r--r-- | nxproxy/man/nxproxy.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 index 294a1dc8a..d6ed4d0fe 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 @@ -600,7 +600,7 @@ overrides the command line default. support pulldown menu in \fBnxagent\fR session (only available on proxy <-> agent remote sessions) .TP 8 -.B magicpixel=<int> +.B magicpixel=<bool> enable/disable magic pixel support in fullscreen mode (default: 1, enabled) .TP 8 .B sleep=<int> diff --git a/nxproxy/man/nxproxy.1 b/nxproxy/man/nxproxy.1 index 260465ab1..1bf070c96 100644 --- a/nxproxy/man/nxproxy.1 +++ b/nxproxy/man/nxproxy.1 @@ -327,7 +327,7 @@ encryption of the point to point communication. defer=<int> tile=<string> menu=<int> - magicpixel=<int> + magicpixel=<bool> sleep=<int> .SH NX ENVIRONMENT VARIABLES |