summaryrefslogtreecommitdiffstats
path: root/jq.1.prebuilt
diff options
context:
space:
mode:
authorEmanuele Torre <torreemanuele6@gmail.com>2023-07-11 05:34:48 +0200
committerNico Williams <nico@cryptonector.com>2023-07-11 00:24:50 -0500
commitc99981c5b2e7e7d4d6d1463cf564bb99e9f18ed9 (patch)
treec5415652e2f6dc31871e96111ed351490a001e29 /jq.1.prebuilt
parentc04906108419fb9b3afbd592e515759b43665a04 (diff)
Update "tests/man.test" and remove superflous whitespace in manual.yml
tests/man.test was generated incorrectly and had some duplicate tests, the new CI workflow didn't like that.
Diffstat (limited to 'jq.1.prebuilt')
-rw-r--r--jq.1.prebuilt2
1 files changed, 1 insertions, 1 deletions
diff --git a/jq.1.prebuilt b/jq.1.prebuilt
index f7600827..37f40341 100644
--- a/jq.1.prebuilt
+++ b/jq.1.prebuilt
@@ -967,7 +967,7 @@ jq \'map_values(\. // empty)\'
.IP "" 0
.
.SS "pick(pathexps)"
-Emit the projection of the input object or array defined by the specified sequence of path expressions, such that if p is any one of these specifications, then \fB(\. | p)\fR will evaluate to the same value as \fB(\. | pick(pathexps) | p)\fR\. For arrays, negative indices and \.[m:n] specifications should not be used\.
+Emit the projection of the input object or array defined by the specified sequence of path expressions, such that if p is any one of these specifications, then \fB(\. | p)\fR will evaluate to the same value as \fB(\. | pick(pathexps) | p)\fR\. For arrays, negative indices and \.[m:n] specifications should not be used\.
.
.IP "" 4
.