diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2024-05-21 22:44:55 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2024-05-21 22:44:55 +0200 |
commit | ee744cf9f93dc6ae2e5cfdb6644dc83d4f51a1f3 (patch) | |
tree | e7becc5aa4f785f706be3697efba1003f7ace723 /nx-X11 | |
parent | abc8f389feefea10ceb2d4a4c3b4e69d05dc5227 (diff) | |
download | nx-libs-ee744cf9f93dc6ae2e5cfdb6644dc83d4f51a1f3.tar.gz nx-libs-ee744cf9f93dc6ae2e5cfdb6644dc83d4f51a1f3.tar.bz2 nx-libs-ee744cf9f93dc6ae2e5cfdb6644dc83d4f51a1f3.zip |
naxgent manpage: improve documentation for nx/nx options on the command line
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 19 |
1 files changed, 17 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 5f87fa8d4..4a3de4b7e 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 @@ -589,9 +589,24 @@ for all keystrokes \fBnxagent\fR knows. At startup the active keystrokes are pri show version information and exit .TP 8 .B \-options \fIfilepath|string\fP -path to an options file containing nx/nx options (see below). Instead of a path the options can be specified diretly on the commandline by prefixing the options strings with +path to an options file containing nx/nx options (see below). Instead of a path the options can be specified directly on the commandline by prefixing the options strings with one of .IR nx/nx, -which is mostly useful for testing/debugging. +.IR nx/nx: +.IR nx, +or +.IR nx: +(that's +.IR nx/nx +or +.IR nx +followed by comma or colon). Example: +.PPP + +.nf + $ nxagent -options nx/nx,keyboard=pc105/de :55 +.fi + +This is mostly useful for testing/debugging. .PP In addition to the command line options, \fBnxagent\fR can be configured at session startup and at runtime (i.e. when resuming a suspended session) |