This file is indexed.

/usr/share/doc/python3-pyutilib/examples/workflow/driver_3.txt is in python3-pyutilib 5.3.5-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
usage: myprog [-h] {TaskY,TaskZ} ...

This is the description of this task driver

positional arguments:
  {TaskY,TaskZ}  Sub-commands
    TaskZ
    TaskY

optional arguments:
  -h, --help     show this help message and exit

**********************
This is more text
that describes this command driver.  Note

that the format of the epilog string is preserved in the
help
output!
**********************