This file is indexed.

/usr/share/fish/man/man1/fg.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 "fg" 1 "Sun Dec 11 2016" "Version 2.4.0" "fish" \" -*- nroff -*-
.ad l
.nh
.SH NAME
\fBfg\fP -- bring job to foreground 

.PP
.SS "Synopsis"
.PP
.nf

\fBfg\fP [PID]
.fi
.PP
.SS "Description"
\fCfg\fP brings the specified \fCjob\fP to the foreground, resuming it if it is stopped\&. While a foreground job is executed, fish is suspended\&. If no job is specified, the last job to be used is put in the foreground\&. If PID is specified, the job with the specified group ID is put in the foreground\&.
.PP
The PID of the desired process is usually found by using \fCprocess expansion\fP\&. Fish is capable of expanding far more than just the numeric PID, including referencing itself and finding PIDs by name\&.
.SS "Example"
\fCfg %1\fP will put the job with job ID 1 in the foreground\&.