This file is indexed.

/usr/share/fish/man/man1/open.1 is in fish-common 2.2.0-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
.TH "open" 1 "Wed Dec 16 2015" "Version 2.2.0" "fish" \" -*- nroff -*-
.ad l
.nh
.SH NAME
\fBopen\fP -- open file in its default application 

.PP
.SS "Synopsis"
.PP
.nf

\fBopen\fP FILES\&.\&.\&.
.fi
.PP
.SS "Description"
\fCopen\fP opens a file in its default application, using the \fCxdg-open\fP command if it exists, or else the \fCmimedb\fP command\&.
.SS "Example"
\fCopen *\&.txt\fP opens all the text files in the current directory using your system's default text editor\&.