mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 18:37:58 +01:00
lldb: remove token markup in example description
This commit is contained in:
parent
36b070581b
commit
e725e8da6e
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@
|
|||
|
||||
`lldb {{executable}}`
|
||||
|
||||
- Attach lldb to running process with id {{pid}}:
|
||||
- Attach `lldb` to a running process with a given PID:
|
||||
|
||||
`lldb -p {{pid}}`
|
||||
|
||||
- Wait for a new process to launch with the given name and attach to it:
|
||||
- Wait for a new process to launch with a given name, and attach to it:
|
||||
|
||||
`lldb -w -n {{process_name}}`
|
||||
|
|
Loading…
Reference in a new issue