summaryrefslogtreecommitdiff
path: root/man
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-11 12:53:57 +0100
commit7ceb85481280fecbf033f147f0f7834cad3890c6 (patch)
tree33da102490345bb96be57e3f6d90c08ef1bf2ed8 /man
parent4b7f00346daed20c96f3e8ea13ae411858a5424b (diff)
downloadxserver-7ceb85481280fecbf033f147f0f7834cad3890c6.tar.gz
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>
Diffstat (limited to 'man')
-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