Module: xenomai-3
Branch: next
Commit: 69c1ce7798d2e4d981c9869e24c9f13a86a8d85c
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=69c1ce7798d2e4d981c9869e24c9f13a86a8d85c

Author: Jan Kiszka <jan.kis...@siemens.com>
Date:   Thu Jan  8 17:26:48 2015 +0100

doc: Fix registry path documentation

The path was changed to session/pid some time ago, adjust docs.

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>

---

 doc/asciidoc/README.APPLICATIONS.adoc |    4 ++--
 doc/asciidoc/README.INSTALL.adoc      |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/asciidoc/README.APPLICATIONS.adoc 
b/doc/asciidoc/README.APPLICATIONS.adoc
index c0b4b98..6cf353a 100644
--- a/doc/asciidoc/README.APPLICATIONS.adoc
+++ b/doc/asciidoc/README.APPLICATIONS.adoc
@@ -85,7 +85,7 @@ link:installing-xenomai-3-x[configuration switch]).
 *--no-registry*::
 
        This switch disables registry support at runtime. No real-time
-       objects will be exported to +/mnt/xenomai/<session>.<pid>+,
+       objects will be exported to +/mnt/xenomai/<session>/<pid>+,
        despite the registry code was compiled in.
 
 *--no-sanity*::
@@ -118,7 +118,7 @@ link:installing-xenomai-3-x[configuration switch]).
 
 [normal]
        This label is also used to form the registry mount point for
-       each process, e.g. +/mnt/xenomai/<session>.<pid>+. See
+       each process, e.g. +/mnt/xenomai/<session>/<pid>+. See
        +--enable-registry+ from the build options.
 
 [normal]
diff --git a/doc/asciidoc/README.INSTALL.adoc b/doc/asciidoc/README.INSTALL.adoc
index 658a49a..07cae06 100644
--- a/doc/asciidoc/README.INSTALL.adoc
+++ b/doc/asciidoc/README.INSTALL.adoc
@@ -413,14 +413,14 @@ Generic configuration options (both cores)
 
 [normal]
        When this option is enabled, the system creates a file
-       hierachy under `/mnt/xenomai/<session>.<pid>` (by default),
+       hierachy under `/mnt/xenomai/<session>/<pid>` (by default),
        where you can access the internal state of the active
        real-time objects. The session label is obtained from the
        --session runtime switch. E.g. looking at the properties of a
        VxWorks task could be done as follows:
 
 --------------------------------------------------------------------
-               $ cat /mnt/xenomai/anon.12656/vxworks/tasks/windTask 
+               $ cat /mnt/xenomai/anon/12656/vxworks/tasks/windTask 
                name       = windTask
                errno      = 0
                status     = ready


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to