diff options
author | Hans Bolinder <[email protected]> | 2011-09-19 15:36:08 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2011-09-26 09:27:41 +0200 |
commit | ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0 (patch) | |
tree | a4a29301493ebfb47238350b43b032431320375c /lib/kernel/doc/src/code.xml | |
parent | 5606322f1d7e2be43cd9a6f438d8d7f75df0b933 (diff) | |
download | otp-ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0.tar.gz otp-ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0.tar.bz2 otp-ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0.zip |
Correct XML files
Diffstat (limited to 'lib/kernel/doc/src/code.xml')
-rw-r--r-- | lib/kernel/doc/src/code.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kernel/doc/src/code.xml b/lib/kernel/doc/src/code.xml index 98cdd416b0..6b89711924 100644 --- a/lib/kernel/doc/src/code.xml +++ b/lib/kernel/doc/src/code.xml @@ -177,9 +177,9 @@ archives. But the functions in <c>erl_prim_loader</c> may also be used by other applications to read files from archives. For example, the call - <c>erl_prim_loader:list_dir("/otp/root/lib/mnesia-4.4.7.ez/mnesia-4.4.7/examples/bench)"</c> + <c>erl_prim_loader:list_dir( "/otp/root/lib/mnesia-4.4.7.ez/mnesia-4.4.7/examples/bench)"</c> would list the contents of a directory inside an archive. - See <seealso marker="erts:erl_prim_loader">erl_prim_loader(3)</seealso></p> + See <seealso marker="erts:erl_prim_loader">erl_prim_loader(3)</seealso></p>. <p>An application archive file and a regular application directory may coexist. This may be useful when there is a need of having |