]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
CODING_STYLE: add section about how to reference specific concepts
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Apr 2019 14:22:16 +0000 (16:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 12 Apr 2019 14:28:35 +0000 (16:28 +0200)
docs/CODING_STYLE.md

index ed87ae07cce3a47776983760db96de68a7294ce5..2c85485fa29a4052735a559f3aebd0a03198a49d 100644 (file)
@@ -475,6 +475,8 @@ title: Coding Style
   effect on the regular file. If in doubt consider turning off `O_NONBLOCK` again
   after opening.
 
+## Referencing Concepts
+
 - When referring to a configuration file option in the documentation and such,
   please always suffix it with `=`, to indicate that it is a configuration file
   setting.