From 54ec7b22b8bdd3519b0264497371232b515caec9 Mon Sep 17 00:00:00 2001 From: Josh Pelkey Date: Wed, 21 Apr 2010 15:15:19 -0400 Subject: [PATCH] a few more texi typos --- doc/manual/tracing.texi | 4 ++-- doc/tutorial/tracing.texi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/manual/tracing.texi b/doc/manual/tracing.texi index 3c2c59813..be5486ea7 100644 --- a/doc/manual/tracing.texi +++ b/doc/manual/tracing.texi @@ -906,7 +906,7 @@ enumerated and tracing is enabled on the resulting pairs. For example, @end verbatim You can enable pcap tracing on the basis of node ID and interface as well. In -this case, the node-id is translated to a @code{Ptr{Node} and the appropriate +this case, the node-id is translated to a @code{Ptr} and the appropriate protocol is looked up in the node. The resulting protocol and interface are used to specify the resulting trace source. @@ -1147,7 +1147,7 @@ follows the --.tr convention. Combining all of the traces into a single file is accomplished similarly to the examples above: You can enable pcap tracing on the basis of node ID and device ID as well. In -this case, the node-id is translated to a @code{Ptr{Node} and the appropriate +this case, the node-id is translated to a @code{Ptr} and the appropriate protocol is looked up in the node. The resulting protocol and interface are used to specify the resulting trace source. diff --git a/doc/tutorial/tracing.texi b/doc/tutorial/tracing.texi index 43e2d8642..7890f9950 100644 --- a/doc/tutorial/tracing.texi +++ b/doc/tutorial/tracing.texi @@ -2852,7 +2852,7 @@ enumerated and tracing is enabled on the resulting pairs. For example, @end verbatim You can enable pcap tracing on the basis of node ID and interface as well. In -this case, the node-id is translated to a @code{Ptr{Node} and the appropriate +this case, the node-id is translated to a @code{Ptr} and the appropriate protocol is looked up in the node. The resulting protocol and interface are used to specify the resulting trace source. @@ -3101,7 +3101,7 @@ follows the --.tr convention. Combining all of the traces into a single file is accomplished similarly to the examples above: You can enable pcap tracing on the basis of node ID and device ID as well. In -this case, the node-id is translated to a @code{Ptr{Node} and the appropriate +this case, the node-id is translated to a @code{Ptr} and the appropriate protocol is looked up in the node. The resulting protocol and interface are used to specify the resulting trace source.