1

好的,这是一个持续的烦恼,所以我很自然地想把它带到这里。

在 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.
4

3 回答 3

4

这是语言的事情。它是拉丁语中“quod vide”的意思,基本上表示您可以在其他地方查找有关该主题的更多信息。

于 2010-08-11T20:35:22.420 回答
0

quod vide - 拉丁语寻找哪里(进一步参考)

于 2010-08-11T20:35:14.730 回答
0

qv 代表 quod vide (which see) - 用于参考文本中提到的材料

于 2010-08-11T20:37:17.400 回答