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`