#! /bin/sh /usr/share/dpatch/dpatch-run
## 11_documentation-fix.dpatch by Arjan Oosting <arjan@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix the context documentation as there are only two
## DP: parameters. 

@DPATCH@
diff -urNad c2hs~/doc/c2hs/c2hs.sgml c2hs/doc/c2hs/c2hs.sgml
--- c2hs~/doc/c2hs/c2hs.sgml	2006-07-03 01:23:48.000000000 +0200
+++ c2hs/doc/c2hs/c2hs.sgml	2007-01-27 12:50:17.000000000 +0100
@@ -239,7 +239,7 @@
 </tscreen>
 <p>
 Context hooks define a set of global configuration options.  Currently, there
-are three parameters all of which are strings:
+are two parameters which are both strings:
 <itemize>
 <item><em/lib/ is a dynamic library that contains symbols needed by the
 present binding.
@@ -252,7 +252,7 @@
 identifier, the explicit definition takes preference.
 </itemize>
 <p>
-All three parameters are optional.  An example of a context hook is the
+Both parameters are optional.  An example of a context hook is the
 following:
 <tscreen>
 {#context prefix = "gtk"#}
