From ecae6a5212a080cffbafa3870873f24797a4238a Mon Sep 17 00:00:00 2001 From: "Paul A. Patience" Date: Sun, 5 Sep 2021 00:27:32 -0400 Subject: doc: fix description of carray-uint type argument. The optional type argument of carray-uint and carray-int was documented as defaulting to uint, but it actually defaults to uchar. * txr.1: uint -> uchar. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 2ae68b26..14a2d297 100644 --- a/txr.1 +++ b/txr.1 @@ -80766,7 +80766,7 @@ The argument, a compiled FFI type, determines the element type for the returned .codn carray . If it is omitted, it defaults to the -.code uint +.code uchar type, so that the array is effectively of bytes. Regardless of -- cgit v1.2.3