Skip to content

Commit 7ceb854

Browse files
committed
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 <[email protected]> Reviewed-by: Alan Coopersmith <[email protected]>
1 parent 4b7f003 commit 7ceb854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/Xserver.man

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ causes the server to generate a core dump on fatal errors.
130130
.B \-displayfd \fIfd\fP
131131
specifies a file descriptor in the launching process. Rather than specify
132132
a display number, the X server will attempt to listen on successively higher
133-
display numbers, and upon finding a free one, will write the port number back
133+
display numbers, and upon finding a free one, will write the display number back
134134
on this file descriptor as a newline-terminated string. The \-pn option is
135135
ignored when using \-displayfd.
136136
.TP 8

0 commit comments

Comments
 (0)