mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 17:06:05 +02:00
common/*: replace man.archlinux.org (#7860)
This commit is contained in:
parent
c5309c0ab8
commit
a48819f190
11 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Execute commands once at a later time.
|
> Execute commands once at a later time.
|
||||||
> Service atd (or atrun) should be running for the actual executions.
|
> Service atd (or atrun) should be running for the actual executions.
|
||||||
> More information: <https://man.archlinux.org/man/at.1>.
|
> More information: <https://manned.org/at>.
|
||||||
|
|
||||||
- Execute commands from standard input in 5 minutes (press `Ctrl + D` when done):
|
- Execute commands from standard input in 5 minutes (press `Ctrl + D` when done):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# atq
|
# atq
|
||||||
|
|
||||||
> Show jobs scheduled by `at` or `batch` commands.
|
> Show jobs scheduled by `at` or `batch` commands.
|
||||||
> More information: <https://man.archlinux.org/man/at.1>.
|
> More information: <https://manned.org/atq>.
|
||||||
|
|
||||||
- Show the current user's scheduled jobs:
|
- Show the current user's scheduled jobs:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Remove jobs scheduled by `at` or `batch` commands.
|
> Remove jobs scheduled by `at` or `batch` commands.
|
||||||
> To find job numbers use `atq`.
|
> To find job numbers use `atq`.
|
||||||
> More information: <https://man.archlinux.org/man/at.1>.
|
> More information: <https://manned.org/atrm>.
|
||||||
|
|
||||||
- Remove job number 10:
|
- Remove job number 10:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# banner
|
# banner
|
||||||
|
|
||||||
> Print the given argument as a large ASCII art.
|
> Print the given argument as a large ASCII art.
|
||||||
> More information: <https://man.archlinux.org/man/banner.1>.
|
> More information: <https://manned.org/banner>.
|
||||||
|
|
||||||
- Print the text message as a large banner (quotes are optional):
|
- Print the text message as a large banner (quotes are optional):
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Execute commands at a later time when the system load levels permit.
|
> Execute commands at a later time when the system load levels permit.
|
||||||
> Service atd (or atrun) should be running for the actual executions.
|
> Service atd (or atrun) should be running for the actual executions.
|
||||||
> More information: <https://man.archlinux.org/man/at.1>.
|
> More information: <https://manned.org/batch>.
|
||||||
|
|
||||||
- Execute commands from standard input (press `Ctrl + D` when done):
|
- Execute commands from standard input (press `Ctrl + D` when done):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# bootctl
|
# bootctl
|
||||||
|
|
||||||
> Control EFI firmware boot settings and manage boot loader.
|
> Control EFI firmware boot settings and manage boot loader.
|
||||||
> More information: <https://man.archlinux.org/man/bootctl.1>.
|
> More information: <https://manned.org/bootctl>.
|
||||||
|
|
||||||
- Show information about the system firmware and the bootloaders:
|
- Show information about the system firmware and the bootloaders:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ed
|
# ed
|
||||||
|
|
||||||
> The original Unix text editor.
|
> The original Unix text editor.
|
||||||
> More information: <https://man.archlinux.org/man/ed.1>.
|
> More information: <https://www.gnu.org/software/ed/manual/ed_manual.html>.
|
||||||
|
|
||||||
- Start ed, editing an empty document (which can be saved as a new file in the current directory):
|
- Start ed, editing an empty document (which can be saved as a new file in the current directory):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# fortune
|
# fortune
|
||||||
|
|
||||||
> Print a random quotation (fortune-cookie style).
|
> Print a random quotation (fortune-cookie style).
|
||||||
> More information: <https://man.archlinux.org/man/fortune.6>.
|
> More information: <https://manned.org/fortune>.
|
||||||
|
|
||||||
- Print a quotation:
|
- Print a quotation:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# fusermount
|
# fusermount
|
||||||
|
|
||||||
> Mount and unmount FUSE filesystems.
|
> Mount and unmount FUSE filesystems.
|
||||||
> More information: <https://man.archlinux.org/man/fusermount.1>.
|
> More information: <https://manned.org/fusermount>.
|
||||||
|
|
||||||
- Unmount a FUSE filesystem:
|
- Unmount a FUSE filesystem:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# runit
|
# runit
|
||||||
|
|
||||||
> 3-stage init system.
|
> 3-stage init system.
|
||||||
> More information: <https://wiki.archlinux.org/index.php/Runit>.
|
> More information: <http://smarden.org/runit/runit.8.html>.
|
||||||
|
|
||||||
- Start runit's 3-stage init scheme:
|
- Start runit's 3-stage init scheme:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sed
|
# sed
|
||||||
|
|
||||||
> Edit text in a scriptable manner.
|
> Edit text in a scriptable manner.
|
||||||
> More information: <https://man.archlinux.org/man/sed.1>.
|
> More information: <https://www.gnu.org/software/sed/manual/sed.html>.
|
||||||
|
|
||||||
- Replace the first occurrence of a regular expression in each line of a file, and print the result:
|
- Replace the first occurrence of a regular expression in each line of a file, and print the result:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue