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
> 生成任意复杂度的随机密码.
> 更多信息: <https://manpages.debian.org/latest/apg/apg.1>.
> 更多信息: <https://manned.org/apg>.
- 生成随机密码 (默认密码长度为 8 位):

View File

@@ -1,7 +1,7 @@
# apropos
> 在 manpages 中搜索,例如查找一个新命令.
> 更多信息: <https://man.archlinux.org/man/apropos.1>.
> 更多信息: <https://manned.org/apropos>.
- 搜索关键字:

View File

@@ -1,7 +1,7 @@
# ar
> 创建,修改,提取库文件 (`.a`, `.so`, `.o`).
> 更多信息: <https://man.archlinux.org/man/ar.1>.
> 更多信息: <https://manned.org/ar>.
- 从库文件中提取全部成员:

View File

@@ -1,7 +1,7 @@
# arp
> 显示和操作系统的 ARP 缓存.
> 更多信息: <https://man.archlinux.org/man/arp.8>.
> 更多信息: <https://manned.org/arp>.
- 显示当前的 ARP 表:

View File

@@ -1,7 +1,7 @@
# bg
> 恢复被挂起的任务 (如. 使用 `Ctrl + Z`), 使它们在后台运行.
> 更多信息: <https://man.archlinux.org/man/bg.1p>.
> 更多信息: <https://manned.org/bg>.
- 恢复最近被挂起的任务,在后台运行:

View File

@@ -1,7 +1,7 @@
# case
> case ... esac 与其他语言中的 switch ... case 语句类似,是一种多分枝选择结构.
> 更多信息: <https://man.archlinux.org/man/case.n>.
> 更多信息: <https://manned.org/case>.
- 通过字符串字面量判断执行分支:

View File

@@ -1,7 +1,7 @@
# clear
> 清空终端的屏幕.
> 更多信息: <https://man.archlinux.org/man/clear.1>.
> 更多信息: <https://manned.org/clear>.
- 清空屏幕(相当于在 Bash shell 中按 Control-L 键):

View File

@@ -1,7 +1,7 @@
# command
> 命令强制 shell 执行命令程序,并忽略具有相同名称的任何函数、内置函数和别名(会忽略掉一切别名,执行命令本身).
> 更多信息: <https://man.archlinux.org/man/command.1p>.
> 更多信息: <https://manned.org/command>.
- 从字面上执行 `ls` 程序,即使存在 ls 别名: