1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-10 01:17:44 +03:00

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

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.