Skip to content

Commit 5d137bc

Browse files
committed
runtime(man): Update man page
1 parent 54c6565 commit 5d137bc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

runtime/doc/xxd-ja.UTF-8.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ xxd.1 の日付を修正する。
296296
.br
297297
\fI% xxd \-s 0x33 \-l 13 \-c 13 xxd.1\fR
298298
.br
299-
0000033: 3235 7468 204d 6179 2031 3939 36 25th May 1996
299+
00000033: 3235 7468 204d 6179 2031 3939 36 25th May 1996
300300
.PP
301301
.br
302302
中身がすべて 0x00 の 65537 バイトのファイルを作成する。
@@ -309,11 +309,11 @@ xxd.1 の日付を修正する。
309309
.br
310310
\fI% xxd \-a \-c 12 file\fR
311311
.br
312-
0000000: 0000 0000 0000 0000 0000 0000 ............
312+
00000000: 0000 0000 0000 0000 0000 0000 ............
313313
.br
314314
*
315315
.br
316-
000fffc: 0000 0000 41 ....A
316+
0000fffc: 0000 0000 41 ....A
317317
.PP
318318
一文字の 'A' からなる 1 バイトのファイルを作成する。
319319
'\-r \-s' の後に指定した数値がファイル中の行番号に加算され、結果、余計なバイトが飛ばされる。

runtime/doc/xxd.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Patch the date in the file xxd.1
311311
.br
312312
\fI% xxd \-s 0x33 \-l 13 \-c 13 xxd.1\fR
313313
.br
314-
0000033: 3235 7468 204d 6179 2031 3939 36 25th May 1996
314+
00000033: 3235 7468 204d 6179 2031 3939 36 25th May 1996
315315
.PP
316316
.br
317317
Create a 65537 byte file with all bytes 0x00,
@@ -324,11 +324,11 @@ Hex dump this file with autoskip.
324324
.br
325325
\fI% xxd \-a \-c 12 file\fR
326326
.br
327-
0000000: 0000 0000 0000 0000 0000 0000 ............
327+
00000000: 0000 0000 0000 0000 0000 0000 ............
328328
.br
329329
*
330330
.br
331-
000fffc: 0000 0000 41 ....A
331+
0000fffc: 0000 0000 41 ....A
332332
.PP
333333
Create a 1 byte file containing a single 'A' character.
334334
The number after '\-r \-s' adds to the line numbers found in the file;

0 commit comments

Comments
 (0)