aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/doc/src/ch_example.xml
diff options
context:
space:
mode:
authorNiclas Eklund <[email protected]>2009-12-21 14:11:22 +0000
committerErlang/OTP <[email protected]>2009-12-21 14:11:22 +0000
commitcc62eb20f678cecc1b9b1dbd572b191347a9e907 (patch)
tree86676a812b969d45208c27e49e58636f34f07285 /lib/orber/doc/src/ch_example.xml
parent4fb050582fa88448f07e9981e4df3cc06237f859 (diff)
downloadotp-cc62eb20f678cecc1b9b1dbd572b191347a9e907.tar.gz
otp-cc62eb20f678cecc1b9b1dbd572b191347a9e907.tar.bz2
otp-cc62eb20f678cecc1b9b1dbd572b191347a9e907.zip
Removed 011 in documentation files
Diffstat (limited to 'lib/orber/doc/src/ch_example.xml')
-rw-r--r--lib/orber/doc/src/ch_example.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/orber/doc/src/ch_example.xml b/lib/orber/doc/src/ch_example.xml
index d4cc5ceddc..f2ccfcc7e1 100644
--- a/lib/orber/doc/src/ch_example.xml
+++ b/lib/orber/doc/src/ch_example.xml
@@ -45,7 +45,7 @@
<title>Generating Erlang Code</title>
<p>Run the IDL compiler on this file by calling the <c>ic:gen/1</c> function </p>
<code type="erl">
-\0111> ic:gen("stack").
+ 1> ic:gen("stack").
</code>
<p>This will produce the client stub and server skeleton. Among other files a stack API module named <c>StackModule_Stack.erl</c>
will be produced.