From 04db09bbdcc1ef99fa6e04999e48af2a136d6b8a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 10 Jan 2004 20:31:29 +0000 Subject: final 0.4 git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@51 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- doc/README.html.in | 6 ++++-- doc/style.css | 5 +++++ 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'doc') 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:

  • An API for serializing UNIX signals into a pipe for usage with select() or poll()
  • + +
  • An API for running subprocesses with STDOUT and STDERR redirected to syslog.
  • Routines like these are included in most of the daemon software @@ -116,8 +118,8 @@ compilation and make install (as root) for installation of

    Get libdaemon's development sources from the Subversion repository.


    -
    Lennart Poettering <@PACKAGE_BUGREPORT@>, January 2004
    -
    $Id$
    +
    Lennart Poettering <@PACKAGE_BUGREPORT@>, January 2004
    +
    $Id$
    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; } + -- cgit