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

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