summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-01-11 17:13:09 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-01-11 17:22:36 +0100
commitd636339abe5914882e88a949c5e3d39d2aa3d8c9 (patch)
tree3758c7c4134dc757313fb93d072d16c7a9bb27b0 /doc
parente4ee7891a480c387f3702497e0ab571f7512b1cc (diff)
doc: define runtime library
Diffstat (limited to 'doc')
-rw-r--r--doc/src/03100-lib-rt.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/03100-lib-rt.md b/doc/src/03100-lib-rt.md
new file mode 100644
index 00000000..67e6f10d
--- /dev/null
+++ b/doc/src/03100-lib-rt.md
@@ -0,0 +1,11 @@
+# librt {#sec:librt}
+
+The runtime library provides types and functions which MUST be used by the
+modules to implement the commandline interface, configuration file parsing and
+logging.
+
+The runtime library provides basic functionality for configuration file parsing
+and logging setup.
+The runtime library also provides helper functions for building a commandline
+interface.
+