/usr/share/fish/man/man1/dirh.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 | .TH "dirh" 1 "Sun Dec 11 2016" "Version 2.4.0" "fish" \" -*- nroff -*-
.ad l
.nh
.SH NAME
\fBdirh\fP -- print directory history
.PP
.SS "Synopsis"
.PP
.nf
\fBdirh\fP
.fi
.PP
.SS "Description"
\fCdirh\fP prints the current directory history\&. The current position in the history is highlighted using the color defined in the \fCfish_color_history_current\fP environment variable\&.
.PP
\fCdirh\fP does not accept any parameters\&.
.PP
Note that the \fCcd\fP command limits directory history to the 25 most recently visited directories\&. The history is stored in the \fC$dirprev\fP and \fC$dirnext\fP variables\&.
|