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,31 +1,31 @@
# cal
> 打印日历信息.
> 打印日历信息
- 打印本月日历:
- 打印本月日历
`cal`
- 显示上个月,当前月,下个月的日历:
- 显示上个月,当前月,下个月的日历
`cal -3`
- 显示指定月份的日历(月份为 1-12 月):
- 显示指定月份的日历(月份为 1-12 月)
`cal -m {{月}}`
- 显示全年日历:
- 显示全年日历
`cal -y`
- 显示指定某年的日历(年份为 4 个数字):
- 显示指定某年的日历(年份为 4 个数字)
`cal {{年}}`
- 显示特定年和月的日历:
- 显示特定年和月的日历
`cal {{月}} {{年}}`
- 显示指定年的复活节日期:
- 显示指定年的复活节日期
`ncal -e {{年}}`