summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-09-02 14:55:25 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2012-10-16 15:14:53 +0100
commitcdd7413bbe1d8b9b64f5315ecd5ba5cdcba38a2c (patch)
treee7ed28baa783d8ff3ffdd14d6bb9c118ca8b9af0
parentf0bad69edd57facd6cffde8cb0863d1a735e2492 (diff)
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> (cherry picked from commit 7ceb85481280fecbf033f147f0f7834cad3890c6)
-rw-r--r--man/Xserver.man2
1 files changed, 1 insertions, 1 deletions
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