diff options
author | Roy Marples <roy@marples.name> | 2007-12-06 10:48:00 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-06 10:48:00 +0000 |
commit | a178d532020aa159b27fa0fa5e9bb7490c5c35e6 (patch) | |
tree | 208bbdd2c47dd04fbd08ef4a15e6298fb19531d1 /src/einfo.h | |
parent | a31c7cc61e4ef7e03e9d2986e09bb849de2c292f (diff) |
Move RC_ to EINFO_ for all env vars related to einfo.
Diffstat (limited to 'src/einfo.h')
-rw-r--r-- | src/einfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/einfo.h b/src/einfo.h index feed9fff..990ae6fd 100644 --- a/src/einfo.h +++ b/src/einfo.h @@ -71,7 +71,7 @@ void elog (int __level, const char *__fmt, ...) __EEND_PRINTF; * - eerror - red * * The n suffix denotes that no new line should be printed. - * The v suffix means only print if RC_VERBOSE is yes. + * The v suffix means only print if EINFO_VERBOSE is yes. */ /*@{*/ int einfon (const char *__fmt, ...) __EINFO_PRINTF; |