aboutsummaryrefslogtreecommitdiff
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
commit8ae8d43ae254c55a8eaa9c48d38ca8dfa63987be (patch)
tree6b46318bc451e64bb4ee0b84c499f58ab572d4e9 /nuttx/Documentation/NuttXBinfmt.html
parentfe4bf6f555a1a453c16a7c671cef3625902d2991 (diff)
downloadpx4-firmware-8ae8d43ae254c55a8eaa9c48d38ca8dfa63987be.tar.gz
px4-firmware-8ae8d43ae254c55a8eaa9c48d38ca8dfa63987be.tar.bz2
px4-firmware-8ae8d43ae254c55a8eaa9c48d38ca8dfa63987be.zip
Restructre address environment interfaces in preparation for incorporation into binfmt/ logic
git-svn-id: http://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: