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,20 +1,20 @@
# clear
> 清空终端的屏幕.
> 清空终端的屏幕
> 更多信息: <https://manned.org/clear>.
- 清空屏幕(相当于在 Bash shell 中按 Control-L 键):
- 清空屏幕(相当于在 Bash shell 中按 Control-L 键)
`clear`
- 清空屏幕但保留终端的回滚缓冲区:
- 清空屏幕但保留终端的回滚缓冲区
`clear -x`
- 指明要清空的终端类型(默认为环境变量 `TERM` 的值):
- 指明要清空的终端类型(默认为环境变量 `TERM` 的值)
`clear -T {{type_of_terminal}}`
- 显示 `clear` 使用的 `ncurses` 版本:
- 显示 `clear` 使用的 `ncurses` 版本
`clear -V`