mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-03 17:08:06 +02:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ causes the server to generate a core dump on fatal errors.
|
|||
.B \-displayfd \fIfd\fP
|
||||
specifies a file descriptor in the launching process. Rather than specify
|
||||
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
|
||||
ignored when using \-displayfd.
|
||||
.TP 8
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue