trange.1: escape square bracket - numtools - perform numerical operations on vectors and matrices in unix pipes
(HTM) git clone git://src.adamsgaard.dk/numtools
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 211ed30935ec20145286227258cfc75d6d436734
(DIR) parent 4e01195c6096ced645b0f533565700537a208a5b
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 2 May 2022 15:05:18 +0200
range.1: escape square bracket
Diffstat:
M range.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/range.1 b/range.1
t@@ -42,7 +42,7 @@ The options are as follows:
Do not include
.Ar min_val
as the first value, making it a half-open interval
-.Ar ] min_val ;
+.Ar \] min_val ;
.Ar max_val ],
or an entirely open interval when combined with
.Op Ar e .