INN commit: trunk/doc/man (innfeed.conf.5)

INN Commit Russ_Allbery at isc.org
Sun Apr 13 07:22:35 UTC 2008


    Date: Sunday, April 13, 2008 @ 00:22:34
  Author: iulius
Revision: 7766

Fix escape characters in the innfeed.conf man page.

Modified:
  trunk/doc/man/innfeed.conf.5

----------------+
 innfeed.conf.5 |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: innfeed.conf.5
===================================================================
--- innfeed.conf.5	2008-04-12 21:58:18 UTC (rev 7765)
+++ innfeed.conf.5	2008-04-13 07:22:34 UTC (rev 7766)
@@ -702,18 +702,18 @@
 # (\\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



More information about the inn-committers mailing list