Sphinx doc bug fixes

This commit is contained in:
Peter D. Barnes, Jr.
2012-06-13 18:53:59 -07:00
parent d631f99f8b
commit ee10646783
3 changed files with 14 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ potentially be useful to other people as a patch to the existing core.
Let's pick a random example. If you wanted to add more logging to the
|ns3| TCP socket (``tcp-socket-base.cc``) you could just add a new
message down in the implementation. Notice that in TcpSocketBase::ReceivedAck()
there is no log message for the no ack case. You could simply add one,
there is no log message for the no ACK case. You could simply add one,
changing the code from:
::