mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-08 10:55:40 +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:
commit
99e78c58e0
9 changed files with 14 additions and 16 deletions
|
@ -10,7 +10,6 @@
|
|||
|
||||
`apt-get install {{package}}`
|
||||
|
||||
|
||||
- remove a package
|
||||
|
||||
`apt-get remove {{package}}`
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#dpkg
|
||||
# dpkg
|
||||
|
||||
> debian package manager
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#mdadm
|
||||
# mdadm
|
||||
|
||||
> RAID management utility
|
||||
|
||||
|
|
|
@ -13,4 +13,3 @@
|
|||
- Count time, calls, and errors for each system call and report a summary on program exit.
|
||||
|
||||
`strace -p {{pid}} -c`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue