From: Alejandro Colomar Date: Wed, 25 Feb 2026 11:54:59 +0000 (+0100) Subject: doc/contributions/coding_style.md: Refer to the man-pages style guide X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89131fcdf85c746dd58b5a54f60bcc250eb4935c;p=thirdparty%2Fshadow.git doc/contributions/coding_style.md: Refer to the man-pages style guide Reported-by: "Evgeny Grin (Karlson2k)" Reported-by: Richard Weinberger Signed-off-by: Alejandro Colomar --- diff --git a/doc/contributions/coding_style.md b/doc/contributions/coding_style.md index 803d2f924..2f5b5d629 100644 --- a/doc/contributions/coding_style.md +++ b/doc/contributions/coding_style.md @@ -6,7 +6,10 @@ Each language follows its own established conventions and style guidelines. ## C code -* For a general guidance refer to the +* For a general guidance refer to this +[style guide](https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING.d/style/c). + +* For stuff not covered there, follow the [Linux kernel coding style](https://www.kernel.org/doc/html/latest/process/coding-style.html) * Patches that change the existing coding style are not welcome, as they make