diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-19 06:51:34 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-19 06:51:34 -0700 |
commit | bcd8476f3cf0c8d9ec839cfb0dd24c9a8e382e39 (patch) | |
tree | 69a6af7964ca4210af260c0e1e0213e15d471bcc | |
parent | 075af6d228d9a7ee1ecca58a1f91fbf94a00063c (diff) | |
download | txr-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.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> |