mirror of https://github.com/CrimsonTome/tldr.git
common/*: fix spelling errors
parent
3c92e020ef
commit
e471999932
|
@ -3,6 +3,6 @@
|
||||||
> Blame someone else for your bad code.
|
> Blame someone else for your bad code.
|
||||||
> More information: <https://github.com/jayphelps/git-blame-someone-else>.
|
> More information: <https://github.com/jayphelps/git-blame-someone-else>.
|
||||||
|
|
||||||
- Change the commiter and author of a commit:
|
- Change the committer and author of a commit:
|
||||||
|
|
||||||
`git blame-someone-else "{{author <someone@example.com>}}" {{commit}}`
|
`git blame-someone-else "{{author <someone@example.com>}}" {{commit}}`
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# hping3
|
# hping3
|
||||||
|
|
||||||
> Advanced ping utility which supports protocols such TCP, UDP, and raw IP.
|
> Advanced ping utility which supports protocols such TCP, UDP, and raw IP.
|
||||||
> Best run with elevated priviledges.
|
> Best run with elevated privileges.
|
||||||
> More information: <https://github.com/antirez/hping>.
|
> More information: <https://github.com/antirez/hping>.
|
||||||
|
|
||||||
- Ping a destination with 4 ICMP ping requests:
|
- Ping a destination with 4 ICMP ping requests:
|
||||||
|
|
|
@ -15,6 +15,6 @@
|
||||||
|
|
||||||
`llc --output {{path/to/output.s}}`
|
`llc --output {{path/to/output.s}}`
|
||||||
|
|
||||||
- Emit fully relocateable, position independent code:
|
- Emit fully relocatable, position independent code:
|
||||||
|
|
||||||
`llc -relocation-model=pic {{path/to/input.ll}}`
|
`llc -relocation-model=pic {{path/to/input.ll}}`
|
||||||
|
|
Loading…
Reference in New Issue