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

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

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

View file

@ -1,4 +1,4 @@
#dpkg
# dpkg
> debian package manager

View file

@ -1,4 +1,4 @@
#mdadm
# mdadm
> RAID management utility

View file

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