CODING_STYLE: add section about how to reference specific concepts

This commit is contained in:
Lennart Poettering 2019-04-12 16:22:16 +02:00
parent 8c9289e705
commit 971dfffab8
1 changed files with 2 additions and 0 deletions

View 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.