mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
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. ``` <!--- wokeignore:rule=word --> "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 `<p>`. ``` <p><!--- wokeignore:rule=word --><br /> "non-inclusive word" in kernel and NetworkManager. ``` Starting with `<p>` and being followed by`<br />`, 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 <nhosoi@redhat.com>
This commit is contained in:
parent
871d715429
commit
4ac93457b3
1 changed files with 3 additions and 4 deletions
|
|
@ -843,10 +843,9 @@ following options:
|
|||
|
||||
- `all_ports_active`
|
||||
|
||||
<!--- wokeignore:rule=slave -->
|
||||
`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` <!--- wokeignore:rule=slave ---> 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`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue