aboutsummaryrefslogtreecommitdiff
path: root/uxd.1
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-14 23:51:29 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-14 23:51:29 -0500
commit01a5b51315430bc714a194cd0a864d4e33d6682f (patch)
tree419d378abec2a43015b6a20a5a2a73e06ed8a6b6 /uxd.1
parentaa10bae90176d5025148225781d9176b6ee347d4 (diff)
downloaduxd-01a5b51315430bc714a194cd0a864d4e33d6682f.tar.gz
rename getopt() so we can compile with g++ if needed.
Diffstat (limited to 'uxd.1')
-rw-r--r--uxd.14
1 files changed, 3 insertions, 1 deletions
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.