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 17:17:40 -0700
commit480a9931c42df358371f2a3ea992157dab29c2a8 (patch)
tree69a6af7964ca4210af260c0e1e0213e15d471bcc
parent5d224bc42497072c259eb0696db5497312ac0b6c (diff)
downloadtxr-480a9931c42df358371f2a3ea992157dab29c2a8.tar.gz
txr-480a9931c42df358371f2a3ea992157dab29c2a8.tar.bz2
txr-480a9931c42df358371f2a3ea992157dab29c2a8.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>