add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

28
pages.zh/linux/mandb.md Normal file
View File

@@ -0,0 +1,28 @@
# mandb
> 管理预格式化手册页数据库。
> 更多信息:<https://manned.org/mandb>。
- 清除并处理手册页:
`mandb`
- 更新单个条目:
`mandb --filename {{path/to/file}}`
- 从头创建条目而不是更新:
`mandb --create`
- 仅处理用户数据库:
`mandb --user-db`
- 不清除过时条目:
`mandb --no-purge`
- 检查手册页的有效性:
`mandb --test`