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