From 01a5b51315430bc714a194cd0a864d4e33d6682f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 14 Dec 2024 23:51:29 -0500 Subject: rename getopt() so we can compile with g++ if needed. --- uxd.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'uxd.1') diff --git a/uxd.1 b/uxd.1 index 87d5858..eb8b99c 100644 --- a/uxd.1 +++ b/uxd.1 @@ -75,7 +75,9 @@ NOT IMPLEMENTED YET. Print built\-in usage message and exit. .TP .BI \-l \ length -Stop dumping after \fIlength\fP bytes (note: bytes, not characters). +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. .TP .B \-m Monochrome mode. Uses underline, bold, reverse video instead of color. -- cgit v1.2.3