Skip to content

Commit

Permalink
runtime(man): Update man page
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Aug 17, 2024
1 parent 54c6565 commit 5d137bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions runtime/doc/xxd-ja.UTF-8.1
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ xxd.1 の日付を修正する。
.br
\fI% xxd \-s 0x33 \-l 13 \-c 13 xxd.1\fR
.br
0000033: 3235 7468 204d 6179 2031 3939 36 25th May 1996
00000033: 3235 7468 204d 6179 2031 3939 36 25th May 1996
.PP
.br
中身がすべて 0x00 の 65537 バイトのファイルを作成する。
Expand All @@ -309,11 +309,11 @@ xxd.1 の日付を修正する。
.br
\fI% xxd \-a \-c 12 file\fR
.br
0000000: 0000 0000 0000 0000 0000 0000 ............
00000000: 0000 0000 0000 0000 0000 0000 ............
.br
*
.br
000fffc: 0000 0000 41 ....A
0000fffc: 0000 0000 41 ....A
.PP
一文字の 'A' からなる 1 バイトのファイルを作成する。
'\-r \-s' の後に指定した数値がファイル中の行番号に加算され、結果、余計なバイトが飛ばされる。
Expand Down
6 changes: 3 additions & 3 deletions runtime/doc/xxd.1
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Patch the date in the file xxd.1
.br
\fI% xxd \-s 0x33 \-l 13 \-c 13 xxd.1\fR
.br
0000033: 3235 7468 204d 6179 2031 3939 36 25th May 1996
00000033: 3235 7468 204d 6179 2031 3939 36 25th May 1996
.PP
.br
Create a 65537 byte file with all bytes 0x00,
Expand All @@ -324,11 +324,11 @@ Hex dump this file with autoskip.
.br
\fI% xxd \-a \-c 12 file\fR
.br
0000000: 0000 0000 0000 0000 0000 0000 ............
00000000: 0000 0000 0000 0000 0000 0000 ............
.br
*
.br
000fffc: 0000 0000 41 ....A
0000fffc: 0000 0000 41 ....A
.PP
Create a 1 byte file containing a single 'A' character.
The number after '\-r \-s' adds to the line numbers found in the file;
Expand Down

0 comments on commit 5d137bc

Please sign in to comment.