/usr/share/fish/man/man1/mimedb.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 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | .TH "mimedb" 1 "Wed Dec 16 2015" "Version 2.2.0" "fish" \" -*- nroff -*-
.ad l
.nh
.SH NAME
\fBmimedb\fP -- lookup file information via the mime database
.PP
.SS "Synopsis"
.PP
.nf
\fBmimedb\fP [OPTIONS] FILES\&.\&.\&.
.fi
.PP
.SS "Description"
\fCmimedb\fP queries the MIME type database and the \fC\&.desktop\fP files installed on the system in order to find information on the files listed in \fCFILES\fP\&. The information that \fCmimedb\fP can retrieve includes the MIME type for a file, a description of the type, and the default action that can be performed on the file\&. \fCmimedb\fP can also be used to launch the default action for this file\&.
.PP
The following options are available:
.PP
.IP "\(bu" 2
\fC-t\fP, \fC--input-file-data\fP determines the files' type both by their filename and by their contents (default behaviour)\&.
.IP "\(bu" 2
\fC-f\fP, \fC--input-filename\fP determines the files' type by their filename\&.
.IP "\(bu" 2
\fC-i\fP, \fC--input-mime\fP specifies that the arguments are not files, but MIME types\&.
.IP "\(bu" 2
\fC-m\fP, \fC--output-mime\fP outputs the MIME type of each file (default behaviour)\&.
.IP "\(bu" 2
\fC-f\fP, \fC--output-description\fP outputs the description of each MIME type\&.
.IP "\(bu" 2
\fC-a\fP, \fC--output-action\fP outputs the default action of each MIME type\&.
.IP "\(bu" 2
\fC-l\fP, \fC--launch\fP launches the default action for the specified files\&.
.IP "\(bu" 2
\fC-v\fP, \fC--version\fP displays the version number and exits\&.
.PP
|