This adds what appears to be a missing character to an escape sequence.

This resolves a problem reported as
"a newline character is not allowed in an escape name".

Reported by lintian
---
 utilities/ovs-appctl.8.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utilities/ovs-appctl.8.in b/utilities/ovs-appctl.8.in
index 5108598..f2e9e8c 100644
--- a/utilities/ovs-appctl.8.in
+++ b/utilities/ovs-appctl.8.in
@@ -68,7 +68,7 @@ facility's log level to \fBOFF\fR disables logging to that 
facility.
 The following log levels, in order of descending severity, are enabled
 by default:
 .
-.IP "\fBEMER\f"
+.IP "\fBEMER\fR"
 A major failure forced a process to abort.
 .IP "\fBERR\fR"
 A high-level operation or a subsystem failed.  Attention is
-- 
1.7.5.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to