From d8a054e8ce3b7d003cdb5f3062ffa04eb76ac3d7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 24 Nov 2021 12:19:27 +0200 Subject: Deprecate non-canonical multi-line manifest value format --- doc/manual.cli | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/manual.cli b/doc/manual.cli index c103cbc..1a51a88 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -408,11 +408,10 @@ description: First line. Second line. As a result, such a sequence is \"overloaded\" to provide more useful functionality in two ways: Firstly, if \c{:} after the name is immediately -followed (ignoring whitespaces) by \c{\\} and a newline, then it signals the -start of the multi-line mode. In this mode all subsequent newlines and \c{#} -are treated as ordinary characters rather than value terminators or comments -until a line consisting of just \\ and a newline (the multi-line mode -terminator). For example: +followed by \c{\\} and a newline, then it signals the start of the multi-line +mode. In this mode all subsequent newlines and \c{#} are treated as ordinary +characters rather than value terminators or comments until a line consisting +of just \\ and a newline (the multi-line mode terminator). For example: \ description:\ -- cgit v1.1