pages/*: fix small typos (#11831)

* pages/*: fix small typos

* Update ssh-copy-id.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* ansible-inventory: fix typo

* Update pages/linux/zathura.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* gcloud: fix typo

* fdesetup: mark as placeholder

* icalbuddy: use general placeholder

* ip: make it a placeholder

* git-svn: fix typo

* pages/*: fix typos

* kubectl-get: add mnemonics and long options

* kubectl-describe: add mnemonics and long options

* pip-install: use short option

* Update icalbuddy.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Sebastiaan Speck
2023-12-27 07:22:49 +01:00
committed by GitHub
parent 79cd77711e
commit 7510205497
17 changed files with 38 additions and 38 deletions

View File

@@ -9,11 +9,11 @@
- Navigate the piece horizontally:
`{{A|D}} OR {{Left|Right}} arrow key`
`{{A|D}} OR {{Left|Right arrow key}}`
- Turn the piece:
`{{W|Up arrow key}} `
`{{W|Up arrow key}}`
- Hard drop the piece:

View File

@@ -9,7 +9,7 @@
- Generate a UUIDv5 using a namespace UUID and a specific name:
`genid uuidv5 {{{ce598faa-8dd0-49ee-8525-9e24fff71dca}}} {{name}}`
`genid uuidv5 {{ce598faa-8dd0-49ee-8525-9e24fff71dca}} {{name}}`
- Generate a Discord Snowflake, without a trailing newline (useful in shell scripts):

View File

@@ -26,7 +26,7 @@
- Make an interface up/down:
`ip link set {{interface}} up/down`
`ip link set {{interface}} {{up|down}}`
- Add/Delete an IP address to an interface:

View File

@@ -17,4 +17,4 @@
- Display records more recent than 3 days:
`lastlog -time {{3}}`
`lastlog --time {{3}}`

View File

@@ -5,4 +5,4 @@
- Convert an RPM package to a `cpio` archive and save it as `file.cpio` in the current directory:
`rpm2cpio {{path/to/file.rpm}}}`
`rpm2cpio {{path/to/file.rpm}}`

View File

@@ -10,4 +10,4 @@
- Change the activation status of logical volumes in the specified volume group (determine with `vgscan`):
`sudo vgchange --activate {{y|n}} {{volume_group}}}`
`sudo vgchange --activate {{y|n}} {{volume_group}}`

View File

@@ -10,7 +10,7 @@
- Navigate left/up/down/right:
`<H|J|K|L> or arrow keys`
`{{H|J|K|L}} OR {{arrow keys}}`
- Rotate: