This file is indexed.

/usr/share/doc/refdb/refdb-manual/ch08s04.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
<?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 references</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="ch08.html" title="Chapter 8. Reference management" /><link rel="prev" href="ch08s03.html" title="Delete references" /><link rel="next" href="ch08s05.html" title="Print references" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Edit references</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch08s03.html">Prev</a> </td><th width="60%" align="center">Chapter 8. Reference management</th><td width="20%" align="right"> <a accesskey="n" href="ch08s05.html">Next</a></td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="idp65607888"></a>Edit references</h2></div></div></div><p>RefDB has no built-in reference editor (but see the <a class="ulink" href="http://refdb.sourceforge.net/emacs.html" target="_top">Emacs</a> and <a class="ulink" href="http://refdb.sourceforge.net/vim.html" target="_top">vim</a> support files which allow you to add and update references from within your editor). The general strategy to edit an existing reference is as follows:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Save the reference(s) that you wish to edit to a file using a command like <span class="command"><strong><a class="link" href="re11.html#app-c-command-getref" title="getref">getref</a> -o foo.ris -t ris -d bar ":ID:=1717 OR :AU:=^Miller"</strong></span>. This would retrieve the reference with the ID 1717 as well as all references with a Mr. or Mrs. Miller on the author list. If you prefer, use the risx output format instead.</p></li><li class="listitem"><p>Use your favourite text editor to edit the references in the file <code class="filename">foo.ris</code>. Make sure you don't touch the <em class="wordasword">ID</em> field as this is crucial to match this reference in the next step with the existing copy in the database.</p></li><li class="listitem"><p>Use the command <span class="command"><strong><a class="link" href="re11.html#app-c-command-updateref" title="updateref">updateref</a> -d bar foo.ris</strong></span> to update the reference(s) in the database.</p></li></ul></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch08s03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch08.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch08s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Delete references </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Print references</td></tr></table></div></body></html>