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

17
pages.zh/osx/notifyd.md Normal file
View File

@@ -0,0 +1,17 @@
# notifyd
> 通知服务器。
> 不应手动调用。
> 更多信息:<https://keith.github.io/xcode-man-pages/notifyd.8.html>。
- 启动守护进程:
`notifyd`
- 将调试消息记录到默认日志文件(`/var/log/notifyd.log`)
`notifyd -d`
- 将调试消息记录到备用日志文件:
`notifyd -d -log_file {{path/to/log_file}}`