mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-29 20:15:29 +02:00
objdump: fix minor grammar issues
This commit is contained in:
parent
716afd19e1
commit
338f4be207
1 changed files with 2 additions and 2 deletions
|
@ -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}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue