multiple pages: change Unicode characters to ASCII (#2802)
Change Unicode characters to ASCII: - non-breaking spaces (\xc2\xa0) to normal spaces (\x20) - apostrophes (there are only 2 Unicode apostrophes, all others are already ASCII) - hyphen (−) to minus (-) - fix wording (STD‐OUT to "standard output")
This commit is contained in:

committed by
Waldir Pimenta

parent
ad3772d8cb
commit
6956cd5348
@@ -1,6 +1,6 @@
|
||||
# dmesg
|
||||
|
||||
> Write the kernel messages to standard output.
|
||||
> Write the kernel messages to standard output.
|
||||
|
||||
- Show kernel messages:
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
|
||||
`run-mailcap --action=ACTION --debug {{filename}}`
|
||||
|
||||
- Ignore any "copiousoutput" directive and forward output to STD‐OUT:
|
||||
- Ignore any "copiousoutput" directive and forward output to standard output:
|
||||
|
||||
`run-mailcap --action=ACTION --nopager {{filename}}`
|
||||
|
||||
|
Reference in New Issue
Block a user