/usr/share/fish/man/man1/builtin.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 19 20 21 22 23 24 25 26 27 28 29 30 31 | .TH "builtin" 1 "Sun Dec 11 2016" "Version 2.4.0" "fish" \" -*- nroff -*-
.ad l
.nh
.SH NAME
\fBbuiltin\fP -- run a builtin command
.PP
.SS "Synopsis"
.PP
.nf
\fBbuiltin\fP BUILTINNAME [OPTIONS\&.\&.\&.]
.fi
.PP
.SS "Description"
\fCbuiltin\fP forces the shell to use a builtin command, rather than a function or program\&.
.PP
The following parameters are available:
.PP
.IP "\(bu" 2
\fC-n\fP or \fC--names\fP List the names of all defined builtins
.PP
.SS "Example"
.PP
.nf
\fBbuiltin\fP \fBjobs\fP
executes the jobs builtin, even if a function named jobs exists
.fi
.PP
|