Le Mon, Aug 27, 2012 at 01:34:25PM -0400, David Prévot a écrit : > > That would be > > <refentrytitle>debconf-escape</refentrytitle> <manvolnum>1</manvolnum>
Thanks, it works. I attached the updated patch. If one more person seconds it, perhpas Russ can apply it for the next revision of the Policy ? It is not particularly important, but would remove one item from our radar. Have a nice day, -- Charles Plessy Tsurumi, Kanagawa, Japan
>From 905e0756a3b7dd654667da322435b6d75d4c79b9 Mon Sep 17 00:00:00 2001 From: Charles Plessy <ple...@debian.org> Date: Mon, 17 Sep 2012 08:01:07 +0900 Subject: [PATCH] Document Debconf's escape capability. Closes: #671355. --- debconf_spec/include/commands.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debconf_spec/include/commands.xml b/debconf_spec/include/commands.xml index d5bad36..f32a505 100644 --- a/debconf_spec/include/commands.xml +++ b/debconf_spec/include/commands.xml @@ -41,6 +41,14 @@ </entry> </row> <row> + <entry>escape</entry> + <entry> + Backslashes and newlines escape is supported. See + <citerefentry><refentrytitle>debconf-escape</refentrytitle> + <manvolnum>1</manvolnum></citerefentry>. + </entry> + </row> + <row> <entry>multiselect</entry> <entry> The multiselect data type is supported. You do not need to -- 1.7.10.4