summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/Chap_5/ex02.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/Chap_5/ex02.html b/docs/tutorials/Chap_5/ex02.html
index ea4c66bd294..8652d2b806f 100644
--- a/docs/tutorials/Chap_5/ex02.html
+++ b/docs/tutorials/Chap_5/ex02.html
@@ -39,7 +39,7 @@ Management)</FONT>
<BR>&nbsp;int
<BR>&nbsp;handle_input(ACE_HANDLE){
<BR><FONT COLOR="#FF0000">&nbsp; //receive the data</FONT>
-<BR>&nbsp; peer().recv_n(data,12);
+<BR>&nbsp; peer_i().recv_n(data,12);
<BR>&nbsp; ACE_DEBUG((LM_DEBUG,?%s\n?,data));
<BR>&nbsp;
<BR>&nbsp;<FONT COLOR="#FF0000"> // do something with the input received.</FONT>