This file is indexed.

/usr/share/dwww/templates/man-in-section.start is in dwww 1.11.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
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!-- man-in-section.start -->
<html>
<head>
 <meta http-equiv="Content-Language" content="en-us">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="robots" content="noindex,nofollow">
 <title>%TITLE% - Man pages in section %SECTION%</title>
 <link rel="stylesheet" type="text/css" href="/dwww/dwww.css">
</head>
<body>
 <div id="head"><h1>%TITLE%</h1></div>
 <div id="men"><p><a href="/dwww/">dwww Home</a> | <a href="index.html#%HREFSECTION%">Man pages by section</a></p></div>
 <h3>Man pages in section %SECTION%</h3>
 <form method="get" action="/cgi-bin/dwww">
  <p>
   <input name="search" size="30">
   <input type="submit" name="programsubmit" value="Search">
   <br>
   <label accesskey="p"><input type="radio" name="searchtype" checked value="p">programs</label>
   <label accesskey="m"><input type="radio" name="searchtype" value="m">menu</label>
   <label accesskey="d"><input type="radio" name="searchtype" value="d">registered docs</label>
  </p>
 </form>
 <!-- LETTERS -->
 <h5 class="c">%LETTERS%</h5>
 <!-- SECTION SECTIONDESC -->
 <h3>Man pages in section %SECTION% %SECTIONDESC%</h3>
 <!-- end man-in-section.start -->