diff options
-rw-r--r-- | manual/index.html | 4 | ||||
-rw-r--r-- | manual/v1.5/index.html | 4 | ||||
-rw-r--r-- | manual/v1.6/index.html | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/manual/index.html b/manual/index.html index 09d87d93..2256d99a 100644 --- a/manual/index.html +++ b/manual/index.html @@ -7573,8 +7573,8 @@ have <code>[<path>, <leaf-value>]</code> (and a few other forms) as <p>Streaming forms include <code>[<path>, <leaf-value>]</code> (to indicate any scalar value, empty array, or empty object), and <code>[<path>]</code> (to indicate the end of an array or object). Future versions of jq -run with <code>--stream</code> and <code>-seq</code> may output additional forms such as -<code>["error message"]</code> when an input text fails to parse.</p> +run with <code>--stream</code> and <code>--seq</code> may output additional forms such +as <code>["error message"]</code> when an input text fails to parse.</p> <section id="truncate_stream(stream_expression)"> <h3> diff --git a/manual/v1.5/index.html b/manual/v1.5/index.html index 5ec42a74..f5637276 100644 --- a/manual/v1.5/index.html +++ b/manual/v1.5/index.html @@ -6376,8 +6376,8 @@ is <code>[[0],0],[[1,0],1],[[1,0]],[[1]]</code>.</p> <p>Streaming forms include <code>[<path>, <leaf-value>]</code> (to indicate any scalar value, empty array, or empty object), and <code>[<path>]</code> (to indicate the end of an array or object). Future versions of jq -run with <code>--stream</code> and <code>-seq</code> may output additional forms such as -<code>["error message"]</code> when an input text fails to parse.</p> +run with <code>--stream</code> and <code>--seq</code> may output additional forms such +as <code>["error message"]</code> when an input text fails to parse.</p> <section id="truncate_stream(stream_expression)"> <h3> diff --git a/manual/v1.6/index.html b/manual/v1.6/index.html index 420ee0d3..c67c3425 100644 --- a/manual/v1.6/index.html +++ b/manual/v1.6/index.html @@ -7150,8 +7150,8 @@ have <code>[<path>, <leaf-value>]</code> (and a few other forms) as <p>Streaming forms include <code>[<path>, <leaf-value>]</code> (to indicate any scalar value, empty array, or empty object), and <code>[<path>]</code> (to indicate the end of an array or object). Future versions of jq -run with <code>--stream</code> and <code>-seq</code> may output additional forms such as -<code>["error message"]</code> when an input text fails to parse.</p> +run with <code>--stream</code> and <code>--seq</code> may output additional forms such +as <code>["error message"]</code> when an input text fails to parse.</p> <section id="truncate_stream(stream_expression)"> <h3> |