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:
@@ -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:
|
||||
|
||||
|
@@ -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):
|
||||
|
||||
|
@@ -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:
|
||||
|
||||
|
@@ -17,4 +17,4 @@
|
||||
|
||||
- Display records more recent than 3 days:
|
||||
|
||||
`lastlog -time {{3}}`
|
||||
`lastlog --time {{3}}`
|
||||
|
@@ -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}}`
|
||||
|
@@ -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}}`
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
- Navigate left/up/down/right:
|
||||
|
||||
`<H|J|K|L> or arrow keys`
|
||||
`{{H|J|K|L}} OR {{arrow keys}}`
|
||||
|
||||
- Rotate:
|
||||
|
||||
|
Reference in New Issue
Block a user