summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-07-19 06:51:34 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-07-19 06:51:34 -0700
commitbcd8476f3cf0c8d9ec839cfb0dd24c9a8e382e39 (patch)
tree69a6af7964ca4210af260c0e1e0213e15d471bcc
parent075af6d228d9a7ee1ecca58a1f91fbf94a00063c (diff)
downloadtxr-bcd8476f3cf0c8d9ec839cfb0dd24c9a8e382e39.tar.gz
txr-bcd8476f3cf0c8d9ec839cfb0dd24c9a8e382e39.tar.bz2
txr-bcd8476f3cf0c8d9ec839cfb0dd24c9a8e382e39.zip
doc: log-emerg et al are not special variables.
* txr.1: the syslog-related constants are global lexical variables and so must not be documented as special variables.
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index e979e061..16573ff1 100644
--- a/txr.1
+++ b/txr.1
@@ -49446,8 +49446,8 @@ doesn't exist, or else check for its existence
using
.codn "(boundp 'log-authpriv)" .
-.coNP Special variables @, log-emerg @, log-alert @, log-crit @, log-err @, log-warning @, log-notice @ log-info and @ log-debug
-
+.coNP Variables @, log-emerg @, log-alert @, log-crit @, log-err @, log-warning @, log-notice @ log-info and @ log-debug
+.desc
These variables take on the values of the corresponding C preprocessor
constants from the
.code <syslog.h>