common/*: replace man.archlinux.org (#7860)

feature/windows-fix-syntax-2
git-em 2022-03-09 01:28:57 -03:00 committed by GitHub
parent c5309c0ab8
commit a48819f190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
> Execute commands once at a later time.
> 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):

View File

@ -1,7 +1,7 @@
# atq
> 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:

View File

@ -2,7 +2,7 @@
> Remove jobs scheduled by `at` or `batch` commands.
> 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:

View File

@ -1,7 +1,7 @@
# banner
> 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):

View File

@ -2,7 +2,7 @@
> Execute commands at a later time when the system load levels permit.
> 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):

View File

@ -1,7 +1,7 @@
# bootctl
> 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:

View File

@ -1,7 +1,7 @@
# ed
> 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):

View File

@ -1,7 +1,7 @@
# fortune
> 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:

View File

@ -1,7 +1,7 @@
# fusermount
> Mount and unmount FUSE filesystems.
> More information: <https://man.archlinux.org/man/fusermount.1>.
> More information: <https://manned.org/fusermount>.
- Unmount a FUSE filesystem:

View File

@ -1,7 +1,7 @@
# runit
> 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:

View File

@ -1,7 +1,7 @@
# sed
> 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: