This file is indexed.

/usr/share/SuperCollider/HelpSource/Classes/Clock.schelp is in supercollider-common 1:3.6.3~repack-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
CLASS::Clock
categories::Scheduling>Clocks
summary::abstract superclass for clocks
related::Classes/AppClock, Classes/SystemClock, Classes/TempoClock

DESCRIPTION::
Clock is a general scheduler - see subclasses: link::Classes/SystemClock::, link::Classes/TempoClock::, link::Classes/AppClock::