From 1be7a9699c76823eff4d9852c9b9249dcd6b31fb Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Sat, 26 Jun 2010 15:29:09 +0000 Subject: [PATCH] clarify documentation git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30868 72102866-910b-0410-8b05-ffd578937521 --- Tools/gdomap.8 | 8 +++++--- Tools/gdomap.gsdoc | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Tools/gdomap.8 b/Tools/gdomap.8 index 5d063134d..eb53228de 100644 --- a/Tools/gdomap.8 +++ b/Tools/gdomap.8 @@ -39,10 +39,12 @@ gdomap \- GNUstep Distributed Objects name server .SH DESCRIPTION .B gdomap -The gdomap daemon is used by GNUstep programs to look up distributed objects of -processes running on the local machine as well as across the network. This +The gdomap daemon is used by GNUstep programs to look up distributed objects +of processes running across the network (and between different user accounts +on a single machine). The deamon is NOT used for lookup where two processes +belonging to the same user are using a host-local connection. This manual page explains the usage of gdomap. For design and implementation -information (nad special notes for packagers), please see the HTML +information (and special notes for packagers), please see the HTML documentation installed in $GNUSTEP_SYSTEM_DOC, under Command-line Tools. .P Usually the gdomap daemon is started at system boot time and binds itself to diff --git a/Tools/gdomap.gsdoc b/Tools/gdomap.gsdoc index fb7509c16..66709dbfc 100644 --- a/Tools/gdomap.gsdoc +++ b/Tools/gdomap.gsdoc @@ -20,9 +20,11 @@ notice and this notice are preserved. gdomap

- The gdomap daemon is used by GNUstep programs to look up distributed - objects of processes running on the local machine as well as across - the network. + The gdomap daemon is used by GNUstep programs to look up distributed + objects of processes running across the network (and between different + user accounts on a single machine). The deamon is NOT used + for lookup where two processes belonging to the same user are using a + host-local connection.

If you are packaging GNUstep for inclusion in a software distribution