具有复杂名称的手册页
我正在为我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论