summaryrefslogtreecommitdiff
path: root/docs/HACKING.md
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-17 15:54:46 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-17 23:00:18 +0200
commit818e46ae7c3159ef3026930c1a4330f66344b2d1 (patch)
tree417aaf5acf0f2ba950df2e719c07ff8ca7927ecb /docs/HACKING.md
parent85b5930b7b3c2099f450438ab02260b41cb3bef3 (diff)
downloadsystemd-818e46ae7c3159ef3026930c1a4330f66344b2d1.tar.gz
docs: avoid multiple first-level headlines
One document should only contain one main headline, both for structuring and for visual reasons. Relevant cases found via: git grep -A2 '^# ' docs/
Diffstat (limited to 'docs/HACKING.md')
-rw-r--r--docs/HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md
index 3f6838cfd0..9d938769ab 100644
--- a/docs/HACKING.md
+++ b/docs/HACKING.md
@@ -331,7 +331,7 @@ debug and set "processId" to "${command:pickProcess}". Now, when starting the de
the PID of the process you want to debug. Run `systemctl show --property MainPID --value <component>` in the
container to figure out the PID and enter it when asked and VSCode will attach to that process instead.
-# Debugging systemd-boot
+## Debugging systemd-boot
During boot, systemd-boot and the stub loader will output a message like `systemd-boot@0x0A,0x0B`,
providing the location of the text and data sections. These location can then be used to attach