summaryrefslogtreecommitdiff
path: root/TAO/utils/nslist/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/utils/nslist/README')
-rw-r--r--TAO/utils/nslist/README24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/utils/nslist/README b/TAO/utils/nslist/README
deleted file mode 100644
index 77264b7b4c0..00000000000
--- a/TAO/utils/nslist/README
+++ /dev/null
@@ -1,24 +0,0 @@
-$Id$
-
-This utility lists the current entries in the Naming Service in a
-nicely formatted manner. To run it, just type
-
-% nslist [ --ior | --nsior ]
-
-and it'll print the contents of the default "NameService" returned by
-resolve_initial_references(). You can select the IOR of this
-NameService via the options described in
-
-$TAO_ROOT/docs/Options.html
-
-nslist accepts two other options:
-
-% nslist --ior
-
-will print the contents of the NameService, including the IOR of each
-reference entry and the IOR of the NameService itself.
-
-% nslist --nsior
-
-will print *only* the IOR of the NameService itself, with no other text.
-This can be used to locate the TAO NameService for non-TAO applications.