This file is indexed.

/usr/share/doc/refdb/refdb-manual/ch09s04.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
6
7
8
<?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>Edit extended notes</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="ch09s03.html" title="Delete extended notes" /><link rel="next" href="ch09s05.html" title="Link existing notes to other objects in the database" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Edit extended notes</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch09s03.html">Prev</a> </td><th width="60%" align="center">Chapter 9. Notes management</th><td width="20%" align="right"> <a accesskey="n" href="ch09s05.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-edit-extended-notes"></a>Edit extended notes</h2></div></div></div><p>Use the same strategy as you would for references:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>First retrieve the notes you want to edit with the <a class="link" href="re11.html#app-c-command-getnote" title="getnote"><span class="command"><strong>getnote</strong></span></a> command and write the output to a file:</p><pre class="screen">
	  <code class="prompt">refdbc: </code>
	  <strong class="userinput"><code>getnote -d bar -o foo.xml -t xnote :NID:=4 OR :NCK:=biochemistry1999</code></strong>
	</pre></li><li class="listitem"><p>Now use your favourite XML editor to edit the notes. Keep the <code class="sgmltag-attribute">citekey</code> and <code class="sgmltag-attribute">id</code> elements alone, as at least one of them is required to match the dataset with the existing copy in the database.</p></li><li class="listitem"><p>Finally use the <a class="link" href="re11.html#app-c-command-updatenote" title="updatenote"><span class="command"><strong>updatenote</strong></span></a> command to update the reference in the database:</p><pre class="screen">
	  <code class="prompt">refdbc: </code>
	  <strong class="userinput"><code>updatenote -d bar foo.xml</code></strong>
	</pre></li></ul></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch09s03.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="ch09s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Delete extended notes </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Link existing notes to other objects in the database</td></tr></table></div></body></html>