mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pages/*: align "See also:" lines (#11572)
This commit is contained in:
parent
5374b2bdea
commit
c7810095ad
14 changed files with 14 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
||||||
# docker image
|
# docker image
|
||||||
|
|
||||||
> Manage Docker images.
|
> Manage Docker images.
|
||||||
> See also `docker build`, `docker import`, and `docker pull`.
|
> See also: `docker build`, `docker import`, and `docker pull`.
|
||||||
> More information: <https://docs.docker.com/engine/reference/commandline/image/>.
|
> More information: <https://docs.docker.com/engine/reference/commandline/image/>.
|
||||||
|
|
||||||
- List local Docker images:
|
- List local Docker images:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# f3fix
|
# f3fix
|
||||||
|
|
||||||
> Edit the partition table of a fake flash drive.
|
> Edit the partition table of a fake flash drive.
|
||||||
> See also `f3probe`, `f3write`, `f3read`.
|
> See also: `f3probe`, `f3write`, `f3read`.
|
||||||
> More information: <http://oss.digirati.com.br/f3/>.
|
> More information: <http://oss.digirati.com.br/f3/>.
|
||||||
|
|
||||||
- Fill a fake flash drive with a single partition that matches its real capacity:
|
- Fill a fake flash drive with a single partition that matches its real capacity:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# f3probe
|
# f3probe
|
||||||
|
|
||||||
> Probe a block device (e.g. a flash drive or a microSD card) for counterfeit flash memory.
|
> Probe a block device (e.g. a flash drive or a microSD card) for counterfeit flash memory.
|
||||||
> See also `f3read`, `f3write`, `f3fix`.
|
> See also: `f3read`, `f3write`, `f3fix`.
|
||||||
> More information: <https://github.com/AltraMayor/f3>.
|
> More information: <https://github.com/AltraMayor/f3>.
|
||||||
|
|
||||||
- Probe a block device:
|
- Probe a block device:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# f3read
|
# f3read
|
||||||
|
|
||||||
> Validate .h2w files to test the real capacity of the drive.
|
> Validate .h2w files to test the real capacity of the drive.
|
||||||
> See also `f3write`, `f3probe`, `f3fix`.
|
> See also: `f3write`, `f3probe`, `f3fix`.
|
||||||
> More information: <http://oss.digirati.com.br/f3/>.
|
> More information: <http://oss.digirati.com.br/f3/>.
|
||||||
|
|
||||||
- Validate a device by checking the files in a given directory:
|
- Validate a device by checking the files in a given directory:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# f3write
|
# f3write
|
||||||
|
|
||||||
> Fill a drive out with .h2w files to test its real capacity.
|
> Fill a drive out with .h2w files to test its real capacity.
|
||||||
> See also `f3read`, `f3probe`, `f3fix`.
|
> See also: `f3read`, `f3probe`, `f3fix`.
|
||||||
> More information: <http://oss.digirati.com.br/f3/>.
|
> More information: <http://oss.digirati.com.br/f3/>.
|
||||||
|
|
||||||
- Write test files to a given directory, filling the drive:
|
- Write test files to a given directory, filling the drive:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Neovim, a programmer's text editor based on Vim, provides several modes for different kinds of text manipulation.
|
> Neovim, a programmer's text editor based on Vim, provides several modes for different kinds of text manipulation.
|
||||||
> Pressing `i` in normal mode enters insert mode. `<Esc>` goes back to normal mode, which doesn't allow regular text insertion.
|
> Pressing `i` in normal mode enters insert mode. `<Esc>` goes back to normal mode, which doesn't allow regular text insertion.
|
||||||
> See also `vim`, `vimtutor`, `vimdiff`.
|
> See also: `vim`, `vimtutor`, `vimdiff`.
|
||||||
> More information: <https://neovim.io>.
|
> More information: <https://neovim.io>.
|
||||||
|
|
||||||
- Open a file:
|
- Open a file:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# podman image
|
# podman image
|
||||||
|
|
||||||
> Manage Docker images.
|
> Manage Docker images.
|
||||||
> See also `podman build`, `podman import`, and `podman pull`.
|
> See also: `podman build`, `podman import`, and `podman pull`.
|
||||||
> More information: <https://docs.podman.io/en/latest/markdown/podman-image.1.html>.
|
> More information: <https://docs.podman.io/en/latest/markdown/podman-image.1.html>.
|
||||||
|
|
||||||
- List local Docker images:
|
- List local Docker images:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Vim (Vi IMproved), a command-line text editor, provides several modes for different kinds of text manipulation.
|
> Vim (Vi IMproved), a command-line text editor, provides several modes for different kinds of text manipulation.
|
||||||
> Pressing `i` in normal mode enters insert mode. Pressing `<Esc>` goes back to normal mode, which enables the use of Vim commands.
|
> Pressing `i` in normal mode enters insert mode. Pressing `<Esc>` goes back to normal mode, which enables the use of Vim commands.
|
||||||
> See also `vimdiff`, `vimtutor`, `nvim`.
|
> See also: `vimdiff`, `vimtutor`, `nvim`.
|
||||||
> More information: <https://www.vim.org>.
|
> More information: <https://www.vim.org>.
|
||||||
|
|
||||||
- Open a file:
|
- Open a file:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# vimdiff
|
# vimdiff
|
||||||
|
|
||||||
> Open up two or more files in vim and show the differences between them.
|
> Open up two or more files in vim and show the differences between them.
|
||||||
> See also `vim`, `vimtutor`, `nvim`.
|
> See also: `vim`, `vimtutor`, `nvim`.
|
||||||
> More information: <https://www.vim.org>.
|
> More information: <https://www.vim.org>.
|
||||||
|
|
||||||
- Open two files and show the differences:
|
- Open two files and show the differences:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# vimtutor
|
# vimtutor
|
||||||
|
|
||||||
> Vim tutor, teaching the basic vim commands.
|
> Vim tutor, teaching the basic vim commands.
|
||||||
> See also `vim`, `vimdiff`, `nvim`.
|
> See also: `vim`, `vimdiff`, `nvim`.
|
||||||
> More information: <https://manned.org/vimtutor>.
|
> More information: <https://manned.org/vimtutor>.
|
||||||
|
|
||||||
- Launch the vim tutor using the given language (en, fr, de, ...):
|
- Launch the vim tutor using the given language (en, fr, de, ...):
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# lrunzip
|
# lrunzip
|
||||||
|
|
||||||
> A large file decompression program.
|
> A large file decompression program.
|
||||||
> See also `lrzip`, `lrztar`, `lrzuntar`.
|
> See also: `lrzip`, `lrztar`, `lrzuntar`.
|
||||||
> More information: <https://manned.org/lrunzip>.
|
> More information: <https://manned.org/lrunzip>.
|
||||||
|
|
||||||
- Decompress a file:
|
- Decompress a file:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# lrzip
|
# lrzip
|
||||||
|
|
||||||
> A large file compression program.
|
> A large file compression program.
|
||||||
> See also `lrunzip`, `lrztar`, `lrzuntar`.
|
> See also: `lrunzip`, `lrztar`, `lrzuntar`.
|
||||||
> More information: <https://manned.org/lrzip>.
|
> More information: <https://manned.org/lrzip>.
|
||||||
|
|
||||||
- Compress a file with LZMA - slow compression, fast decompression:
|
- Compress a file with LZMA - slow compression, fast decompression:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# openrc
|
# openrc
|
||||||
|
|
||||||
> The OpenRC service manager.
|
> The OpenRC service manager.
|
||||||
> See also `rc-status`, `rc-update`, and `rc-service`.
|
> See also: `rc-status`, `rc-update`, and `rc-service`.
|
||||||
> More information: <https://wiki.gentoo.org/wiki/OpenRC>.
|
> More information: <https://wiki.gentoo.org/wiki/OpenRC>.
|
||||||
|
|
||||||
- Change to a specific runlevel:
|
- Change to a specific runlevel:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# vgscan
|
# vgscan
|
||||||
|
|
||||||
> Scan for volume groups on all supported Logical Volume Manager (LVM) block devices.
|
> Scan for volume groups on all supported Logical Volume Manager (LVM) block devices.
|
||||||
> See also `lvm`, `vgchange`.
|
> See also: `lvm` and `vgchange`.
|
||||||
> More information: <https://manned.org/vgscan>.
|
> More information: <https://manned.org/vgscan>.
|
||||||
|
|
||||||
- Scan for volume groups and print information about each group found:
|
- Scan for volume groups and print information about each group found:
|
||||||
|
|
Loading…
Add table
Reference in a new issue