pages*: fix documentation mistakes (#11641)

* a2ping: minor fixes

* ab: fix mnemonics

* ab: fix mnemonics

* ab: fix mnemonics

* abduco: add mnemonics

* accelerate: use Hugging Face as a trademark

* ack: highlight grep as a command

* acme.sh: highlight certbot as command

* act: add mnemonics

* ag: highlight ack as command

* age-keygen: add Oxford comma

* linux/shutdown: add mnemonics

* airdecap-ng: use Oxford comma

* alex: use standard path name template
This commit is contained in:
Reinhart Previano Koentjoro
2023-12-03 19:59:57 +07:00
committed by GitHub
parent d37286b327
commit d6d4561c17
29 changed files with 41 additions and 41 deletions

View File

@@ -11,11 +11,11 @@
`a2ping --nocompress {{none|zip|best|flate}} {{path/to/file}}`
- Scan HiResBoundingBox if present (Note: It Defaults to yes):
- Scan HiResBoundingBox if present (defaults to yes):
`a2ping --nohires {{path/to/file}}`
- Allow page content below and left of the origin (Note: It defaults to no):
- Allow page content below and left of the origin (defaults to no):
`a2ping --below {{path/to/file}}`

View File

@@ -15,10 +15,10 @@
`ab -n {{100}} -T {{application/json}} -p {{path/to/file.json}} {{url}}`
- Use HTTP [K]eep Alive, i.e. perform multiple requests within one HTTP session:
- Use HTTP [k]eep-Alive, i.e. perform multiple requests within one HTTP session:
`ab -k {{url}}`
- Set the maximum number of seconds to spend for benchmarking:
- Set the maximum number of seconds ([t]imeout) to spend for benchmarking:
`ab -t {{60}} {{url}}`

View File

@@ -7,11 +7,11 @@
`abduco`
- Attach to a session, creating it if it doesn't exist:
- [A]ttach to a session, creating it if it doesn't exist:
`abduco -A {{name}} {{bash}}`
- Attach to a session with `dvtm`, creating it if it doesn't exist:
- [A]ttach to a session with `dvtm`, creating it if it doesn't exist:
`abduco -A {{name}}`
@@ -19,6 +19,6 @@
`Ctrl + \`
- Attach to a session in read-only mode:
- [A]ttach to a session in [r]ead-only mode:
`abduco -Ar {{name}}`

View File

@@ -11,7 +11,7 @@
`accelerate config`
- Print the estimated GPU memory cost of running a huggingface model with different data types:
- Print the estimated GPU memory cost of running a Hugging Face model with different data types:
`accelerate estimate-memory {{name/model}}`

View File

@@ -1,6 +1,6 @@
# ack
> A search tool like grep, optimized for developers.
> A search tool like `grep`, optimized for developers.
> See also: `rg`, which is much faster.
> More information: <https://beyondgrep.com/documentation>.

View File

@@ -1,6 +1,6 @@
# acme.sh
> Shell script implementing ACME client protocol, an alternative to certbot.
> Shell script implementing ACME client protocol, an alternative to `certbot`.
> See also `acme.sh dns`.
> More information: <https://github.com/acmesh-official/acme.sh>.

View File

@@ -3,7 +3,7 @@
> Execute GitHub Actions locally using Docker.
> More information: <https://github.com/nektos/act>.
- List the available actions:
- [l]ist the available actions:
`act -l`
@@ -15,18 +15,18 @@
`act {{event_type}}`
- Run a specific action:
- Run a specific [a]ction:
`act -a {{action_id}}`
- Do not actually run the actions (i.e. a dry run):
- Do [n]ot actually run the actions (i.e. a dry run):
`act -n`
- Show verbose logs:
- Show [v]erbose logs:
`act -v`
- Run a specific workflow:
- Run a specific [W]orkflow:
`act push -W {{path/to/workflow}}`

View File

@@ -1,6 +1,6 @@
# ag
> The Silver Searcher. Like ack, but aims to be faster.
> The Silver Searcher. Like `ack`, but aims to be faster.
> More information: <https://github.com/ggreer/the_silver_searcher>.
- Find files containing "foo", and print the line matches in context:

View File

@@ -4,7 +4,7 @@
> See `age` for how to encrypt/decrypt files.
> More information: <https://manned.org/age-keygen>.
- Generate a key pair, save it to an unencrypted file and print the public key to `stdout`:
- Generate a key pair, save it to an unencrypted file, and print the public key to `stdout`:
`age-keygen --output {{path/to/file}}`

View File

@@ -1,6 +1,6 @@
# airdecap-ng
> Decrypt a WEP, WPA or WPA2 encrypted capture file.
> Decrypt a WEP, WPA, or WPA2 encrypted capture file.
> Part of Aircrack-ng network software suite.
> More information: <https://www.aircrack-ng.org/doku.php?id=airdecap-ng>.

View File

@@ -14,7 +14,7 @@
- Analyze a specific file:
`alex {{textfile.md}}`
`alex {{path/to/file.md}}`
- Analyze all Markdown files except `example.md`: