This file is indexed.

/usr/share/zsh/functions/Misc/run-help-p4 is in zsh-common 5.0.7-5.

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
if (( ! $# )); then
  p4 help commands
else
  p4 help $1
fi | ${=PAGER:-less}