diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-26 01:07:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-26 01:07:43 +0200 |
commit | e14688c0cbe1176ae1699e97a523cfd3be058c0a (patch) | |
tree | 4d1db14440da45979d397ab66609a7f3e05c57f2 /doc | |
parent | mds-base: missed to change this earlier, protocol family is PF_, not AF_, which would be address family (diff) | |
download | mds-e14688c0cbe1176ae1699e97a523cfd3be058c0a.tar.gz mds-e14688c0cbe1176ae1699e97a523cfd3be058c0a.tar.bz2 mds-e14688c0cbe1176ae1699e97a523cfd3be058c0a.tar.xz |
libmdsclient: connect to the display (parsing is not yet implemented)
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/mds.texinfo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 88edf7f..30aeaaa 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -736,8 +736,10 @@ connect to. @command{X.org} does this by setting the environment variable @env{DISPLAY} to @code{<host>:<display index>}, where @code{<host>} is empty if the display is one the local machine. -In this tradition @command{mds} does the same thing +In this tradition, @command{mds} does the same thing with the environment variable @env{MDS_DISPLAY}@. +The display index is the TCP-port if the host is +non-empty. @cpindex Environment variables @vrindex @env{MDS_PGROUP} |