Skip to content

Commit

Permalink
Correction: Unescaped '\' on 'man/xd.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-manske committed Apr 13, 2024
1 parent 5a7e928 commit 1f95d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/xd.1
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ $ dd if=xd.1 bs=32 count=1 2> /dev/null | xd -pO -K': ' -c 16 -g 2
.br
To discover the ASCII code of the character 'A', you could use:
.br
$ echo 'A\c' | xd -p
$ echo 'A\\c' | xd -p
.br
41
.br
Expand Down

0 comments on commit 1f95d72

Please sign in to comment.