summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-03 00:13:01 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-03 00:13:01 +0000
commit4e5219761998c3eddf47e61bbe132b801a85c8da (patch)
tree14be2960a751b48d9499b202634f536c0358b2fa
parent62a691c8ff3c68c650dea8030932817723e79057 (diff)
Update website
-rw-r--r--manual/index.html4
-rw-r--r--manual/v1.5/index.html4
-rw-r--r--manual/v1.6/index.html4
3 files changed, 6 insertions, 6 deletions
diff --git a/manual/index.html b/manual/index.html
index a82d7973..4ba569ec 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -7222,8 +7222,8 @@ importer to alter this path.</p>
<p>Paths in the a search path are subject to various substitutions.</p>
<p>For paths starting with <code>~/</code>, the user's home directory is
substituted for <code>~</code>.</p>
-<p>For paths starting with <code>$ORIGIN/</code>, the path of the jq executable
-is substituted for <code>$ORIGIN</code>.</p>
+<p>For paths starting with <code>$ORIGIN/</code>, the directory where the jq
+executable is located is substituted for <code>$ORIGIN</code>.</p>
<p>For paths starting with <code>./</code> or paths that are <code>.</code>, the path of
the including file is substituted for <code>.</code>. For top-level programs
given on the command-line, the current directory is used.</p>
diff --git a/manual/v1.5/index.html b/manual/v1.5/index.html
index 93ae90db..83aab8f8 100644
--- a/manual/v1.5/index.html
+++ b/manual/v1.5/index.html
@@ -6225,8 +6225,8 @@ importer to alter this path.</p>
<p>Paths in the a search path are subject to various substitutions.</p>
<p>For paths starting with "~/", the user's home directory is
substituted for "~".</p>
-<p>For paths starting with "$ORIGIN/", the path of the jq executable
-is substituted for "$ORIGIN".</p>
+<p>For paths starting with "$ORIGIN/", the directory where the jq
+executable is located is substituted for "$ORIGIN".</p>
<p>For paths starting with "./" or paths that are ".", the path of
the including file is substituted for ".". For top-level programs
given on the command-line, the current directory is used.</p>
diff --git a/manual/v1.6/index.html b/manual/v1.6/index.html
index c863fa4c..32c93c39 100644
--- a/manual/v1.6/index.html
+++ b/manual/v1.6/index.html
@@ -6984,8 +6984,8 @@ importer to alter this path.</p>
<p>Paths in the a search path are subject to various substitutions.</p>
<p>For paths starting with "~/", the user's home directory is
substituted for "~".</p>
-<p>For paths starting with "$ORIGIN/", the path of the jq executable
-is substituted for "$ORIGIN".</p>
+<p>For paths starting with "$ORIGIN/", the directory where the jq
+executable is located is substituted for "$ORIGIN".</p>
<p>For paths starting with "./" or paths that are ".", the path of
the including file is substituted for ".". For top-level programs
given on the command-line, the current directory is used.</p>