From 971dfffab83de424bc36a3c034aabb04075abd60 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Apr 2019 16:22:16 +0200 Subject: [PATCH] CODING_STYLE: add section about how to reference specific concepts --- docs/CODING_STYLE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index ed87ae07cc..2c85485fa2 100644 --- a/docs/CODING_STYLE.md +++ b/docs/CODING_STYLE.md @@ -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.