This file is indexed.

/usr/share/doc/groff-base/examples/groff.css is in groff 1.21-7.

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
body { 
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 0%;
  background-color: white;
  color: black;
}

pre {
  background-color: #E0E0E0;
  color: black;
  border: thin;
  border-style: solid;
}