objdump: fix minor grammar issues
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# objdump
|
# objdump
|
||||||
|
|
||||||
> View information on object files.
|
> View information about object files.
|
||||||
|
|
||||||
- Display the file header information:
|
- Display the file header information:
|
||||||
|
|
||||||
@@ -10,6 +10,6 @@
|
|||||||
|
|
||||||
`objdump -d {{binary}}`
|
`objdump -d {{binary}}`
|
||||||
|
|
||||||
- Display complete binary hex dump of all sections:
|
- Display a complete binary hex dump of all sections:
|
||||||
|
|
||||||
`objdump -s {{binary}}`
|
`objdump -s {{binary}}`
|
||||||
|
Reference in New Issue
Block a user