mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 04:55:32 +02:00
strace.md: Added option to start an executable (#979)
* updated strace.md with starting a program * fixed errors, and followed same `` guide * removed extraneous space
This commit is contained in:
parent
29b0d77e29
commit
111d8aae0f
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@
|
|||
- Show the time spent in every system call:
|
||||
|
||||
`strace -p {{pid}} -T`
|
||||
|
||||
- Start tracing a program by executing it:
|
||||
|
||||
`strace {{program}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue