diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-09-02 14:55:25 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-10-11 12:53:57 +0100 |
commit | 7ceb85481280fecbf033f147f0f7834cad3890c6 (patch) | |
tree | 33da102490345bb96be57e3f6d90c08ef1bf2ed8 /man | |
parent | 4b7f00346daed20c96f3e8ea13ae411858a5424b (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>
Diffstat (limited to 'man')
-rw-r--r-- | man/Xserver.man | 2 |
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 |