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,12 +1,12 @@
# a2disconf
> 在基于 Debian 的操作系统上禁用 Apache 配置文件.
> 更多信息: <https://manpages.debian.org/latest/apache2/a2disconf.8.html>.
> 在基于 Debian 的操作系统上禁用 Apache 配置文件
> 更多信息 <https://manpages.debian.org/latest/apache2/a2disconf.8.html>.
- 禁用配置文件:
- 禁用配置文件
`sudo a2disconf {{配置文件}}`
- 不显示信息性消息:
- 不显示信息性消息
`sudo a2disconf --quiet {{配置文件}}`