From 282f3617f3eb6bea750c38317e4f4f8c2956f144 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Sat, 3 May 2025 18:38:20 +0200 Subject: [PATCH] pages/*: fix colon typo (#16367) --- pages/common/ipmitool.md | 2 +- pages/freebsd/ipmitool.md | 2 +- pages/linux/distrobox-export.md | 2 +- pages/linux/ipmitool.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/ipmitool.md b/pages/common/ipmitool.md index 8b677f50e7..d15ee8057c 100644 --- a/pages/common/ipmitool.md +++ b/pages/common/ipmitool.md @@ -3,7 +3,7 @@ > Interface with the Intelligent Platform Management Interface (IPMI). > More information: . -- Open IPMI shell on the local hardware : +- Open IPMI shell on the local hardware: `sudo ipmitool shell` diff --git a/pages/freebsd/ipmitool.md b/pages/freebsd/ipmitool.md index 495fd941bd..c6342bbd0d 100644 --- a/pages/freebsd/ipmitool.md +++ b/pages/freebsd/ipmitool.md @@ -7,7 +7,7 @@ `kldload ipmi.ko` -- Open IPMI shell on the local hardware : +- Open IPMI shell on the local hardware: `ipmitool shell` diff --git a/pages/linux/distrobox-export.md b/pages/linux/distrobox-export.md index 85f0474fc4..65ddf18e82 100644 --- a/pages/linux/distrobox-export.md +++ b/pages/linux/distrobox-export.md @@ -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}}` diff --git a/pages/linux/ipmitool.md b/pages/linux/ipmitool.md index 11524af54f..c9e7e80d80 100644 --- a/pages/linux/ipmitool.md +++ b/pages/linux/ipmitool.md @@ -7,7 +7,7 @@ `systemctl start ipmidrv` -- Open IPMI shell on the local hardware : +- Open IPMI shell on the local hardware: `sudo ipmitool shell`