/usr/share/fish/man/man1/funcsave.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 | .TH "funcsave" 1 "Wed Dec 16 2015" "Version 2.2.0" "fish" \" -*- nroff -*-
.ad l
.nh
.SH NAME
\fBfuncsave\fP -- save the definition of a function to the user's autoload directory
.PP
.SS "Synopsis"
.PP
.nf
\fBfuncsave\fP FUNCTION_NAME
.fi
.PP
.SS "Description"
\fCfuncsave\fP saves the current definition of a function to a file in the fish configuration directory\&. This function will be automatically loaded by current and future fish sessions\&. This can be useful if you have interactively created a new function and wish to save it for later use\&.
|