/usr/share/fish/man/man1/dirs.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 | .TH "dirs" 1 "Sun Dec 11 2016" "Version 2.4.0" "fish" \" -*- nroff -*-
.ad l
.nh
.SH NAME
\fBdirs\fP -- print directory stack
.PP
.SS "Synopsis"
.PP
.nf
\fBdirs\fP
\fBdirs\fP -c
.fi
.PP
.SS "Description"
\fCdirs\fP prints the current directory stack, as created by the \fC\fCpushd\fP\fP command\&.
.PP
With '-c', it clears the directory stack instead\&.
.PP
\fCdirs\fP does not accept any parameters\&.
|