mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 08:06:07 +02:00
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:
parent
ad3772d8cb
commit
6956cd5348
9 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
# flutter
|
# flutter
|
||||||
|
|
||||||
> Google’s free, open source, and cross-platform mobile app SDK.
|
> Google's free, open source, and cross-platform mobile app SDK.
|
||||||
|
|
||||||
- Check the Flutter version:
|
- Check the Flutter version:
|
||||||
|
|
||||||
|
|
|
@ -24,4 +24,4 @@
|
||||||
|
|
||||||
- Play a file using a profile defined in the `mpv.conf` file:
|
- Play a file using a profile defined in the `mpv.conf` file:
|
||||||
|
|
||||||
`mpv --profile {{profile_name}} {{file}}`
|
`mpv --profile {{profile_name}} {{file}}`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# dmesg
|
# dmesg
|
||||||
|
|
||||||
> Write the kernel messages to standard output.
|
> Write the kernel messages to standard output.
|
||||||
|
|
||||||
- Show kernel messages:
|
- Show kernel messages:
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
`run-mailcap --action=ACTION --debug {{filename}}`
|
`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}}`
|
`run-mailcap --action=ACTION --nopager {{filename}}`
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
`ditto {{path/to/source}} {{path/to/destination}}`
|
`ditto {{path/to/source}} {{path/to/destination}}`
|
||||||
|
|
||||||
- Print a line to the Terminal window for every file that’s being copied:
|
- Print a line to the Terminal window for every file that's being copied:
|
||||||
|
|
||||||
`ditto -V {{path/to/source}} {{path/to/destination}}`
|
`ditto -V {{path/to/source}} {{path/to/destination}}`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# dmesg
|
# dmesg
|
||||||
|
|
||||||
> Write the kernel messages to standard output.
|
> Write the kernel messages to standard output.
|
||||||
|
|
||||||
- Show kernel messages:
|
- Show kernel messages:
|
||||||
|
|
||||||
|
|
|
@ -23,10 +23,10 @@
|
||||||
|
|
||||||
`launchctl unload ~/Library/LaunchAgents/{{my_script}}.plist`
|
`launchctl unload ~/Library/LaunchAgents/{{my_script}}.plist`
|
||||||
|
|
||||||
- Manually run a known (loaded) agent/daemon, even if it isn’t the right time (note: this command uses the agent's label, rather than the filename):
|
- Manually run a known (loaded) agent/daemon, even if it is not the right time (note: this command uses the agent's label, rather than the filename):
|
||||||
|
|
||||||
`launchctl start {{my_script}}`
|
`launchctl start {{my_script}}`
|
||||||
|
|
||||||
- Manually kill the process associated with a known agent/daemon, if it's running:
|
- Manually kill the process associated with a known agent/daemon, if it is running:
|
||||||
|
|
||||||
`launchctl stop {{my_script}}`
|
`launchctl stop {{my_script}}`
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
- Generate a TOTP token for a specific time:
|
- Generate a TOTP token for a specific time:
|
||||||
|
|
||||||
`oathtool --totp --now {{2004−02−29 16:21:42}} --base32 {{secret}}`
|
`oathtool --totp --now {{2004-02-29 16:21:42}} --base32 {{secret}}`
|
||||||
|
|
||||||
- Validate a TOTP token:
|
- Validate a TOTP token:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# dmesg
|
# dmesg
|
||||||
|
|
||||||
> Write the kernel messages to standard output.
|
> Write the kernel messages to standard output.
|
||||||
|
|
||||||
- Show kernel messages:
|
- Show kernel messages:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue