comparison runtime/doc/xxd.1 @ 33444:0a2c50b59f30

runtime(doc): update xxd manpage and mention $NO_COLOR env Commit: https://github.com/vim/vim/commit/b74ebfc6bf343ed825b111157261a8d99da6d670 Author: Christian Brabandt <cb@256bit.org> Date: Tue Oct 3 16:55:18 2023 +0200 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>
author Christian Brabandt <cb@256bit.org>
date Tue, 03 Oct 2023 17:00:04 +0200
parents 49f317597430
children 33cbd544dc46
comparison
equal deleted inserted replaced
33443:6da0f8fc3046 33444:0a2c50b59f30
134 to read plain hexadecimal dumps without line number information and without a 134 to read plain hexadecimal dumps without line number information and without a
135 particular column layout. Additional whitespace and line breaks are allowed 135 particular column layout. Additional whitespace and line breaks are allowed
136 anywhere. 136 anywhere.
137 .TP 137 .TP
138 .IR \-R " " when 138 .IR \-R " " when
139 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. 139 In output the hex-value and the value are both colored with the same color
140 depending on the hex-value. Mostly helping to differentiate printable and
141 non-printable characters.
140 .I \fIwhen\fP 142 .I \fIwhen\fP
141 is 143 is
142 .BR never ", " always ", or " auto . 144 .BR never ", " always ", or " auto .
145 When the
146 .BR $NO_COLOR
147 environment variable is set, colorization will be disabled.
143 .TP 148 .TP
144 .I \-seek offset 149 .I \-seek offset
145 When used after 150 When used after
146 .IR \-r : 151 .IR \-r :
147 revert with 152 revert with