From 7ceb85481280fecbf033f147f0f7834cad3890c6 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Sun, 2 Sep 2012 14:55:25 +0100 Subject: [PATCH] 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 Reviewed-by: Alan Coopersmith --- man/Xserver.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/Xserver.man b/man/Xserver.man index 8d243d6b7..b103551fa 100644 --- a/man/Xserver.man +++ b/man/Xserver.man @@ -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