具有复杂名称的手册页

发布于 2024-10-20 21:39:46 字数 440 浏览 0 评论 0原文

我正在为我的 Tcl 库编写手册页,每个命令一个文件。命令名称包含 ::,例如 mypackage::mycommand

我想通过以下命令调用正确的手册页:man mypackage::mycommand。为此,相应的 man 文件称为 mypackage::mycommand.n (我使用手册的“n”部分)。

它可以在 Linux 中运行,但不能在 Windows 中运行,因为某些应用程序无法正确处理名称中包含“:”的文件。所以我想重命名 man 文件,例如 mypackage_mycommand.n

问题:如果相应的 man 文件具有不同的名称,是否可以通过 man mypackage::mycommand 调用我的手册?

谢谢。

I'm writing man pages for my Tcl library, one file per command. Command names contain ::, for example mypackage::mycommand.

I'd like to call proper man page by following command: man mypackage::mycommand. For this purpose corresponding man file is called mypackage::mycommand.n (I'm using "n" section of manual).

It works in Linux, but it does not in Windows, because some applications cannot properly work with files containing ":" in names. So I'd like to rename man files, say to mypackage_mycommand.n.

Question: is it possible to call my manual by man mypackage::mycommand, if corresponding man file has different name?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文