Skip to content

Commit e09000a

Browse files
azc100chrisbra
authored andcommitted
runtime(doc): Update examples in xxd.1 manpage
Signed-off-by: Antonio Giovanni Colombo <azc100@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 30f012d commit e09000a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

runtime/doc/xxd.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,14 +246,14 @@ Print 3 lines (hex 0x30 bytes) from the end of
246246
\fI% xxd \-s \-0x30 file\fR
247247
.PP
248248
Note: The results of the examples below are relevant to the xxd.1 man page as of
249-
May 2024
249+
March 2026
250250
.PP
251251
.br
252252
Print 120 bytes as a continuous hex dump with 20 octets per line.
253253
.br
254254
\fI% xxd \-l 120 \-ps \-c 20 xxd.1\fR
255255
.br
256-
2e544820585844203120224d6179203230323422
256+
2e544820585844203120224d6172203230323622
257257
.br
258258
20224d616e75616c207061676520666f72207878
259259
.br
@@ -273,7 +273,7 @@ Hex dump the first 120 bytes of this man page with 12 octets per line.
273273
.br
274274
00000000: 2e54 4820 5858 4420 3120 224d .TH XXD 1 "M
275275
.br
276-
0000000c: 6179 2032 3032 3422 2022 4d61 ay 2024" "Ma
276+
0000000c: 6172 2032 3032 3622 2022 4d61 ar 2026" "Ma
277277
.br
278278
00000018: 6e75 616c 2070 6167 6520 666f nual page fo
279279
.br

runtime/doc/xxd.man

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,11 @@ EXAMPLES
181181
% xxd -s -0x30 file
182182

183183
Note: The results of the examples below are relevant to the xxd.1 man
184-
page as of May 2024
184+
page as of March 2026
185185

186186
Print 120 bytes as a continuous hex dump with 20 octets per line.
187187
% xxd -l 120 -ps -c 20 xxd.1
188-
2e544820585844203120224d6179203230323422
188+
2e544820585844203120224d6172203230323622
189189
20224d616e75616c207061676520666f72207878
190190
64220a2e5c220a2e5c222032317374204d617920
191191
313939360a2e5c22204d616e2070616765206175
@@ -195,7 +195,7 @@ EXAMPLES
195195
Hex dump the first 120 bytes of this man page with 12 octets per line.
196196
% xxd -l 120 -c 12 xxd.1
197197
00000000: 2e54 4820 5858 4420 3120 224d .TH XXD 1 "M
198-
0000000c: 6179 2032 3032 3422 2022 4d61 ay 2024" "Ma
198+
0000000c: 6172 2032 3032 3622 2022 4d61 ar 2026" "Ma
199199
00000018: 6e75 616c 2070 6167 6520 666f nual page fo
200200
00000024: 7220 7878 6422 0a2e 5c22 0a2e r xxd"..\"..
201201
00000030: 5c22 2032 3173 7420 4d61 7920 \" 21st May

0 commit comments

Comments
 (0)