diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-14 23:51:29 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-14 23:51:29 -0500 |
commit | 01a5b51315430bc714a194cd0a864d4e33d6682f (patch) | |
tree | 419d378abec2a43015b6a20a5a2a73e06ed8a6b6 /uxd.1 | |
parent | aa10bae90176d5025148225781d9176b6ee347d4 (diff) | |
download | uxd-01a5b51315430bc714a194cd0a864d4e33d6682f.tar.gz |
rename getopt() so we can compile with g++ if needed.
Diffstat (limited to 'uxd.1')
-rw-r--r-- | uxd.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |