mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
clarify documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30868 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b94743cef9
commit
1be7a9699c
2 changed files with 10 additions and 6 deletions
|
@ -39,10 +39,12 @@ gdomap \- GNUstep Distributed Objects name server
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B gdomap
|
.B gdomap
|
||||||
The gdomap daemon is used by GNUstep programs to look up distributed objects of
|
The gdomap daemon is used by GNUstep programs to look up distributed objects
|
||||||
processes running on the local machine as well as across the network. This
|
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
|
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.
|
documentation installed in $GNUSTEP_SYSTEM_DOC, under Command-line Tools.
|
||||||
.P
|
.P
|
||||||
Usually the gdomap daemon is started at system boot time and binds itself to
|
Usually the gdomap daemon is started at system boot time and binds itself to
|
||||||
|
|
|
@ -20,9 +20,11 @@ notice and this notice are preserved.
|
||||||
<chapter id="_main">
|
<chapter id="_main">
|
||||||
<heading>gdomap</heading>
|
<heading>gdomap</heading>
|
||||||
<p>
|
<p>
|
||||||
The gdomap daemon is used by GNUstep programs to look up distributed
|
The gdomap daemon is used by GNUstep programs to look up distributed
|
||||||
objects of processes running on the local machine as well as across
|
objects of processes running across the network (and between different
|
||||||
the network.
|
user accounts on a single machine). The deamon is <em>NOT</em> used
|
||||||
|
for lookup where two processes belonging to the same user are using a
|
||||||
|
host-local connection.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If you are packaging GNUstep for inclusion in a software distribution
|
If you are packaging GNUstep for inclusion in a software distribution
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue