This file is indexed.

/usr/share/fish/completions/man.fish 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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
complete -xc man -a "(__fish_complete_man)"

complete -xc man -a 1 --description "Program section"
complete -xc man -a 2 --description "Syscall section"
complete -xc man -a 3 --description "Library section"
complete -xc man -a 4 --description "Device section"
complete -xc man -a 5 --description "File format section"
complete -xc man -a 6 --description "Games section"
complete -xc man -a 7 --description "Misc section"
complete -xc man -a 8 --description "Admin section"
complete -xc man -a 9 --description "Kernel section"
complete -xc man -a tcl --description "Tcl section"
complete -xc man -a n --description "New section"
complete -xc man -a l --description "Local section"
complete -xc man -a p
complete -xc man -a o --description "Old section"
complete -rc man -s C --description "Configuration file"
complete -xc man -s M -a "(__fish_complete_directories (commandline -ct))" --description "Manpath"
complete -rc man -s P --description "Pager"
complete -xc man -s S --description "Manual sections"
complete -c man -s a --description "Display all matches"
complete -c man -s c --description "Always reformat"
complete -c man -s d --description "Debug"
complete -c man -s D --description "Debug and run"
complete -c man -s f --description "Show whatis information"
complete -c man -s F -l preformat --description "Format only"
complete -c man -s h --description "Display help and exit"
complete -c man -s k --description "Show apropos information"
complete -c man -s K --description "Search in all man pages"
complete -xc man -s m --description "Set system"
complete -xc man -s p --description "Preprocessors"
complete -c man -s t --description "Format for printing"
complete -c man -s w -l path --description "Only print locations"
complete -c man -s W --description "Only print locations"