Blame SOURCES/0003-Mention-environment-modifying-commands-in-the-man-pa.patch

1e4a06
From 063f87900f97903ca4c530f4e0ebff519f632352 Mon Sep 17 00:00:00 2001
1e4a06
From: Jan Zeleny <jzeleny@redhat.com>
1e4a06
Date: Fri, 22 Nov 2013 09:42:30 +0100
1e4a06
Subject: [PATCH 1/4] Mention environment-modifying commands in the man page
1e4a06
1e4a06
---
1e4a06
 scl.1 | 10 +++++++-
1e4a06
 1 file changed, 8 insertions(+), 2 deletions(-)
1e4a06
1e4a06
diff --git a/scl.1 b/scl.1
1e4a06
index c9d322ddfa3671826c5f0f7c160fbc260d5007c9..cbefc44a7d539370065912021a62a39844a51f80 100644
1e4a06
--- a/scl.1
1e4a06
+++ b/scl.1
1e4a06
@@ -27,12 +27,18 @@ collections which are enabled by the lef
1e4a06
 .PP
1e4a06
 \fI<command>\fR is an arbitrary command or set of commands to execute within the Software
1e4a06
 Collection environment enabled. Control is returned back to the caller with the original
1e4a06
-environment as soon as the command finishes. It \fI<command>\fR is '-' (dash) then it is
1e4a06
+environment as soon as the command finishes. If \fI<command>\fR is '-' (dash) then it is
1e4a06
 read from the standard input.
1e4a06
 .PP
1e4a06
-Note that if you use \fI<command>\fR consisting of multiple arguments, you either need to
1e4a06
+Note: if you use \fI<command>\fR consisting of multiple arguments, you either need to
1e4a06
 use quotes or the \fB--\fP command separator. Everything that follows the
1e4a06
 separator will be considered a command or its argument.
1e4a06
+.PP
1e4a06
+Note: some commands modify user environment in some way. Those commands may
1e4a06
+potentially break SCLs, as their activation also usually depends on env.
1e4a06
+modification as well. Typical examples of such commands are \fBsu\fP and
1e4a06
+\fBsudo\fP. Every collection modifies the environment differently, thus more
1e4a06
+details may be found in the documentation of the particular collection.
1e4a06
 .SH "OPTIONS"
1e4a06
 .PP
1e4a06
 .IP "\fB-l, --list\fP"
1e4a06
-- 
1e4a06
1.8.3.1
1e4a06