diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2017-12-04 23:44:58 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2017-12-07 22:04:18 +0100 |
commit | eff0f366db57783c49a19420a2351b5501ec9f1b (patch) | |
tree | f97ee578d7ae26a6216668e6bfa700e4205fa968 /nx-X11/programs/Xserver/hw/nxagent | |
parent | eb9618739d0fb99f4aca933750a9d65dbe02aefb (diff) | |
download | nx-libs-eff0f366db57783c49a19420a2351b5501ec9f1b.tar.gz nx-libs-eff0f366db57783c49a19420a2351b5501ec9f1b.tar.bz2 nx-libs-eff0f366db57783c49a19420a2351b5501ec9f1b.zip |
Reintroduce -co as no-op
nxagent will abort if it encounters an unknown command line option. As
we want 3.6 to be a drop-in replacement for 3.5 we cannot simply drop old
options but must accept them as no-op.
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 6 |
1 files changed, 6 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 e5393c71e..f28c1616f 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 @@ -161,6 +161,12 @@ sets key-click volume (allowable range: 0-100). sets the visual class for the root window of color screens. The class numbers are as specified in the X protocol. Not obeyed by all servers. +.TP 8 +.B \-co \fIfilename\fP +This used to be the option for specifying the path to the RGB color +database file. As the RGB color database is now embedded into the +binary this option has no effect but is kept for +compatibility. Deprecated. .ig .TP 8 .B \-config \fIfilename\fP |