From: Lennart Poettering Date: Fri, 12 Apr 2019 14:22:16 +0000 (+0200) Subject: CODING_STYLE: add section about how to reference specific concepts X-Git-Tag: v243-rc1~555^2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=971dfffab83de424bc36a3c034aabb04075abd60;p=thirdparty%2Fsystemd.git CODING_STYLE: add section about how to reference specific concepts --- diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index ed87ae07cce..2c85485fa29 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.