Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,16 +1,16 @@
# banner
> 将给定参数输出为大型 ASCII 文字.
> 将给定参数输出为大型 ASCII 文字
> 更多信息: <https://man.archlinux.org/man/banner.1>.
- 将文字信息打印为大横幅(引号是可选的):
- 将文字信息打印为大横幅(引号是可选的)
`banner "{{Hello World}}"`
- 将文字信息打印为横幅,宽度为 50 个字:
- 将文字信息打印为横幅,宽度为 50 个字
`banner -w {{50}} "{{Hello World}}"`
- 从 stdin 中读取文本:
- 从 stdin 中读取文本
`banner`