This file is indexed.

/usr/share/freemat/help/text/hold.mdc is in freemat-help 4.0-5.

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
HOLD HOLD Plot Hold Toggle Function

Usage

Toggles the hold state on the currently active plot.  The
general syntax for its use is

   hold(state)

where state is either

   hold('on')

to turn hold on, or

   hold('off')

to turn hold off. If you specify no argument then
hold toggles the state of the hold:

   hold

You can also specify a particular axis to the hold command

   hold(handle,...)

where handle is the handle for a particular axis.