From 8ce66856f9e946a08593002672aa017a6e883e54 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 16 Dec 2024 16:39:21 -0500 Subject: do not allow negative -l limit. --- uxd.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'uxd.1') diff --git a/uxd.1 b/uxd.1 index d6868f3..d4c1cc9 100644 --- a/uxd.1 +++ b/uxd.1 @@ -109,7 +109,9 @@ bad sequences. .BI \-l \ length Stop dumping after \fIlength\fP bytes (not characters). If the limit is reached in the middle of a multibyte character, the entire character -will be dumped. +will be dumped. Can be given in decimal, hex (with \fI0x\fP prefix), or +octal (with \fI0\fP prefix). Negative \fIlength\fP doesn\(aqt make sense, and +is an error. .UNINDENT .\" stop dumping after bytes (not characters). . -- cgit v1.2.3