From 80564adb8074d47b212e6e1d3172d246ba9444a5 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Tue, 16 Sep 2008 19:31:12 +0200 Subject: [PATCH] Update conf. Signed-off-by: Florent Bruneau --- example/postlicyd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/postlicyd.conf b/example/postlicyd.conf index a8ef0e0..a76063c 100644 --- a/example/postlicyd.conf +++ b/example/postlicyd.conf @@ -12,8 +12,8 @@ # escape any character \c = c (\n = n, \\ = \, ...). This format allow non-ascii # strings and string concatenation " abcd " "ef" = " abcd ef". # - ASCII-only strings can be written without double-quotes. They can be splitted -# into several lines using shell-like escaping of EOL. A string begins on the -# first non-blank character. This king of string can not contain semi-colons. +# into several lines using shell-like escaping of EOL. A string begins and ends on +# on a non-blank character. This king of string can not contain semi-colons. # eg: # The following format are equivalent: # (1) this is a str\ -- 2.20.1