diff options
Diffstat (limited to 'xorg-server/man/Xserver.man')
-rw-r--r-- | xorg-server/man/Xserver.man | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xorg-server/man/Xserver.man b/xorg-server/man/Xserver.man index 7a74e8541..c03830c15 100644 --- a/xorg-server/man/Xserver.man +++ b/xorg-server/man/Xserver.man @@ -196,6 +196,13 @@ with This option may be issued multiple times to disable listening to different transport types. .TP 8 +.B \-listen \fItrans-type\fP +enables a transport type. For example, TCP/IP connections can be enabled +with +.BR "\-listen tcp" . +This option may be issued multiple times to enable listening to different +transport types. +.TP 8 .B \-noreset prevents a server reset when the last client connection is closed. This overrides a previous |