Blame SOURCES/0007-Changed-command-description-in-scl-man-pages.patch

1e4a06
From ff24defdb7ff7e0460785202933ac024f273c82f Mon Sep 17 00:00:00 2001
1e4a06
From: Albert Uchytil <auchytil@redhat.com>
1e4a06
Date: Tue, 8 Apr 2014 14:22:29 +0200
1e4a06
Subject: [PATCH] Changed <command> description in scl man pages
1e4a06
1e4a06
---
1e4a06
 scl.1 | 7 ++++---
1e4a06
 1 file changed, 4 insertions(+), 3 deletions(-)
1e4a06
1e4a06
diff --git a/scl.1 b/scl.1
1e4a06
index cbefc44a7d539370065912021a62a39844a51f80..51f32e4db0f18ca6a97231ad641f78ae88806e13 100644
1e4a06
--- a/scl.1
1e4a06
+++ b/scl.1
1e4a06
@@ -25,9 +25,10 @@ to update search paths, etc.
1e4a06
 One can enable more Software Collections if needed and therefore one can use multiple
1e4a06
 collections which are enabled by the left-right order as present on \fBscl\fP command-line.
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. If \fI<command>\fR is '-' (dash) then it is
1e4a06
+\fI<command>\fR marks specified Software Collections as enabled. Executes the script,
1e4a06
+which is expected to set proper environment. Executes the \fI<command>\fR.
1e4a06
+Control is returned back to the caller with the original environment as soon
1e4a06
+as the command finishes. If \fI<command>\fR is '-' (dash) then it is
1e4a06
 read from the standard input.
1e4a06
 .PP
1e4a06
 Note: if you use \fI<command>\fR consisting of multiple arguments, you either need to
1e4a06
-- 
1e4a06
1.9.0
1e4a06