什么是“qv”?在 tcsh 手册页中
好吧,这一直是个烦恼,所以我很自然地想把它带到这里。
在 tcsh 手册页中使用了短语 qv ,我不知道为什么插入这四个字符。
是自我参照吗?技术参考 ?文档或语言约定?
以下是上下文中的一些示例。
(+) Variables may be made read-only with `set -r' (q.v.)
Users who need to use the
same set of files with both csh(1) and tcsh can have only a ~/.cshrc
which checks for the existence of the tcsh shell variable (q.v.)
end-of-file (not bound)
Signals an end of file, causing the shell to exit unless the
ignoreeof shell variable (q.v.) is set to prevent this. See
also delete-char-or-list-or-eof.
Ok, this has been an on-going annoyance, so naturally I thought to bring it here.
In the tcsh man page the phrase q.v. is used, and I have no clue why those four characters are inserted.
Is it self referential ? a technical reference ? a documentation or language convention ?
Here are some examples in context.
(+) Variables may be made read-only with `set -r' (q.v.)
Users who need to use the
same set of files with both csh(1) and tcsh can have only a ~/.cshrc
which checks for the existence of the tcsh shell variable (q.v.)
end-of-file (not bound)
Signals an end of file, causing the shell to exit unless the
ignoreeof shell variable (q.v.) is set to prevent this. See
also delete-char-or-list-or-eof.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是语言的事情。它是拉丁语“quod vide”的意思,基本上是说你可以在其他地方查找有关该主题的更多信息。
It's a language thing. It's Latin for "quod vide", which basically says you can look up more information on the subject elsewhere.
quod vide - 拉丁语去哪里(用于进一步参考)
quod vide - latin for where to look (for further references)
qv 代表 quod vide(参见)- 用于引用文本中提到的材料
q.v. stands for quod vide (which see) - used to reference material mentioned in text