@@ -57,7 +57,7 @@ are all equivalent.
57
57
.PP
58
58
.TP
59
59
.IR \- a " | " \- autoskip
60
- toggle autoskip: A single '*' replaces nul-lines. Default off.
60
+ Toggle autoskip: A single '*' replaces nul-lines. Default off.
61
61
.TP
62
62
.IR \- b " | " \- bits
63
63
Switch to bits (binary digits) dump, rather than hexdump.
@@ -67,10 +67,13 @@ followed by an ascii (or ebcdic) representation. The command line switches
67
67
\- r, \- p, \- i do not work with this mode.
68
68
.TP
69
69
.IR " \- c cols " | " \- cols cols"
70
- format
70
+ Format
71
71
.RI < cols >
72
72
octets per line. Default 16 (\- i: 12, \- ps: 30, \- b: 6). Max 256.
73
73
.TP
74
+ .IR \- C " | " \- capitalize
75
+ Capitalize variable names in C include file style, when using \- i.
76
+ .TP
74
77
.IR \- E " | " \- EBCDIC
75
78
Change the character encoding in the righthand column from ASCII to EBCDIC.
76
79
This does not change the hexadecimal representation. The option is
@@ -87,7 +90,7 @@ The command line switches
87
90
\- r, \- p, \- i do not work with this mode.
88
91
.TP
89
92
.IR " \- g bytes " | " \- groupsize bytes"
90
- separate the output of every
93
+ Separate the output of every
91
94
.RI < bytes >
92
95
bytes (two hex characters or eight bit-digits each) by a whitespace.
93
96
Specify
@@ -98,28 +101,28 @@ in normal mode, \fI4\fP in little-endian mode and \fI1\fP in bits mode.
98
101
Grouping does not apply to postscript or include style.
99
102
.TP
100
103
.IR \- h " | " \- help
101
- print a summary of available commands and exit. No hex dumping is performed.
104
+ Print a summary of available commands and exit. No hex dumping is performed.
102
105
.TP
103
106
.IR \- i " | " \- include
104
- output in C include file style. A complete static array definition is written
107
+ Output in C include file style. A complete static array definition is written
105
108
(named after the input file), unless xxd reads from stdin.
106
109
.TP
107
110
.IR " \- l len " | " \- len len"
108
- stop after writing
111
+ Stop after writing
109
112
.RI < len >
110
113
octets.
111
114
.TP
112
115
.I \- o offset
113
- add
116
+ Add
114
117
.RI < offset >
115
118
to the displayed file position.
116
119
.TP
117
120
.IR \- p " | " \- ps " | " \- postscript " | " \- plain
118
- output in postscript continuous hexdump style. Also known as plain hexdump
121
+ Output in postscript continuous hexdump style. Also known as plain hexdump
119
122
style.
120
123
.TP
121
124
.IR \- r " | " \- revert
122
- reverse operation: convert (or patch) hexdump into binary.
125
+ Reverse operation: convert (or patch) hexdump into binary.
123
126
If not writing to stdout, xxd writes into its output file without truncating
124
127
it. Use the combination
125
128
.I \- r \- p
@@ -135,7 +138,7 @@ revert with
135
138
added to file positions found in hexdump.
136
139
.TP
137
140
.I \- s [+][\- ]seek
138
- start at
141
+ Start at
139
142
.RI < seek >
140
143
bytes abs. (or rel.) infile offset.
141
144
\fI + \fR indicates that the seek is relative to the current stdin file position
@@ -145,10 +148,10 @@ should be that many characters from the end of the input (or if combined with
145
148
Without \- s option, xxd starts at the current file position.
146
149
.TP
147
150
.I \- u
148
- use upper case hex letters. Default is lower case.
151
+ Use upper case hex letters. Default is lower case.
149
152
.TP
150
153
.IR \- v " | " \- version
151
- show version string.
154
+ Show version string.
152
155
.SH CAVEATS
153
156
.PP
154
157
.I xxd \- r
0 commit comments