summaryrefslogtreecommitdiffstats
path: root/jq.1.prebuilt
diff options
context:
space:
mode:
authorwllm-rbnt <william.robinet@conostix.com>2023-12-24 11:22:20 +0100
committerGitHub <noreply@github.com>2023-12-24 11:22:20 +0100
commit0b922725b1477d3afa61e052f4e003e4d5e179fb (patch)
tree561cfade08b5b61c6149d62d4f4b710e2f498a78 /jq.1.prebuilt
parente011f003b6e78a005da518e20b2f393f2d34d958 (diff)
Fix typo (#3002)
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 56819d0a..98e9fb20 100644
--- a/jq.1.prebuilt
+++ b/jq.1.prebuilt
@@ -2684,7 +2684,7 @@ label $out | \.\.\. break $out \.\.\.
.IP "" 0
.
.P
-The \fBbreak $label_name\fR expression will cause the program to to act as though the nearest (to the left) \fBlabel $label_name\fR produced \fBempty\fR\.
+The \fBbreak $label_name\fR expression will cause the program to act as though the nearest (to the left) \fBlabel $label_name\fR produced \fBempty\fR\.
.
.P
The relationship between the \fBbreak\fR and corresponding \fBlabel\fR is lexical: the label has to be "visible" from the break\.