Blame SOURCES/1109294-mpo-7.1.0-mailx.1.environment-variables.patch

c2a259
From d155680b85259d6092f2e2d166dbca9c1a793918 Mon Sep 17 00:00:00 2001
c2a259
From: Jan Chaloupka <jchaloup@redhat.com>
c2a259
Date: Mon, 29 Sep 2014 22:45:33 +0200
c2a259
Subject: [PATCH] environment vairables
c2a259
c2a259
---
c2a259
 mailx/man1/mailx.1 | 3 ++-
c2a259
 1 file changed, 2 insertions(+), 1 deletion(-)
c2a259
c2a259
diff --git a/mailx/man1/mailx.1 b/mailx/man1/mailx.1
c2a259
index 5181dd3..59737df 100644
c2a259
--- a/mailx/man1/mailx.1
c2a259
+++ b/mailx/man1/mailx.1
c2a259
@@ -2197,7 +2197,8 @@ if it is passed to \fImailx\fR
c2a259
 as part of the environment
c2a259
 (this is not restricted to specific variables as in the POSIX standard).
c2a259
 A value given in a startup file overrides
c2a259
-a value imported from the environment.
c2a259
+a value imported from the environment, but it is not possible to unset
c2a259
+an environment variable in a startup file.
c2a259
 Options may be either binary,
c2a259
 in which case it is only significant
c2a259
 to see whether they are set or not;
c2a259
-- 
c2a259
1.9.3
c2a259