/usr/share/fish/man/man1/open.1 is in fish-common 2.4.0-1.
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 "Sun Dec 11 2016" "Version 2.4.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 appropriate tool for the operating system\&. On GNU/Linux, this requires the common but optional \fCxdg-open\fP utility, from the \fCxdg-utils\fP package\&.
.SS "Example"
\fCopen *\&.txt\fP opens all the text files in the current directory using your system's default text editor\&.
|