Merge pull request #308 from lord63-forks/markdown-lint-fix

Fix markdown lint warnings for linux man pages
This commit is contained in:
Ruben Vereecken
2015-10-22 09:12:47 +02:00
9 changed files with 14 additions and 16 deletions

View File

@@ -10,7 +10,6 @@
`apt-get install {{package}}` `apt-get install {{package}}`
- remove a package - remove a package
`apt-get remove {{package}}` `apt-get remove {{package}}`

View File

@@ -13,4 +13,3 @@
- Count time, calls, and errors for each system call and report a summary on program exit. - Count time, calls, and errors for each system call and report a summary on program exit.
`strace -p {{pid}} -c` `strace -p {{pid}} -c`