--- innfeed-0.10.1.7.orig/innfeed.conf.5
+++ innfeed-0.10.1.7/innfeed.conf.5
@@ -613,21 +613,21 @@
 # (``#''), then the whole string must be quoted
 # with double quotes.  Inside the quotes, you may
 # use the standard c-escape sequence
-# (\t,\n,\r,\f,\v,\",\').
+# (\\t,\\n,\\r,\\f,\\v,\\",\\').
 #
 # Examples:
-#       eg-string:      "New\tConfig\tfile\n"
+#       eg-string:      "New\\tConfig\\tfile\\n"
 #       eg-long-string: "A long string that goes
 #                       over multiple lines. The
 #                       newline is kept in the
 #                       string except when quoted 
-#                       with a backslash \
+#                       with a backslash \\
 #                       as here."
 #       eg-simple-string: A-no-quote-string
 #       eg-integer:     10
 #       eg-boolean:     true
 #       eg-char:        'a'
-#       eg-ctrl-g:      '\007'
+#       eg-ctrl-g:      '\\007'
 
 .fi
 .RE
