summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttXBinfmt.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-18 16:15:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-18 16:15:27 +0000
commitbbef9f93daeb6a3565c4c28572d73130dfb6ac85 (patch)
tree6b46318bc451e64bb4ee0b84c499f58ab572d4e9 /nuttx/Documentation/NuttXBinfmt.html
parent14a5bc69504838d858fbb9981c9171d9fd625f10 (diff)
downloadpx4-nuttx-bbef9f93daeb6a3565c4c28572d73130dfb6ac85.tar.gz
px4-nuttx-bbef9f93daeb6a3565c4c28572d73130dfb6ac85.tar.bz2
px4-nuttx-bbef9f93daeb6a3565c4c28572d73130dfb6ac85.zip
Restructre address environment interfaces in preparation for incorporation into binfmt/ logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5442 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttXBinfmt.html')
-rw-r--r--nuttx/Documentation/NuttXBinfmt.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/Documentation/NuttXBinfmt.html b/nuttx/Documentation/NuttXBinfmt.html
index 830a05caa..9c9fd3a51 100644
--- a/nuttx/Documentation/NuttXBinfmt.html
+++ b/nuttx/Documentation/NuttXBinfmt.html
@@ -164,13 +164,13 @@ struct binary_s
};
</pre></ul>
-<ul><p><small>
- <sup>1</sup>The <code>filename</code> must be the full, absolute path to the file to be executed unless <code>CONFIG_BINFMT_EXEPATH</code> is defined.
- In that case, <code>filename</code> may be a relative path;
- a set of candidate absolute paths will be generated using the <code>PATH</code> environment variable and <a href="#load_module"><code>load_module()</code></a> will attempt to load each file that is found at those absolute paths.
-</small></p></ul>
-
-</p>
+<ul>
+ <p><small>
+ <sup>1</sup>The <code>filename</code> must be the full, absolute path to the file to be executed unless <code>CONFIG_BINFMT_EXEPATH</code> is defined.
+ In that case, <code>filename</code> may be a relative path;
+ a set of candidate absolute paths will be generated using the <code>PATH</code> environment variable and <a href="#load_module"><code>load_module()</code></a> will attempt to load each file that is found at those absolute paths.
+ </small></p>
+</ul>
<p>
Where the types <code>binfmt_ctor_t</code> and <code>binfmt_dtor_t</code> define the type of one C++ constructor or destructor: