markdownlint: enable rule MD014
MD014 - Dollar signs used before commands without showing output Fixed all errors Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com> Change-Id: I75f48c8e2edaf584a553c028e8feb262417b854d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9007 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
This commit is contained in:
parent
7ba660074f
commit
e0d04147a0
@ -62,7 +62,7 @@ Let's assume we want to use PCI device `0000:04:00.0`. First of all, verify
|
||||
that it has an IOMMU group assigned:
|
||||
|
||||
~~~{.sh}
|
||||
$ readlink "/sys/bus/pci/devices/0000:00:04.0/iommu_group"
|
||||
readlink "/sys/bus/pci/devices/0000:00:04.0/iommu_group"
|
||||
~~~
|
||||
|
||||
The output should be e.g.
|
||||
@ -100,7 +100,7 @@ The limit can be checked by running the following command as target user:
|
||||
(output in kilobytes)
|
||||
|
||||
~~~{.sh}
|
||||
$ ulimit -l
|
||||
ulimit -l
|
||||
~~~
|
||||
|
||||
On Ubuntu 18.04 this returns 16384 (16MB) by default, which is way below
|
||||
|
@ -3,7 +3,6 @@ exclude_rule 'MD003'
|
||||
exclude_rule 'MD004'
|
||||
exclude_rule 'MD010'
|
||||
rule 'MD013', :line_length => 170
|
||||
exclude_rule 'MD014'
|
||||
exclude_rule 'MD018'
|
||||
exclude_rule 'MD019'
|
||||
exclude_rule 'MD020'
|
||||
|
Loading…
Reference in New Issue
Block a user