summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-01-10 20:31:29 +0000
committerLennart Poettering <lennart@poettering.net>2004-01-10 20:31:29 +0000
commit04db09bbdcc1ef99fa6e04999e48af2a136d6b8a (patch)
tree718b82f533ec4f49305a5e6cec4ed3436147932f /doc
parent22aea4c5ead4f0b16bf1b4c4e9ba0740ad9280ae (diff)
final 0.4
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@51 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'doc')
-rw-r--r--doc/README.html.in6
-rw-r--r--doc/style.css5
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/README.html.in b/doc/README.html.in
index 14703a6..33aa252 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -70,6 +70,8 @@ daemons. It consists of the following parts:</p>
<li>An API for serializing UNIX signals into a pipe for
usage with <tt>select()</tt> or <tt>poll()</tt></li>
+
+ <li>An API for running subprocesses with STDOUT and STDERR redirected to syslog.</li>
</ul>
<p>Routines like these are included in most of the daemon software
@@ -116,8 +118,8 @@ compilation and <tt>make install</tt> (as root) for installation of
<p>Get <tt>libdaemon</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="https://seth.intheinter.net:8081/svn/libdaemon/">repository</a>.</p>
<hr/>
-<address>Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, January 2004</address>
-<div><i>$Id$</i></div>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, January 2004</address>
+<div class="grey"><i>$Id$</i></div>
</body>
</html>
diff --git a/doc/style.css b/doc/style.css
index 9ce92b8..7254985 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -28,3 +28,8 @@ ul { margin-left: 0.5cm; }
h1 { color: #00009F; }
h2 { color: #00009F; }
h3 { color: #00004F; margin-left: 0.5cm; }
+ul { margin-left: .5cm; }
+ol { margin-left: .5cm; }
+pre { margin-left: .5cm; background-color: #f0f0f0; padding: 0.4cm;}
+.grey { color: #afafaf; }
+