diff --git a/pages/common/arc.md b/pages/common/arc.md index f955cc839f..5a86732b39 100644 --- a/pages/common/arc.md +++ b/pages/common/arc.md @@ -1,7 +1,7 @@ # arc > Arcanist: A CLI for Phabricator. -> More information . +> More information: . - Send the changes to Differential for review: diff --git a/pages/common/deemix.md b/pages/common/deemix.md index a594fc7ef9..0b75efdd37 100644 --- a/pages/common/deemix.md +++ b/pages/common/deemix.md @@ -2,7 +2,7 @@ > A barebone deezer downloader library built from the ashes of Deezloader Remix. > It can be used as a standalone CLI app or implemented in an UI using the API. -> More Information: . +> More information: . - Download a track or playlist: diff --git a/pages/common/eva.md b/pages/common/eva.md index 5f028e662c..52c02675db 100644 --- a/pages/common/eva.md +++ b/pages/common/eva.md @@ -1,7 +1,7 @@ # eva > Simple calculator REPL, similar to `bc`, with syntax highlighting and persistent history. -> More information . +> More information: . - Run the calculator in interactive mode: diff --git a/pages/common/fnm.md b/pages/common/fnm.md index f43fe22dd4..4399742246 100644 --- a/pages/common/fnm.md +++ b/pages/common/fnm.md @@ -2,7 +2,7 @@ > Fast Node.js version manager. > Install, uninstall or switch between Node.js versions. -> More info: . +> More information: . - Install a specific version of Node.js: diff --git a/pages/common/glow.md b/pages/common/glow.md index beec81d9e2..b488f6f6be 100644 --- a/pages/common/glow.md +++ b/pages/common/glow.md @@ -1,7 +1,7 @@ # glow > Render Markdown in the terminal. -> More infomration: . +> More information: . - Run glow and select a file to view: diff --git a/pages/common/ipython.md b/pages/common/ipython.md index bf74cd96f5..b310e7b80b 100644 --- a/pages/common/ipython.md +++ b/pages/common/ipython.md @@ -1,7 +1,7 @@ # IPython > A Python shell with automatic history, dynamic object introspection, easier configuration, command completion, access to the system shell and more. -> More information: https://ipython.org/documentation.html. +> More information: . - Start an interactive IPython session: diff --git a/pages/common/kotlin.md b/pages/common/kotlin.md index c4127bfa90..1ba92b357b 100644 --- a/pages/common/kotlin.md +++ b/pages/common/kotlin.md @@ -1,7 +1,7 @@ # kotlin > Kotlin Application Launcher. -> More information . +> More information: . - Run a jar file: diff --git a/pages/common/nativefier.md b/pages/common/nativefier.md index eeee4bae90..a692d0d573 100644 --- a/pages/common/nativefier.md +++ b/pages/common/nativefier.md @@ -1,7 +1,7 @@ # nativefier > Command-line tool to create a desktop app for any web site with minimal configuration. -> More information . +> More information: . - Make a desktop app for a website: diff --git a/pages/common/notmuch.md b/pages/common/notmuch.md index 40d4c60418..39e072d872 100644 --- a/pages/common/notmuch.md +++ b/pages/common/notmuch.md @@ -1,7 +1,7 @@ # notmuch > Command-line based program for indexing, searching, reading, and tagging large collections of email messages. -> More Information: . +> More information: . - Configure for first use: diff --git a/pages/common/virsh.md b/pages/common/virsh.md index 41f5e1f3f6..b34d0bcf19 100644 --- a/pages/common/virsh.md +++ b/pages/common/virsh.md @@ -1,8 +1,8 @@ # virsh > Manage virsh guest domains. -> More information: . > NOTE: 'guest_id' can be the id, name or UUID of the guest. +> More information: . - Connect to a hypervisor session: diff --git a/pages/linux/efibootmgr.md b/pages/linux/efibootmgr.md index 8c03fd920c..200e461fa5 100644 --- a/pages/linux/efibootmgr.md +++ b/pages/linux/efibootmgr.md @@ -1,7 +1,7 @@ # efibootmgr > Manipulate the UEFI Boot Manager (the Bootoptions). -> More information: https://linux.die.net/man/8/efibootmgr. +> More information: . - List the current settings / bootnums: diff --git a/pages/linux/homeshick.md b/pages/linux/homeshick.md index cfa833cdec..cece7f486b 100644 --- a/pages/linux/homeshick.md +++ b/pages/linux/homeshick.md @@ -1,7 +1,7 @@ -# Homeshick +# homeshick > Synchronize Git dotfiles. -> More information . +> More information: . - Create a new castle: diff --git a/pages/linux/netselect.md b/pages/linux/netselect.md index 512afe9173..e0cc489c72 100644 --- a/pages/linux/netselect.md +++ b/pages/linux/netselect.md @@ -1,7 +1,7 @@ # netselect > Speed test for choosing a fast network server. -> More information: . +> More information: . - Choose the server with the lowest latency: diff --git a/pages/linux/rofi.md b/pages/linux/rofi.md index 8c13c0d445..6c1b1ee3ca 100644 --- a/pages/linux/rofi.md +++ b/pages/linux/rofi.md @@ -1,7 +1,7 @@ # rofi > An application launcher and window switcher. -> More Information: . +> More information: . - Show the list of apps: diff --git a/pages/linux/vgs.md b/pages/linux/vgs.md index 152aebfb07..a8ac375c50 100644 --- a/pages/linux/vgs.md +++ b/pages/linux/vgs.md @@ -1,7 +1,7 @@ # vgs > Display information about LVM volume groups. -> More information: https://man7.org/linux/man-pages/man8/vgs.8.html . +> More information: . - Display information about volume groups: diff --git a/pages/windows/choice.md b/pages/windows/choice.md index 5e46350d86..3a0c3d1da9 100644 --- a/pages/windows/choice.md +++ b/pages/windows/choice.md @@ -2,7 +2,7 @@ > Prompts the user to select one item from a list of single-character choices in a batch program, and then returns the index of the selected choice. > If used without parameters, choice displays the default choices Y and N. -> More Information: . +> More information: . - A,B and C as list of choices to be used: