Blame SOURCES/mailx-12.5-mailx.1-environment-variables.patch

baa6c3
From 046f297e41ea7e53c7b2172bf22b6681112efa5f Mon Sep 17 00:00:00 2001
baa6c3
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
baa6c3
Date: Fri, 10 Feb 2017 15:02:28 +0100
baa6c3
Subject: [PATCH] mailx.1: environment vairables
baa6c3
baa6c3
---
baa6c3
 mailx.1 | 3 ++-
baa6c3
 1 file changed, 2 insertions(+), 1 deletion(-)
baa6c3
baa6c3
diff --git a/mailx.1 b/mailx.1
baa6c3
index 05cea6b..6adbada 100644
baa6c3
--- a/mailx.1
baa6c3
+++ b/mailx.1
baa6c3
@@ -2197,7 +2197,8 @@ if it is passed to \fImailx\fR
baa6c3
 as part of the environment
baa6c3
 (this is not restricted to specific variables as in the POSIX standard).
baa6c3
 A value given in a startup file overrides
baa6c3
-a value imported from the environment.
baa6c3
+a value imported from the environment, but it is not possible to unset
baa6c3
+an environment variable in a startup file.
baa6c3
 Options may be either binary,
baa6c3
 in which case it is only significant
baa6c3
 to see whether they are set or not;
baa6c3
-- 
baa6c3
2.7.4
baa6c3