From f5905c52ae8f99a6f6dd77b2f3bc9bedf040967c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Wed, 9 Aug 2023 17:51:22 +0200 Subject: [PATCH] docs: fix delpaths description --- docs/content/manual/manual.yml | 2 +- jq.1.prebuilt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml index d5e625c16c..3a5c546682 100644 --- a/docs/content/manual/manual.yml +++ b/docs/content/manual/manual.yml @@ -1142,7 +1142,7 @@ sections: - title: "`delpaths(PATHS)`" body: | - The builtin function `delpaths` sets the `PATHS` in `.`. + The builtin function `delpaths` deletes the `PATHS` in `.`. `PATHS` must be an array of paths, where each path is an array of strings and numbers. diff --git a/jq.1.prebuilt b/jq.1.prebuilt index 99c35dbede..de96f56141 100644 --- a/jq.1.prebuilt +++ b/jq.1.prebuilt @@ -1161,7 +1161,7 @@ jq \'setpath([0,"a"]; 1)\' .IP "" 0 . .SS "delpaths(PATHS)" -The builtin function \fBdelpaths\fR sets the \fBPATHS\fR in \fB\.\fR\. \fBPATHS\fR must be an array of paths, where each path is an array of strings and numbers\. +The builtin function \fBdelpaths\fR deletes the \fBPATHS\fR in \fB\.\fR\. \fBPATHS\fR must be an array of paths, where each path is an array of strings and numbers\. . .IP "" 4 .