/usr/share/doc-base/libconfuse-tutorial is in libconfuse-doc 3.2.1+dfsg-4.
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 | Document: libconfuse-tutorial
Title: The libConfuse Tutorial
Author: Martin Hedenfalk
Abstract:
This tutorial explains how to introduce libConfuse in an
existing program.
.
libConfuse is a configuration file parser library written in C. It
supports sections and (lists of) values (strings, integers, floats,
booleans or other sections), as well as some other features (such as
single/double-quoted strings, environment variable expansion, functions
and nested include statements).
.
It makes it very easy to add configuration file capability to a
program using a simple API.
Section: Programming/C
Format: HTML
Index: /usr/share/doc/libconfuse-doc/tutorial-html/index.html
Files: /usr/share/doc/libconfuse-doc/tutorial-html/*
|