mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 18:35:23 +02:00
pages/*: fix colon typo (#16367)
This commit is contained in:
parent
106adfa095
commit
282f3617f3
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
> Interface with the Intelligent Platform Management Interface (IPMI).
|
||||
> More information: <https://manned.org/ipmitool>.
|
||||
|
||||
- Open IPMI shell on the local hardware :
|
||||
- Open IPMI shell on the local hardware:
|
||||
|
||||
`sudo ipmitool shell`
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
`kldload ipmi.ko`
|
||||
|
||||
- Open IPMI shell on the local hardware :
|
||||
- Open IPMI shell on the local hardware:
|
||||
|
||||
`ipmitool shell`
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
`distrobox-export {{[-b|--bin]}} {{path/to/binary}} {{[-ep|--export-path]}} {{path/to/binary_on_host}}`
|
||||
|
||||
- Export a binary from the container to the host (i.e.`$HOME/.local/bin`) :
|
||||
- Export a binary from the container to the host (i.e.`$HOME/.local/bin`):
|
||||
|
||||
`distrobox-export {{[-b|--bin]}} {{path/to/binary}} {{[-ep|--export-path]}} {{path/to/export}}`
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
`systemctl start ipmidrv`
|
||||
|
||||
- Open IPMI shell on the local hardware :
|
||||
- Open IPMI shell on the local hardware:
|
||||
|
||||
`sudo ipmitool shell`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue