This file is indexed.

/usr/share/hol88-2.02.19940316/help/ENTRIES/lsp.doc is in hol88-help 2.02.19940316-35.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
\DOC lsp

\TYPE {lsp : (void -> void)}

\SYNOPSIS
Breaks out of top-level ML to Lisp.

\DESCRIBE
{lsp} breaks out of top-level ML to Lisp in such a fashion that one finds
oneself in the particular Lisp's break-level debugger.  ML execution may
be continued safely by issuing the appropriate continuation command to
the Lisp in question.  In Franz, this is a {Control-D}, in Allegro CL it
is {:continue}, in Lucid CL it is {(q)}, and in AKCL it is {:r}.

\FAILURE
Never fails.

\EXAMPLE
{
#lsp();;

Break nil
<1>: ^D
[Return to top level]

          _  _    __    _      __    __
   |___   |__|   |  |   |     |__|  |__|
   |      |  |   |__|   |__   |__|  |__|

          Version 1.12 (Sun3/Franz), built on Feb 23 1991

#
}
\COMMENTS
{lsp} is not meant for general use, and should be treated with great
care.  If one is not wary, it is entirely possible to corrupt HOL by
using it.

\SEEALSO
dropout, lisp.

\ENDDOC