diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2020-03-03 20:21:12 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-03-10 11:32:34 -0600 |
commit | 26f67b4c6e4ceb608f3a9f23023c372456855200 (patch) | |
tree | 40f0208bd3e986df5639e32db953d01b1559d843 /Documentation/process | |
parent | 6480e449646cdbfce239cec0b6cdc66b9617b802 (diff) |
Documentation: management-style: Fix formatting of emphsized word
Commit 7f2b3c65b9a1 ("Documentation/ManagementStyle: convert it to ReST
markup") converted _underlined_ to *emphasized* words, but forgot about
an underscore in this case.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20200303192113.20761-1-j.neuschaefer@gmx.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process')
-rw-r--r-- | Documentation/process/management-style.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/management-style.rst b/Documentation/process/management-style.rst index 186753ff3d2d..dfbc69bf49d4 100644 --- a/Documentation/process/management-style.rst +++ b/Documentation/process/management-style.rst @@ -227,7 +227,7 @@ incompetence will grudgingly admit that you at least didn't try to weasel out of it. Then make the developer who really screwed up (if you can find them) know -**in_private** that they screwed up. Not just so they can avoid it in the +**in private** that they screwed up. Not just so they can avoid it in the future, but so that they know they owe you one. And, perhaps even more importantly, they're also likely the person who can fix it. Because, let's face it, it sure ain't you. |