This is a transcript of a session setting up a Document hyperlink by hand, in a way simlar to what the lndoc tool does, and showing the result in a way which matches the processing of doc.
> ct mkhltype -nc Document
> ct mkhlink Document hello.C hello.doc
> ct mkhlink -ttext "No documentation" Document foo.C
> ct des hello.C
version "hello.C@@/main/1"
created 12-Jun-96.17:13:42 by Marc Girod (girod.tms_os@dshp01)
element type: text_file
predecessor version: /main/0
Hyperlinks:
Document@35930@/vob/tms-os/experimental /vob/tms-os/experimental/tests/hyperlinks/hello.C@@/main/1 -> /vob/tms-os/experimental/tests/hyperlinks/hello.doc@@/main/1
> ct des foo.C
version "foo.C@@/main/1"
created 12-Jun-96.17:21:47 by Marc Girod (girod.tms_os@dshp01)
element type: text_file
predecessor version: /main/0
Hyperlinks:
Document@35912@/vob/tms-os/experimental /vob/tms-os/experimental/tests/hyperlinks/foo.C@@/main/1 -> "No documentation"