diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-26 15:33:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-26 15:33:51 +0200 |
commit | 45333d0fa409de822695bd7d129fe36b047af01f (patch) | |
tree | eb56072489177a49039f458bf6d52e3a0aee2f63 | |
parent | libmdsclient: begin on inet support (diff) | |
download | mds-45333d0fa409de822695bd7d129fe36b047af01f.tar.gz mds-45333d0fa409de822695bd7d129fe36b047af01f.tar.bz2 mds-45333d0fa409de822695bd7d129fe36b047af01f.tar.xz |
info: more on MDS_DISPLAY
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 30aeaaa..79cd4ad 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -741,6 +741,15 @@ with the environment variable @env{MDS_DISPLAY}@. The display index is the TCP-port if the host is non-empty. +@cpindex Networking +@pgindex @command{mds-remote} +Servers (and clients) that depend the display being +local, should reject any value on @env{MDS_DISPLAY} +that does not start with a colon. They should instead +utilise @command{mds-remote}. + +@c TODO More on MDS_DISPLAY for remote access, see libmdsclient/address.c + @cpindex Environment variables @vrindex @env{MDS_PGROUP} @cpindex Display server process group |