diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-09-01 15:06:15 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-09-03 13:03:55 -0500 |
commit | 2590bf7a2bc40e2fcd5cbe1f4f063d820c2c5438 (patch) | |
tree | d8b622d8795dc9367458fa3b9db038ac7d21927c /man | |
parent | 4ce3cb90a035b74f4f6bcce1a0f1bca841e6424f (diff) |
libeinfo: add separate variable to suppress eerror messages
Add an EERROR_QUIET environment variable which works like EINFO_QUIET
but for the eerror functions. This will allow library consumers to
choose whether to suppress eerror messages separately from einfo and
ewarn messages.
X-Gentoo-Bug: 482396
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=482396
Diffstat (limited to 'man')
-rw-r--r-- | man/einfo.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/einfo.3 b/man/einfo.3 index 31c4b68c..f7b1fd26 100644 --- a/man/einfo.3 +++ b/man/einfo.3 @@ -107,7 +107,6 @@ respectively, but only work when is true. You can also make the .Fn einfo , .Fn ewarn , -.Fn eerror , and .Fn ebegin functions silent by setting @@ -186,6 +185,12 @@ when set to true makes the and .Fn einfon family of functions quiet, so nothing is printed. +.Va EERROR_QUIET +when set to true makes the +.Fn eerror +and +.Fn eerrorn +family of functions quiet, so nothing is printed. .Pp .Va EINFO_VERBOSE when set to true makes the |