Module: xenomai-3 Branch: master Commit: 4b116f39da978e9554d008d1bde915dee5b7c259 URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=4b116f39da978e9554d008d1bde915dee5b7c259
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 4474a04..b0d34c6 100644 --- a/doc/asciidoc/README.APPLICATIONS.adoc +++ b/doc/asciidoc/README.APPLICATIONS.adoc @@ -78,7 +78,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*:: @@ -111,7 +111,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