diff --git a/pages/common/docker-image.md b/pages/common/docker-image.md
index 8320af3551..040e8512bb 100644
--- a/pages/common/docker-image.md
+++ b/pages/common/docker-image.md
@@ -1,7 +1,7 @@
# docker image
> Manage Docker images.
-> See also `docker build`, `docker import`, and `docker pull`.
+> See also: `docker build`, `docker import`, and `docker pull`.
> More information: .
- List local Docker images:
diff --git a/pages/common/f3fix.md b/pages/common/f3fix.md
index 24fb9e1e9f..941daf12a5 100644
--- a/pages/common/f3fix.md
+++ b/pages/common/f3fix.md
@@ -1,7 +1,7 @@
# f3fix
> Edit the partition table of a fake flash drive.
-> See also `f3probe`, `f3write`, `f3read`.
+> See also: `f3probe`, `f3write`, `f3read`.
> More information: .
- Fill a fake flash drive with a single partition that matches its real capacity:
diff --git a/pages/common/f3probe.md b/pages/common/f3probe.md
index eee4c3c672..1436a7acc5 100644
--- a/pages/common/f3probe.md
+++ b/pages/common/f3probe.md
@@ -1,7 +1,7 @@
# f3probe
> Probe a block device (e.g. a flash drive or a microSD card) for counterfeit flash memory.
-> See also `f3read`, `f3write`, `f3fix`.
+> See also: `f3read`, `f3write`, `f3fix`.
> More information: .
- Probe a block device:
diff --git a/pages/common/f3read.md b/pages/common/f3read.md
index fe08be3121..b79bfb2634 100644
--- a/pages/common/f3read.md
+++ b/pages/common/f3read.md
@@ -1,7 +1,7 @@
# f3read
> Validate .h2w files to test the real capacity of the drive.
-> See also `f3write`, `f3probe`, `f3fix`.
+> See also: `f3write`, `f3probe`, `f3fix`.
> More information: .
- Validate a device by checking the files in a given directory:
diff --git a/pages/common/f3write.md b/pages/common/f3write.md
index d22c69f6b5..2e7aa22019 100644
--- a/pages/common/f3write.md
+++ b/pages/common/f3write.md
@@ -1,7 +1,7 @@
# f3write
> Fill a drive out with .h2w files to test its real capacity.
-> See also `f3read`, `f3probe`, `f3fix`.
+> See also: `f3read`, `f3probe`, `f3fix`.
> More information: .
- Write test files to a given directory, filling the drive:
diff --git a/pages/common/nvim.md b/pages/common/nvim.md
index c840524103..90baed889f 100644
--- a/pages/common/nvim.md
+++ b/pages/common/nvim.md
@@ -2,7 +2,7 @@
> Neovim, a programmer's text editor based on Vim, provides several modes for different kinds of text manipulation.
> Pressing `i` in normal mode enters insert mode. `` goes back to normal mode, which doesn't allow regular text insertion.
-> See also `vim`, `vimtutor`, `vimdiff`.
+> See also: `vim`, `vimtutor`, `vimdiff`.
> More information: .
- Open a file:
diff --git a/pages/common/podman-image.md b/pages/common/podman-image.md
index e9dda97d89..959d828a78 100644
--- a/pages/common/podman-image.md
+++ b/pages/common/podman-image.md
@@ -1,7 +1,7 @@
# podman image
> Manage Docker images.
-> See also `podman build`, `podman import`, and `podman pull`.
+> See also: `podman build`, `podman import`, and `podman pull`.
> More information: .
- List local Docker images:
diff --git a/pages/common/vim.md b/pages/common/vim.md
index a60b72c76f..a5426fd0d6 100644
--- a/pages/common/vim.md
+++ b/pages/common/vim.md
@@ -2,7 +2,7 @@
> Vim (Vi IMproved), a command-line text editor, provides several modes for different kinds of text manipulation.
> Pressing `i` in normal mode enters insert mode. Pressing `` goes back to normal mode, which enables the use of Vim commands.
-> See also `vimdiff`, `vimtutor`, `nvim`.
+> See also: `vimdiff`, `vimtutor`, `nvim`.
> More information: .
- Open a file:
diff --git a/pages/common/vimdiff.md b/pages/common/vimdiff.md
index b2d8452e12..11a86bffa3 100644
--- a/pages/common/vimdiff.md
+++ b/pages/common/vimdiff.md
@@ -1,7 +1,7 @@
# vimdiff
> Open up two or more files in vim and show the differences between them.
-> See also `vim`, `vimtutor`, `nvim`.
+> See also: `vim`, `vimtutor`, `nvim`.
> More information: .
- Open two files and show the differences:
diff --git a/pages/common/vimtutor.md b/pages/common/vimtutor.md
index 1787ea2244..5b1469834d 100644
--- a/pages/common/vimtutor.md
+++ b/pages/common/vimtutor.md
@@ -1,7 +1,7 @@
# vimtutor
> Vim tutor, teaching the basic vim commands.
-> See also `vim`, `vimdiff`, `nvim`.
+> See also: `vim`, `vimdiff`, `nvim`.
> More information: .
- Launch the vim tutor using the given language (en, fr, de, ...):
diff --git a/pages/linux/lrunzip.md b/pages/linux/lrunzip.md
index 5bf30986cc..3944548025 100644
--- a/pages/linux/lrunzip.md
+++ b/pages/linux/lrunzip.md
@@ -1,7 +1,7 @@
# lrunzip
> A large file decompression program.
-> See also `lrzip`, `lrztar`, `lrzuntar`.
+> See also: `lrzip`, `lrztar`, `lrzuntar`.
> More information: .
- Decompress a file:
diff --git a/pages/linux/lrzip.md b/pages/linux/lrzip.md
index 8b72da5d59..2639252ce3 100644
--- a/pages/linux/lrzip.md
+++ b/pages/linux/lrzip.md
@@ -1,7 +1,7 @@
# lrzip
> A large file compression program.
-> See also `lrunzip`, `lrztar`, `lrzuntar`.
+> See also: `lrunzip`, `lrztar`, `lrzuntar`.
> More information: .
- Compress a file with LZMA - slow compression, fast decompression:
diff --git a/pages/linux/openrc.md b/pages/linux/openrc.md
index c3e4417549..b7d2a6c1c6 100644
--- a/pages/linux/openrc.md
+++ b/pages/linux/openrc.md
@@ -1,7 +1,7 @@
# openrc
> The OpenRC service manager.
-> See also `rc-status`, `rc-update`, and `rc-service`.
+> See also: `rc-status`, `rc-update`, and `rc-service`.
> More information: .
- Change to a specific runlevel:
diff --git a/pages/linux/vgscan.md b/pages/linux/vgscan.md
index b6fa2352c2..4787b75fdd 100644
--- a/pages/linux/vgscan.md
+++ b/pages/linux/vgscan.md
@@ -1,7 +1,7 @@
# vgscan
> Scan for volume groups on all supported Logical Volume Manager (LVM) block devices.
-> See also `lvm`, `vgchange`.
+> See also: `lvm` and `vgchange`.
> More information: .
- Scan for volume groups and print information about each group found: