Correct description of -displayfd option in man page.
A display number, not a port number, is written to the specified fd. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
4b7f00346d
commit
7ceb854812
|
@ -130,7 +130,7 @@ causes the server to generate a core dump on fatal errors.
|
||||||
.B \-displayfd \fIfd\fP
|
.B \-displayfd \fIfd\fP
|
||||||
specifies a file descriptor in the launching process. Rather than specify
|
specifies a file descriptor in the launching process. Rather than specify
|
||||||
a display number, the X server will attempt to listen on successively higher
|
a display number, the X server will attempt to listen on successively higher
|
||||||
display numbers, and upon finding a free one, will write the port number back
|
display numbers, and upon finding a free one, will write the display number back
|
||||||
on this file descriptor as a newline-terminated string. The \-pn option is
|
on this file descriptor as a newline-terminated string. The \-pn option is
|
||||||
ignored when using \-displayfd.
|
ignored when using \-displayfd.
|
||||||
.TP 8
|
.TP 8
|
||||||
|
|
Loading…
Reference in New Issue