hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/Documentation/process/management-style.rst
....@@ -5,8 +5,9 @@
55
66 This is a short document describing the preferred (or made up, depending
77 on who you ask) management style for the linux kernel. It's meant to
8
-mirror the process/coding-style.rst document to some degree, and mainly written to
9
-avoid answering [#f1]_ the same (or similar) questions over and over again.
8
+mirror the :ref:`process/coding-style.rst <codingstyle>` document to some
9
+degree, and mainly written to avoid answering [#f1]_ the same (or similar)
10
+questions over and over again.
1011
1112 Management style is very personal and much harder to quantify than
1213 simple coding style rules, so this document may or may not have anything
....@@ -226,7 +227,7 @@
226227 out of it.
227228
228229 Then make the developer who really screwed up (if you can find them) know
229
-**in_private** that they screwed up. Not just so they can avoid it in the
230
+**in private** that they screwed up. Not just so they can avoid it in the
230231 future, but so that they know they owe you one. And, perhaps even more
231232 importantly, they're also likely the person who can fix it. Because, let's
232233 face it, it sure ain't you.