summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-12-10 21:38:29 -0800
committerKaz Kylheku <kaz@kylheku.com>2013-12-10 21:38:29 -0800
commit8d40832158ca90f560b13e75988049db13c62fe0 (patch)
treeb167b74eb94d3fdbe9b10929eb482dd1074d57cc /txr.1
parenta38be95bed7fb5944bb9e7263a14583acd0f7810 (diff)
downloadtxr-8d40832158ca90f560b13e75988049db13c62fe0.tar.gz
txr-8d40832158ca90f560b13e75988049db13c62fe0.tar.bz2
txr-8d40832158ca90f560b13e75988049db13c62fe0.zip
* eval.c (eval_init): closelog_wrap interned.
* syslog.c (closelog_wrap): New function. * syslog.h (closelog_wrap): Declared. * txr.1: Documented.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.112
1 files changed, 12 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 20795c2a..ef7ee2d3 100644
--- a/txr.1
+++ b/txr.1
@@ -11102,6 +11102,18 @@ used, specifying the absence of any options.
The <facility> argument is one of the values log-user, log-daemon or log-auth.
If it is missing, then log-user is assumed.
+.SS The closelog function
+
+.TP
+Syntax:
+
+ (closelog)
+
+.TP
+Description:
+
+The closelog function is a wrapper for the C function closelog.
+
.SS The setlogmask function
.TP