1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 21:55:42 +02:00

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
commit 99e78c58e0
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`