summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-08-10 16:01:21 +0200
committerGergely Nagy <algernon@balabit.hu>2012-08-10 16:40:08 +0200
commitf2097f2d3fa753c5d330a1623d7c228777929d32 (patch)
treefc3ad75b9b2efee33b0bd0a68216491b126cfac3
parente76802266dfd1b54b0eb0245c5b03241fbb09e56 (diff)
downloadlibumberlog-f2097f2d3fa753c5d330a1623d7c228777929d32.tar.gz
libumberlog-f2097f2d3fa753c5d330a1623d7c228777929d32.tar.xz
libumberlog-f2097f2d3fa753c5d330a1623d7c228777929d32.zip
Documentation update
ul_closelog() does not clear flags anymore, in order to mimic closelog() better, so remove the note about clearing from the API docs. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
-rw-r--r--lib/umberlog.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/umberlog.rst b/lib/umberlog.rst
index 9883de4..df71363 100644
--- a/lib/umberlog.rst
+++ b/lib/umberlog.rst
@@ -40,8 +40,7 @@ number of new option flags, described below.
**ul_closelog()** (also aliased to **closelog()**) is similar to
**ul_openlog()** in that it is a wrapper around the original
-**closelog()**. It clears any settings set so far, to get back to a
-clean state.
+**closelog()**.
**ul_legacy_syslog()** and **ul_legacy_vsyslog()** are both thin
layers over the original **syslog()** and **vsyslog()** functions, and