summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoritchyny <itchyny@cybozu.co.jp>2023-07-03 09:12:22 +0900
committerGitHub <noreply@github.com>2023-07-03 09:12:22 +0900
commit4b5fcb936f294ec90952414eb0c3aa800dbc101d (patch)
tree1b3f8e9d3ffe021e5e260d08b049dcb827189783 /docs
parent5ae04c0f528c371f8acd1ddd1f9d7b2f45b3b58e (diff)
Fix the default search paths and documentation (#2093)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/manual/manual.yml4
-rw-r--r--docs/content/manual/v1.5/manual.yml4
-rw-r--r--docs/content/manual/v1.6/manual.yml4
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index bfbde896..db28677c 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -3281,8 +3281,8 @@ sections:
For paths starting with `~/`, the user's home directory is
substituted for `~`.
- For paths starting with `$ORIGIN/`, the path of the jq executable
- is substituted for `$ORIGIN`.
+ For paths starting with `$ORIGIN/`, the directory where the jq
+ executable is located is substituted for `$ORIGIN`.
For paths starting with `./` or paths that are `.`, the path of
the including file is substituted for `.`. For top-level programs
diff --git a/docs/content/manual/v1.5/manual.yml b/docs/content/manual/v1.5/manual.yml
index 64bee206..5dc05fc1 100644
--- a/docs/content/manual/v1.5/manual.yml
+++ b/docs/content/manual/v1.5/manual.yml
@@ -2765,8 +2765,8 @@ sections:
For paths starting with "~/", the user's home directory is
substituted for "~".
- For paths starting with "$ORIGIN/", the path of the jq executable
- is substituted for "$ORIGIN".
+ For paths starting with "$ORIGIN/", the directory where the jq
+ executable is located is substituted for "$ORIGIN".
For paths starting with "./" or paths that are ".", the path of
the including file is substituted for ".". For top-level programs
diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml
index ba5c0c66..e4926c08 100644
--- a/docs/content/manual/v1.6/manual.yml
+++ b/docs/content/manual/v1.6/manual.yml
@@ -3150,8 +3150,8 @@ sections:
For paths starting with "~/", the user's home directory is
substituted for "~".
- For paths starting with "$ORIGIN/", the path of the jq executable
- is substituted for "$ORIGIN".
+ For paths starting with "$ORIGIN/", the directory where the jq
+ executable is located is substituted for "$ORIGIN".
For paths starting with "./" or paths that are ".", the path of
the including file is substituted for ".". For top-level programs