mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 15:17:57 +01:00
Fix TLDR lint issues
This commit is contained in:
parent
4192235e41
commit
17fb4fc1bc
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# rpm
|
||||
|
||||
> RPM Package Manager
|
||||
> RPM Package Manager.
|
||||
|
||||
- Show version of httpd package:
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
`rpm -qlc {{httpd}}`
|
||||
`rpm -qld {{httpd}}`
|
||||
|
||||
- show contents of an RPM file:
|
||||
- Show contents of an RPM file:
|
||||
|
||||
`rpm -qlp {{some.rpm}}`
|
||||
|
||||
|
@ -31,11 +31,11 @@
|
|||
|
||||
`rpm -qp --scripts {{some.rpm}}`
|
||||
|
||||
- Show capabilities provided by an RPM file
|
||||
- Show capabilities provided by an RPM file:
|
||||
|
||||
`rpm -qp --provides {{some.rpm}}`
|
||||
|
||||
- Show capabilities needed by an RPM file
|
||||
- Show capabilities needed by an RPM file:
|
||||
|
||||
`rpm -qp --requires {{some.rpm}}`
|
||||
|
||||
|
|
Loading…
Reference in a new issue