This file is indexed.

/usr/share/doc/sqliteman/en/ch03.html is in sqliteman-doc 1.2.2-0ubuntu6.

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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 3. Start the Application</title><link rel="stylesheet" href="kde-default.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.67.2"><meta name="keywords" content="Sqliteman, SQL, Sqlite, development, database"><link rel="start" href="index.html" title="The Sqliteman Handbook"><link rel="up" href="index.html" title="The Sqliteman Handbook"><link rel="prev" href="ch02.html" title="Chapter 2. Sqlite Specific Issues"><link rel="next" href="ch04.html" title="Chapter 4. The First Overview"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 3. Start the Application</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch04.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="start-app"></a>Chapter 3. Start the Application</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="ch03.html#cli-usage">Usage in the command line</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch03.html#databasefile">databasefile</a></span></dt><dt><span class="sect2"><a href="ch03.html#options">options</a></span></dt></dl></dd></dl></div><p>The most common way how to start <span class="application">Sqliteman</span> is
to run it from your desktop menu. But there are some
command line options you can use too.
</p><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="cli-usage"></a>Usage in the command line</h2></div></div></div><p>
<span><strong class="command">sqliteman [options] [databasefile]</strong></span>
</p><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="databasefile"></a>databasefile</h3></div></div></div><p>
An optional argument. A Sqlite3 file with absolute or relative path.
This file will be loaded into the application directly.
</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="options"></a>options</h3></div></div></div><p>
Optional arguments. You can specify some switches to setup
the application. Option list:
</p><div class="itemizedlist"><ul type="disc"><li><p>
<span><strong class="command">--help</strong></span> or <span><strong class="command">-h</strong></span> displays small help and exits
</p></li><li><p>
<span><strong class="command">--version</strong></span> or <span><strong class="command">-v</strong></span> prints version and exits
</p></li><li><p>
<span><strong class="command">--lang</strong></span> or <span><strong class="command">-l</strong></span> sets a GUI language.
E.g. : <span><strong class="command">sqliteman --lang cs</strong></span>
</p><p>
<span class="application">Sqliteman</span> checks your environment and tries to setup itself
by your locale settings. It affects the GUI language – it should be in your
language if there is a translation available. If you wish to use this application
in English use <span><strong class="command">--lang en</strong></span> or use <a href="ch07.html#preferences" title="Preferences">Preferences dialog</a>.
</p></li><li><p>
<span><strong class="command">--langs</strong></span> or <span><strong class="command">-la</strong></span> lists available languages and exits
</p></li></ul></div><p>There are standard Qt4 options available too.</p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 2. Sqlite Specific Issues </td><td width="20%" align="center"><a accesskey="h" href="index.html">Contents</a></td><td width="40%" align="right" valign="top"> Chapter 4. The First Overview</td></tr></table></div></body></html>