0
0
mirror of https://github.com/vim/vim.git synced 2025-10-30 09:47:20 -04:00

runtime(doc): update xxd manpage and mention $NO_COLOR env

also regenerate the xxd.man document page.

fixes: #13257

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2023-10-03 16:55:18 +02:00
parent b043ff34c1
commit b74ebfc6bf
2 changed files with 28 additions and 22 deletions

View File

@@ -136,10 +136,15 @@ particular column layout. Additional whitespace and line breaks are allowed
anywhere. anywhere.
.TP .TP
.IR \-R " " when .IR \-R " " when
In output the hex-value and the value are both colored with the same color depending on the hex-value. Mostly helping to differentiate printable and non-printable characters. In output the hex-value and the value are both colored with the same color
depending on the hex-value. Mostly helping to differentiate printable and
non-printable characters.
.I \fIwhen\fP .I \fIwhen\fP
is is
.BR never ", " always ", or " auto . .BR never ", " always ", or " auto .
When the
.BR $NO_COLOR
environment variable is set, colorization will be disabled.
.TP .TP
.I \-seek offset .I \-seek offset
When used after When used after

View File

@@ -103,7 +103,8 @@ OPTIONS
In output the hex-value and the value are both colored with the In output the hex-value and the value are both colored with the
same color depending on the hex-value. Mostly helping to differ same color depending on the hex-value. Mostly helping to differ
entiate printable and non-printable characters. when is never, entiate printable and non-printable characters. when is never,
always, or auto. always, or auto. When the $NO_COLOR environment variable is
set, colorization will be disabled.
-seek offset -seek offset
When used after -r: revert with <offset> added to file positions When used after -r: revert with <offset> added to file positions