diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-10-27 19:44:28 -0700 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-10-28 14:16:28 -0400 |
commit | 478efe285a440c33b053bdf0bfbfdd482f429f01 (patch) | |
tree | c00c19538f00f38c22118eb7a6ddae87899d2e97 /man | |
parent | 8fc295bde9a736f3c8c047031a6698d140d5266f (diff) |
Xserver.man: document more transports for -nolisten & -listen options
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/Xserver.man | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/man/Xserver.man b/man/Xserver.man index d927913fa..506e5bb70 100644 --- a/man/Xserver.man +++ b/man/Xserver.man @@ -1,5 +1,5 @@ -.\" $Xorg: Xserver.man,v 1.4 2001/02/09 02:04:07 xorgcvs Exp $ -.\" $XdotOrg: xserver/xorg/doc/Xserver.man.pre,v 1.4 2005/12/23 20:11:12 alanc Exp $ +'\" t +.\" .\" Copyright 1984 - 1991, 1993, 1994, 1998 The Open Group .\" .\" Permission to use, copy, modify, distribute, and sell this software and its @@ -205,6 +205,15 @@ with .BR "\-nolisten tcp" . This option may be issued multiple times to disable listening to different transport types. +Supported transport types are platform dependent, but commonly include: +.TS +l l. +tcp TCP over IPv4 or IPv6 +inet TCP over IPv4 only +inet6 TCP over IPv6 only +unix UNIX Domain Sockets +local Platform preferred local connection method +.TE .TP 8 .B \-listen \fItrans-type\fP enables a transport type. For example, TCP/IP connections can be enabled |