This file is indexed.

/usr/share/doc/bup/bup-tick.html is in bup-doc 0.29-3.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta name="generator" content="pandoc" />
  <meta name="author" content="Avery Pennarun apenwarr@gmail.com" />
  <meta name="date" content="2017-04-01" />
  <title>bup-tick(1) Bup debian/0.29-3</title>
  <style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<div id="header">
<h1 class="title">bup-tick(1) Bup debian/0.29-3</h1>
<h2 class="author">Avery Pennarun <a href="mailto:apenwarr@gmail.com">apenwarr@gmail.com</a></h2>
<h3 class="date">2017-04-01</h3>
</div>
<h1 id="name">NAME</h1>
<p>bup-tick - wait for up to one second</p>
<h1 id="synopsis">SYNOPSIS</h1>
<p>bup tick</p>
<h1 id="description">DESCRIPTION</h1>
<p><code>bup tick</code> waits until <code>time</code>(2) returns a different value than it originally did. Since time() has a granularity of one second, this can cause a delay of up to one second.</p>
<p>This program is useful for writing tests that need to ensure a file date will be seen as modified. It is slightly better than <code>sleep</code>(1) since it sometimes waits for less than one second.</p>
<h1 id="examples">EXAMPLES</h1>
<pre><code>$ date; bup tick; date
Sat Feb  6 16:59:58 EST 2010
Sat Feb  6 16:59:59 EST 2010</code></pre>
<h1 id="bup">BUP</h1>
<p>Part of the <code>bup</code>(1) suite.</p>
</body>
</html>