diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml index 6b68969f2d..c4c77e38d5 100644 --- a/docs/content/manual/manual.yml +++ b/docs/content/manual/manual.yml @@ -3075,14 +3075,14 @@ sections: to invoke jq with the -n command-line option, otherwise the first entity will be lost. - - title: "`debug`", "`debug(msgs)`" + - title: "`debug`, `debug(msgs)`" body: | These two filters are like `.` but have as a side-effect the production of one or more messages on stderr. - + The message produced by the `debug` filter has the form - `["DEBUG:", ]` where is a compact rendition of + `["DEBUG:", ]` where is a compact rendition of the input value. This format may change in the future. The `debug(msgs)` filter is defined as `(msgs | debug | empty), .`