diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-12-17 22:36:34 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-12-19 12:25:14 +0100 |
commit | b405b962f192acbc74dca7777026b70a5a85e526 (patch) | |
tree | b6e6db445288ceda1b58ba354946a493925f0fa5 | |
parent | b8138d97d5b9259aab1372aa47c425c99d23f5fd (diff) | |
download | nx-libs-b405b962f192acbc74dca7777026b70a5a85e526.tar.gz nx-libs-b405b962f192acbc74dca7777026b70a5a85e526.tar.bz2 nx-libs-b405b962f192acbc74dca7777026b70a5a85e526.zip |
manpage: add -name
(partially) fixes ArcticaProject/nx-libs#666
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 5 |
1 files changed, 5 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 8ef1d639b..2bd74c86e 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 @@ -325,6 +325,11 @@ sets the maximum big request to .I size MB. .TP 8 +.B \-name string +This option specifies the name of the top-level \fBnxagent\fR window as +.IR string . +The default value is the program name. +.TP 8 .B \-nolisten \fItrans-type\fP disables a transport type. For example, TCP/IP connections can be disabled with |