commit 41a823d9157ed9c88166765b210959e338360dd0
parent 91da6112e1d87825a1c2a9afd946282b3d80f9b4
Author: phoebos <ben@bvnf.space>
Date: Tue, 28 Apr 2026 16:27:37 +0100
fix some code blocks
Diffstat:
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/wiki/kiss/package-system/index.md b/wiki/kiss/package-system/index.md
@@ -65,13 +65,13 @@ NM=nm, RANLIB=ranlib`.
Example shell-based build file:
#!/bin/sh -e
-
+
# Disable stripping (use if needed).
:> nostrip
-
+
./configure \
--prefix=/usr
-
+
make
make install
@@ -99,7 +99,7 @@ field denotes the dependency type (unset for runtime, `make` for compile-time).
alsa-lib
meson make
-
+
# This is a comment.
wayland
wayland-protocols make
@@ -118,7 +118,7 @@ where supported by the remote server. If no suffix is used, master is cloned.
# This is a comment.
https://www.openssl.org/source/openssl-1.2.3.tar.gz
https://causal.agency/libretls/libretls-3.3.3p1.tar.gz libretls
-
+
files/update-certdata.sh
git+https://github.com/kisslinux/kiss@dev
@@ -144,7 +144,7 @@ be used to perform any required pre-removal steps or to display notices.
Example shell-based pre-remove file (from `community/mdev-usb`):
#!/bin/sh
-
+
delgroup usb
@@ -156,14 +156,14 @@ should be used to perform any required post-install steps or to display notices.
Example shell-based post-install file:
#!/bin/sh -e
-
+
cat <<EOF
-
+
The commands zcat, unpigz and gunzip were merely symbolic
links to the pigz binary. They have been removed. To gain
them back, create the symlinks (or use an alias or shell
function).
-
+
EOF
diff --git a/wiki/website/smu/index.md b/wiki/website/smu/index.md
@@ -43,7 +43,7 @@ There are several pattern you can use to highlight your text:
You can produce inline code with surrounding `\`` or `\`\``
Use `rm -rf /` if you're a N00b.
-
+
Use ``rm -rf /`` if you're a N00b.
`\`\`ABC\`\`` makes it possible to use Backticks without backslashing them.