Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qdiscs: Fix extra backslashes in commands examples #2

Merged
merged 2 commits into from
Nov 21, 2019

Conversation

vcgomes
Copy link
Collaborator

@vcgomes vcgomes commented Nov 21, 2019

These extra backslashes were added when copying from the original
script.

Signed-off-by: Vinicius Costa Gomes vinicius.gomes@intel.com

These extra backslashes were added when copying from the original
script.
Somehow these characters got into our documents, and they are making
it hard to copy and paste commands that can be executed.

A hackish perl incantation was used to replace (hopefully) all the non
breaking whitespaces with plain whitespaces:

$ perl -CSDA -i -plE 's/[^\S\t]/ /g' source/*.rst
@aguedes
Copy link
Collaborator

aguedes commented Nov 21, 2019

This PR looks good to me. Since it is very simple I'll go ahead and merge it now. Thanks @vcgomes!

@aguedes aguedes merged commit 5c63cf9 into Avnu:master Nov 21, 2019
@steeley steeley mentioned this pull request Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants