/usr/share/doc/vile-common/perl/Visit.doc is in vile-common 9.8q-1build1.
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 | NAME
Visit - visit a file in vile
SYNOPSIS
use Visit;
&visit("filename", 1);
DESCRIPTION
The Visit module is used by "hgrep" to visit a given line and column in
a file.
AUTHOR
Kevin Buettner
|