diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-08-28 14:23:46 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-08-28 14:23:46 -0500 |
commit | a78b18e291bd7f55b176958074f41327f2d0e196 (patch) | |
tree | 5b0827a5a0212ac642f8e15a9dc7320905581e00 /man | |
parent | 72b58b9e6b7271bd4b20933b2992d55f8b4d31b4 (diff) |
libeinfo: suppress output for eerror* functions
This makes the eerror* functions honor the EINFO_QUIET environment
variable like the einfo* and ewarn* functions.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/einfo.3 b/man/einfo.3 index 0af12a8b..31c4b68c 100644 --- a/man/einfo.3 +++ b/man/einfo.3 @@ -107,6 +107,7 @@ 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 |