common/a~g*:fix outdated Chinese pages (#14690)

* common/a~g*:fix outdated Chinese pages

* Update airmon-ng.md

* Update aria2c.md

* update chown

* Update ansible-playbook.md

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Jin
2024-11-27 06:20:32 -05:00
committed by GitHub
parent 864b1b260f
commit 67166ff0e7
24 changed files with 261 additions and 140 deletions

View File

@@ -3,10 +3,14 @@
> 在 manpages 中搜索,例如查找一个新命令。
> 更多信息:<https://manned.org/apropos>.
- 搜索关键字:
- 使用正则表达式搜索关键字:
`apropos {{正则表达式}}`
- 搜索时不限制输出到终端宽度:
`apropos -l {{正则表达式}}`
- 搜索与给定的所有表达式都匹配的页面:
`apropos {{正则表达式_1}} -a {{正则表达式_2}} -a {{正则表达式_3}}`