From 5484c47a622d9c387102fad4d51a843d38cdbc29 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 29 Jun 2012 16:20:23 -0700 Subject: [PATCH] ovs-ofctl: Fix typos in manpage. Signed-off-by: Ben Pfaff --- utilities/ovs-ofctl.8.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index 9c4ea0c2..3ca217b3 100644 --- a/utilities/ovs-ofctl.8.in +++ b/utilities/ovs-ofctl.8.in @@ -276,7 +276,7 @@ If a switch has no controller configured, or if the configured controller is disconnected, no traffic is sent, so monitoring will not show any traffic. . -.IP "\fBmonitor \fIswitch\fR [\fImiss-len\fR] [\fIinvalid_ttl\fR]" +.IP "\fBmonitor \fIswitch\fR [\fImiss-len\fR] [\fBinvalid_ttl\fR]" Connects to \fIswitch\fR and prints to the console all OpenFlow messages received. Usually, \fIswitch\fR should specify the name of a bridge in the \fBovs\-vswitchd\fR database. @@ -292,8 +292,8 @@ specified, very little traffic will ordinarily be printed.) .IP If \fBinvalid_ttl\fR is passed, \fBovs\-ofctl\fR sends an OpenFlow ``set configuration'' message at connection setup time that requests -\fIINVALID_TTL_TO_CONTROLLER\fR, so that \fBovs\-ofctl monitor\fR can -receive ``packets-in'' messages when TTL reaches zero on \fBdec_ttl\fR action. +\fBINVALID_TTL_TO_CONTROLLER\fR, so that \fBovs\-ofctl monitor\fR can +receive ``packet-in'' messages when TTL reaches zero on \fBdec_ttl\fR action. .IP This command may be useful for debugging switch or controller -- 2.30.2