<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - broken man pages in wayland-1.12.0"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99101">99101</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>broken man pages in wayland-1.12.0
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Wayland
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>minor
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>wayland
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>wayland-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>braket@hotmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=128487" name="attach_128487" title="patch to add *.c.3 and *.h.3 man files to the install script">attachment 128487</a> <a href="attachment.cgi?id=128487&action=edit" title="patch to add *.c.3 and *.h.3 man files to the install script">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=99101&attachment=128487'>[review]</a>
patch to add *.c.3 and *.h.3 man files to the install script

Some of the man pages installed have links to non-existent files. When running
mandb I see lots of warnings like this:
$ sudo mandb -c
......
mandb: can't open /usr/share/man/man3/wayland-server.c.3: No such file or
directory
mandb: warning: /usr/share/man/man3/wl_socket_lock.3.gz: bad symlink or ROFF
`.so' request
.....

When trying to look at the man page for wl_socket_lock I get this:
$ man wl_socket_lock
man: can't open /usr/share/man/man3/wayland-server.c.3: No such file or
directory
No manual entry for wl_socket_lock

This happens with version 1.12.0 and also on today's git's master 721e0b4a9.

This is caused by the install scripts not installing some files that some man
pages point to. I attach a patch that fixes the problem on my system: it adds
the missing *.c.3 and *.h.3 files to the installation.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>