Fix markdown lint warning for linux man pages

This commit is contained in:
lord63
2015-10-22 15:00:05 +08:00
parent 2b70e7ca14
commit 1d2d523b21
9 changed files with 14 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
# strace
# strace
> Troubleshooting tool for tracing system calls
- Start tracing a specific process by its PID
- Start tracing a specific process by its PID
`strace -p {{pid}}`
@@ -13,4 +13,3 @@
- Count time, calls, and errors for each system call and report a summary on program exit.
`strace -p {{pid}} -c`