replace man.archlinux.org with manned.org

This commit is contained in:
marchersimon
2021-04-12 08:54:04 +02:00
committed by Starbeamrainbowlabs
parent 9dcb5e6fa0
commit 9abb079afb
67 changed files with 67 additions and 67 deletions

View File

@@ -1,7 +1,7 @@
# apg
> Creates arbitrarily complex random passwords.
> More information: <https://manpages.debian.org/latest/apg/apg.1>.
> More information: <https://manned.org/apg>.
- Create random passwords (default password length is 8):

View File

@@ -1,7 +1,7 @@
# apropos
> Search the manual pages for names and descriptions.
> More information: <https://man.archlinux.org/man/apropos.1>.
> More information: <https://manned.org/apropos>.
- Search for a keyword using a regular expression:

View File

@@ -1,7 +1,7 @@
# ar
> Create, modify, and extract from archives (`.a`, `.so`, `.o`).
> More information: <https://man.archlinux.org/man/ar.1>.
> More information: <https://manned.org/ar>.
- Extract all members from an archive:

View File

@@ -1,7 +1,7 @@
# arp
> Show and manipulate your system's ARP cache.
> More information: <https://man.archlinux.org/man/arp.8>.
> More information: <https://manned.org/arp>.
- Show the current ARP table:

View File

@@ -2,7 +2,7 @@
> Search a device for bad blocks.
> Some usages of badblocks can cause destructive actions, such as erasing all data on a disk, including the partition table.
> More information: <https://man.archlinux.org/man/badblocks.8>.
> More information: <https://manned.org/badblocks>.
- Search a disk for bad blocks by using a non-destructive read-only test:

View File

@@ -1,7 +1,7 @@
# bc
> An arbitrary precision calculator language.
> More information: <https://man.archlinux.org/man/bc.1>.
> More information: <https://manned.org/bc>.
- Start `bc` in interactive mode using the standard math library:

View File

@@ -1,7 +1,7 @@
# bg
> Resumes jobs that have been suspended (e.g. using `Ctrl + Z`), and keeps them running in the background.
> More information: <https://man.archlinux.org/man/bg.1p>.
> More information: <https://manned.org/bg>.
- Resume the most recently suspended job and run it in the background:

View File

@@ -1,7 +1,7 @@
# c99
> Compiles C programs according to the ISO C standard.
> More information: <https://man.archlinux.org/man/c99.1p>.
> More information: <https://manned.org/c99>.
- Compile source file(s) and create an executable:

View File

@@ -1,7 +1,7 @@
# case
> Branch based on the value of an expression.
> More information: <https://man.archlinux.org/man/case.n>.
> More information: <https://manned.org/case>.
- Match a variable against string literals to decide which command to run:

View File

@@ -1,7 +1,7 @@
# chsh
> Change the user's login shell.
> More information: <https://man.archlinux.org/man/chsh.1>.
> More information: <https://manned.org/chsh>.
- Change the user's login shell:

View File

@@ -1,7 +1,7 @@
# clear
> Clears the screen of the terminal.
> More information: <https://man.archlinux.org/man/clear.1>.
> More information: <https://manned.org/clear>.
- Clear the screen (equivalent to pressing Control-L in Bash shell):

View File

@@ -2,7 +2,7 @@
> Format standard input or a file into multiple columns.
> Columns are filled before rows; the default separator is a whitespace.
> More information: <https://man.archlinux.org/man/core/util-linux/column.1>.
> More information: <https://manned.org/column>.
- Format the output of a command for a 30 characters wide display:

View File

@@ -1,7 +1,7 @@
# command
> Command forces the shell to execute the program and ignore any functions, builtins and aliases with the same name.
> More information: <https://man.archlinux.org/man/command.1p>.
> More information: <https://manned.org/command>.
- Execute the `ls` program literally, even if an `ls` alias exists:

View File

@@ -2,7 +2,7 @@
> Schedule cron jobs to run on a time interval for the current user.
> Job definition format: "(min) (hour) (day_of_month) (month) (day_of_week) command_to_execute".
> More information: <https://man.archlinux.org/man/crontab.1>.
> More information: <https://manned.org/crontab>.
- Edit the crontab file for the current user: