diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-11-24 12:19:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-11-24 12:19:27 +0200 |
commit | d8a054e8ce3b7d003cdb5f3062ffa04eb76ac3d7 (patch) | |
tree | 2e0cc3c4a9a2c1e7a20b9216b4c5d4817a2cdf48 /doc | |
parent | f225cddbb26ada538cb2ceba996efed9bdefc0aa (diff) |
Deprecate non-canonical multi-line manifest value format
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 9 |
1 files changed, 4 insertions, 5 deletions
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:\ |