summaryrefslogtreecommitdiff
path: root/docs/CODING_STYLE.md
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-12-13 11:56:08 +0100
committerLennart Poettering <lennart@poettering.net>2019-12-13 11:56:08 +0100
commitff2c2d0850c4f5a3aa9bea074e110c9b9725d29e (patch)
treef2be01d78f401e29138048b44512c27bcc1c7afd /docs/CODING_STYLE.md
parentdb8728a60c73076ebea7fa8eec7ae844f20bc2e9 (diff)
downloadsystemd-ff2c2d0850c4f5a3aa9bea074e110c9b9725d29e.tar.gz
docs: make sure there's only one # markdown header in each file
@bertob wants us to be strict here, and only have one "#" header per markdown file, and use "##" (or "###", …) for all others. Interestingly, we mostly got this right already, but this fixes a few cases where this wasn't correct.
Diffstat (limited to 'docs/CODING_STYLE.md')
-rw-r--r--docs/CODING_STYLE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md
index 9e480a649e..c8ca8bfefc 100644
--- a/docs/CODING_STYLE.md
+++ b/docs/CODING_STYLE.md
@@ -543,7 +543,7 @@ layout: default
time you need that please immediately undefine `basename()`, and add a
comment about it, so that no code ever ends up using the POSIX version!
-# Committing to git
+## Committing to git
- Commit message subject lines should be prefixed with an appropriate component
name of some kind. For example "journal: ", "nspawn: " and so on.