diff options
Diffstat (limited to 'xserver/man/Xserver.man')
-rw-r--r-- | xserver/man/Xserver.man | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/xserver/man/Xserver.man b/xserver/man/Xserver.man index 32b364858..d83294d10 100644 --- a/xserver/man/Xserver.man +++ b/xserver/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 @@ -320,6 +329,11 @@ sets the stack space limit of the server to the specified number of kilobytes. A value of zero makes the stack size as large as possible. The default value of \-1 leaves the stack space limit unchanged. .TP 8 +.B \-maxclients +.BR 64 | 128 | 256 | 512 +Set the maximum number of clients allowed to connect to the X server. +Acceptable values are 64, 128, 256 or 512. +.TP 8 .B \-render .BR default | mono | gray | color sets the color allocation policy that will be used by the render extension. |