This file is indexed.

/usr/share/gtk-doc/html/udisks2/udisksd.8.html is in udisks2-doc 2.1.3-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
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>UDisks Reference Manual: udisksd</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="UDisks Reference Manual">
<link rel="up" href="overview.html" title="Part I. Manual pages and Overview">
<link rel="prev" href="udisks.8.html" title="udisks">
<link rel="next" href="udisksctl.1.html" title="udisksctl">
<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="overview.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="udisks.8.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="udisksctl.1.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="udisksd.8"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">udisksd</span></h2>
<p>udisksd — The udisks system daemon</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>SYNOPSIS</h2>
<div class="cmdsynopsis"><p><code class="command">udisksd</code>  [<code class="option">--help</code>] [<code class="option">--replace</code>] [<code class="option">--no-debug</code>] [<code class="option">--no-sigint</code>]</p></div>
</div>
<div class="refsect1">
<a name="id-1.2.3.5"></a><h2>DESCRIPTION</h2>
<p>
      The <span class="command"><strong>udisksd</strong></span> program provides the
      <span class="emphasis"><em>org.freedesktop.UDisks2</em></span> name on the system
      message bus. Users or administrators should never need to start
      this daemon as it will be automatically started by
      <span class="citerefentry"><span class="refentrytitle">dbus-daemon</span>(1)</span>
      or
      <span class="citerefentry"><span class="refentrytitle">systemd</span>(1)</span>
      whenever an application tries to access its D-Bus interfaces.
    </p>
<p>
      See the
      <span class="citerefentry"><span class="refentrytitle">udisks</span>(8)</span>
      man page for more information.
    </p>
</div>
<div class="refsect1">
<a name="id-1.2.3.6"></a><h2>OPTIONS</h2>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><code class="option">--help</code></span></p></td>
<td><p>
            Show help options.
          </p></td>
</tr></tbody>
</table></div>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><code class="option">--replace</code></span></p></td>
<td><p>
            Replace existing daemon.
          </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="option">--no-debug</code></span></p></td>
<td><p>
            Do not print debug or informational messages on stdout/stderr.
          </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="option">--no-sigint</code></span></p></td>
<td><p>
            Do not handle SIGINT for controlled shutdown.
          </p></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="id-1.2.3.7"></a><h2>AUTHOR</h2>
<p>
      Written by David Zeuthen
      <code class="email">&lt;<a class="email" href="mailto:zeuthen@gmail.com">zeuthen@gmail.com</a>&gt;</code> with a lot of help
      from many others.
    </p>
</div>
<div class="refsect1">
<a name="id-1.2.3.8"></a><h2>BUGS</h2>
<p>
      Please send bug reports to either the distribution bug tracker
      or the upstream bug tracker at
      <a class="ulink" href="https://bugs.freedesktop.org/enter_bug.cgi?product=udisks" target="_top">https://bugs.freedesktop.org/enter_bug.cgi?product=udisks</a>.
    </p>
</div>
<div class="refsect1">
<a name="id-1.2.3.9"></a><h2>SEE ALSO</h2>
<p>
      <a class="link" href="udisks.8.html" title="udisks"><span class="citerefentry"><span class="refentrytitle">udisks</span>(8)</span></a>,
      <a class="link" href="udisksctl.1.html" title="udisksctl"><span class="citerefentry"><span class="refentrytitle">udisksctl</span>(1)</span></a>,
      <span class="citerefentry"><span class="refentrytitle">polkit</span>(8)</span>,
      <span class="citerefentry"><span class="refentrytitle">dbus-daemon</span>(1)</span>,
      <span class="citerefentry"><span class="refentrytitle">systemd</span>(1)</span>
    </p>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.20</div>
</body>
</html>