diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-19 06:51:34 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-19 17:17:40 -0700 |
commit | 480a9931c42df358371f2a3ea992157dab29c2a8 (patch) | |
tree | 69a6af7964ca4210af260c0e1e0213e15d471bcc | |
parent | 5d224bc42497072c259eb0696db5497312ac0b6c (diff) | |
download | txr-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.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |