mirror of https://github.com/CrimsonTome/tldr.git
lldb: remove token markup in example description (#1473)
commit
22e5f8c27b
|
@ -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}}`
|
||||
|
|
|
@ -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 New Issue