This file is indexed.

/usr/share/fish/man/man1/vared.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
.TH "vared" 1 "Sun Dec 11 2016" "Version 2.4.0" "fish" \" -*- nroff -*-
.ad l
.nh
.SH NAME
\fBvared\fP -- interactively edit the value of an environment variable 

.PP
.SS "Synopsis"
.PP
.nf

\fBvared\fP VARIABLE_NAME
.fi
.PP
.SS "Description"
\fCvared\fP is used to interactively edit the value of an environment variable\&. Array variables as a whole can not be edited using \fCvared\fP, but individual array elements can\&.
.SS "Example"
\fCvared PATH[3]\fP edits the third element of the PATH array