This file is indexed.

/usr/share/racket/collects/raco/raco.1 is in racket-common 6.7-3.

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
43
44
45
.\" dummy line
.TH RACO 1 "May 2010"
.UC 4
.SH NAME
raco \- the RAcket COmmand-line tool
.SH SYNOPSIS
.B raco
[
.I option ...
] [
.I argument ...
]
.SH DESCRIPTION
.B raco
performs various tasks related to the Racket language, such as finding documentation,
compiling Racket source to bytecode,
packaging executables, and packaging installable archives.

.PP
Run
.PP
   raco help
.PP
for a list of subcommands.

.SH MORE INFORMATION
For further information, run
.PP
   raco docs
.PP
to open installed documentation in your web browser.

.PP
Alternately, consult the on-line
documentation and other information available at
.PP
.ce 1
http://racket-lang.org/

.SH AUTHOR
.B raco
was implemented by PLT.
.SH SEE ALSO
.BR racket(1),
.BR drracket(1)