diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-05 23:21:37 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-06 16:18:42 +0300 |
| commit | 9f9bc3435b7195b4f5f2a80fc267b2886a842015 (patch) | |
| tree | 045dd7a72c4826a20925dc549bc18e45d0519b4a /docs/md-cli.md | |
| parent | a95a6e3deb987b3ca364f55928f489efdc181f07 (diff) | |
| download | vyos-documentation-9f9bc3435b7195b4f5f2a80fc267b2886a842015.tar.gz vyos-documentation-9f9bc3435b7195b4f5f2a80fc267b2886a842015.zip | |
docs: fix typos and a few grammar issues (ported from #1852 RST → MyST)
Ports the typo/grammar sweep originally captured in PR #1852 from .rst
files to their .md equivalents, plus the eventhandler grammar fix that
Copilot flagged in #1852's review (which the RST PR explicitly skipped
as scope-stretch).
Sources:
- 73 typo/grammar substitutions from PR #1852 (rebased from #1801)
- "Using environments is more preferable" → "Using environment variables
is preferable" (Copilot review comment on #1852)
#1852 itself is being discarded since it targets RST and we are phasing
out the RST tree in favor of MyST.
The 4 RST-linter line-wrap comments and 1 RST section-underline comment
from Copilot's #1852 review are RST-specific and do not apply to .md.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs/md-cli.md')
| -rw-r--r-- | docs/md-cli.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/md-cli.md b/docs/md-cli.md index d99e4a04..942cc2f5 100644 --- a/docs/md-cli.md +++ b/docs/md-cli.md @@ -131,14 +131,14 @@ perform by itself at a later point. Examples: - `force arp request interface eth1 address 10.3.0.2` — send a - gratuitious ARP request. + gratuitous ARP request. - `force root-partition-auto-resize` — grow the root filesystem to the size of the system partition (this is also done on startup, but this command can do it without a reboot). #### execute -"Execute" commands are for executing various diagnostic and auxilliary +"Execute" commands are for executing various diagnostic and auxiliary actions that the system would never perform by itself. Examples: |
