From 4ac93457b318dbfbdc7ee5c867df971de8c23b9f Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Mon, 6 Feb 2023 21:08:42 -0800 Subject: [PATCH] Non-inclusive words - Fix wokeignore comment in README.md To allow a "non-inclusive word" in README.md, a wokeignore rule was added as follows. ``` "non-inclusive word" in kernel and NetworkManager. ``` When the markdown format is converged to the html format, the comment line is treated as a blank line proceeded by `

`. ```


"non-inclusive word" in kernel and NetworkManager. ``` Starting with `

` and being followed by`
`, the wokeignore rule loses the ability to make the inclusive language utility `woke` skip checking the non-inclusive word in the next line. Instead of putting the wokeignore rule comment above the non- inclusive word, it's placed in the same line. Signed-off-by: Noriko Hosoi --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c2b6b5..842b851 100644 --- a/README.md +++ b/README.md @@ -843,10 +843,9 @@ following options: - `all_ports_active` - - `all_slaves_active` in kernel and NetworkManager. The boolean value `false` drops - the duplicate frames (received on inactive ports) and the boolean value `true` - delivers the duplicate frames. + `all_slaves_active` in kernel and NetworkManager. + The boolean value `false` drops the duplicate frames (received on inactive ports) + and the boolean value `true` delivers the duplicate frames. - `arp_all_targets`