This file is indexed.

/usr/share/doc/refdb/refdb-manual/ch09s05.html is in refdb-doc 1.0.2-3ubuntu1.

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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!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" /><title>Link existing notes to other objects in the database</title><link rel="stylesheet" type="text/css" href="manual.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="home" href="index.html" title="RefDB handbook" /><link rel="up" href="ch09.html" title="Chapter 9. Notes management" /><link rel="prev" href="ch09s04.html" title="Edit extended notes" /><link rel="next" href="ch09s06.html" title="To share or not to share extended notes" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Link existing notes to other objects in the database</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch09s04.html">Prev</a> </td><th width="60%" align="center">Chapter 9. Notes management</th><td width="20%" align="right"> <a accesskey="n" href="ch09s06.html">Next</a></td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="sect-link-extended-notes"></a>Link existing notes to other objects in the database</h2></div></div></div><p>If you want to link an existing extended notes to other objects in your database without modifying the contents of the note, the <a class="link" href="re11.html#app-c-command-addlink" title="addlink"><span class="command"><strong>addlink</strong></span></a> command comes in handy. The command requires at least two arguments. The first argument specifies an existing note by its ID or citation key. The second argument specifies an object in the database, either a reference by ID or citation key, or an author name, a keyword, or a periodical by their names. Removing links works just the same except that you need to provide the <code class="option">-r</code> switch.</p><div class="simplesect"><div class="titlepage"><div><div><h3 class="title"><a id="idp64451264"></a>Example</h3></div></div></div><p>The following command links the existing note with the ID 5 to two references which are specified by their citation keys:</p><pre class="screen">
	<code class="prompt">refdbc: </code>
	<strong class="userinput"><code>addlink -d bar :NID:=5 :CK:=Miller1999 :CK:=Doe2000</code></strong>
      </pre></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch09s04.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch09.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch09s06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Edit extended notes </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> To share or not to share extended notes</td></tr></table></div></body></html>