Browse Source

pages: fix typo (#11934)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Sebastiaan Speck 1 year ago
parent
commit
3b8dd30d52

+ 1 - 1
pages/common/bastet.md

@@ -17,7 +17,7 @@
 
 - Soft drop the piece:
 
-`{{Down arrow key}}`
+`<Down arrow key>`
 
 - Hard drop the piece:
 

+ 1 - 1
pages/common/blender.md

@@ -22,7 +22,7 @@
 
 - Render the animation of a specific scene, starting at frame 10 and ending at frame 500:
 
-`blender --background {{path/to/file}}.blend --scene {{scene_name}} --frame-start {{10}} -e {{500}} --render-anim`
+`blender --background {{path/to/file}}.blend --scene {{scene_name}} --frame-start {{10}} --frame-end {{500}} --render-anim`
 
 - Render an animation at a specific resolution, by passing a Python expression:
 

+ 2 - 2
pages/common/blockout2.md

@@ -9,7 +9,7 @@
 
 - Navigate the current piece on a 2D plane:
 
-`{{Up|Down|Left|Right}} arrow key`
+`{{Up|Down|Left|Right arrow key}}`
 
 - Rotate the piece on its axis:
 
@@ -17,7 +17,7 @@
 
 - Hard drop the current piece:
 
-`Spacebar`
+`<Spacebar>`
 
 - Pause/unpause the game:
 

+ 1 - 1
pages/common/duplicity.md

@@ -22,7 +22,7 @@
 
 - List the files in a backup stored on a remote machine, via ssh:
 
-`duplicity list-current-files --time {{YYYY-MM-DD}} scp://{{user@hostname}}/path/to/backup/dir`
+`duplicity list-current-files --time {{YYYY-MM-DD}} scp://{{user@hostname}}/{{path/to/backup/dir}}`
 
 - Restore a subdirectory from a GnuPG-encrypted local backup to a given location:
 

+ 3 - 3
pages/common/lynx.md

@@ -25,12 +25,12 @@
 
 - Navigate forwards and backwards through the links on a page:
 
-`Up arrow key, Down arrow key`
+`{{Up arrow key|Down arrow key}}`
 
 - Go back to the previously displayed page:
 
-`Left arrow key OR u`
+`{{Left arrow key|u}}`
 
 - Exit:
 
-`q then y`
+`q + y`

+ 1 - 1
pages/common/mplayer.md

@@ -25,4 +25,4 @@
 
 - Seek backward or forward 10 seconds:
 
-`<Left> OR <Right>`
+`{{Left|Right}}`

+ 1 - 1
pages/common/nudoku.md

@@ -13,7 +13,7 @@
 
 - Navigate the board:
 
-`{{h|j|k|l}} OR {{Left|Down|Up|Right}} arrow key`
+`{{h|j|k|l}} OR {{Left|Down|Up|Right arrow key}}`
 
 - Delete a number:
 

+ 1 - 1
pages/common/sc-im.md

@@ -10,7 +10,7 @@
 
 - Enter a string into the current cell:
 
-`< OR >`
+`{{<|>}}`
 
 - Enter a numeric constant into the current cell:
 

+ 1 - 1
pages/common/youtube-dl.md

@@ -33,4 +33,4 @@
 
 - Download a playlist and extract MP3s from it:
 
-`youtube-dl -f "bestaudio" --continue --no-overwrites --ignore-errors --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" {{url_to_playlist}}`
+`youtube-dl -f "bestaudio" --continue --no-overwrites --ignore-errors --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" '{{url_to_playlist}}'`

+ 6 - 6
pages/linux/finch.md

@@ -9,24 +9,24 @@
 
 - Quit:
 
-`alt + q OR ctrl + c`
+`<Alt> + q OR <Ctrl> + c`
 
 - Show actions menu:
 
-`alt + a`
+`<Alt> + a`
 
 - Jump to n-th window:
 
-`alt + {{number_key}}`
+`<Alt> + {{number_key}}`
 
 - Close current window:
 
-`alt + c`
+`<Alt> + c`
 
 - Start moving a window, use arrow keys to move, press escape when done:
 
-`alt + m`
+`<Alt> + m`
 
 - Start resizing a window, use arrow keys to resize, press escape when done:
 
-`alt + r`
+`<Alt> + r`

+ 3 - 3
pages/linux/links.md

@@ -17,12 +17,12 @@
 
 - Navigate forwards and backwards through the links on a page:
 
-`Up arrow key, Down arrow key`
+`{{Up arrow key|Down arrow key}}`
 
 - Go forwards and backwards one page:
 
-`Left arrow key, Right arrow key`
+`{{Left arrow key|Right arrow key}}`
 
 - Exit:
 
-`q then y`
+`q + y`

+ 1 - 1
pages/linux/nsnake.md

@@ -9,7 +9,7 @@
 
 - Navigate the snake:
 
-`{{Up|Down|Left|Right}} arrow key`
+`{{Up|Down|Left|Right arrow key}}`
 
 - Pause/unpause the game:
 

+ 2 - 2
pages/linux/snake4.md

@@ -13,11 +13,11 @@
 
 - Navigate the snake:
 
-`{{Up|Down|Left|Right}} arrow key`
+`{{Up|Down|Left|Right arrow key}}`
 
 - Pause game:
 
-`Spacebar`
+`<Spacebar>`
 
 - Quit game:
 

+ 3 - 3
pages/linux/yetris.md

@@ -9,7 +9,7 @@
 
 - Navigate the piece horizontally:
 
-`{{Left|Right}} arrow key`
+`{{Left|Right arrow key}}`
 
 - Rotate the piece clockwise or counterclockwise:
 
@@ -21,11 +21,11 @@
 
 - Soft drop the piece:
 
-`Down arrow key`
+`<Down arrow key>`
 
 - Hard drop the piece:
 
-`Spacebar`
+`<Spacebar>`
 
 - Pause/unpause the game: