/usr/share/doc/hsc/docs/undocumented.html is in hsc 0.934-1ubuntu2.
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 33 34 35 36 37 38 39 40 41 42 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>hsc - Undocumented Features</title>
<link rev="owns" title="Thomas Aglassinger" href="mailto:agi@giga.or.at">
<link rel="Copyright" href="copy.html">
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
</head>
<body>
<a href="index.html"><img src="image/main.png" alt="Contents" align="middle" width="70" height="16"></a>
<img src="image/noindex.png" alt="-----" align="middle" width="70" height="16">
<a href="copy.html"><img src="image/copy.png" alt="Copyright" align="middle" width="70" height="16"></a>
<a href="index.html"><img src="image/back.png" alt="Up" align="middle" width="70" height="16"></a>
<img src="image/noprev.png" alt="--------" align="middle" width="70" height="16">
<img src="image/nonext.png" alt="----" align="middle" width="70" height="16">
<hr>
<p align="right"><i>But I gotta have it<br>Watch out for the damage</i><br>
(Vanessa Paradis, "Gotta Have It")
</p>
<h1>Undocumented Features</h1>
This chapter covers some undocumented features of <kbd>hsc</kbd>.
Most of them are hardly tested, some of them are rather
inconsistent. Also, I did not make much effort to explain
them very well.
<h2>Options File</h2>
<p>On startup, <kbd>hsc</kbd> will look for an options file, which will be parsed
for command line options <strong>before</strong> the actual
command line options passed from CLI. Values set in the options
file can be overwritten by command line options later.</p>
The format of the options file is easy as can be: it consists of
several lines, with every line containing one single options, and,
if necessary, also a ``<code>=</code>'' and a value. An example options
file could look like this:
<pre>
FROM=include/stdmacros.hsc
TO=www:sepp/
COMPACT
IGNORE=note|style
</pre>
The options file always has to be named <i>hsc.options</i>.
</body></html>
|