Blame SOURCES/1066917-mpo-7.1.0-zsh.1-zshall.1.patch

c2a259
From c4b5600577ecc27a1751a7f7f2033f35ac725a6b Mon Sep 17 00:00:00 2001
c2a259
From: Jan Chaloupka <jchaloup@redhat.com>
c2a259
Date: Mon, 29 Sep 2014 23:15:24 +0200
c2a259
Subject: [PATCH] zsh emulation
c2a259
c2a259
---
c2a259
 zsh/man1/zsh.1    | 2 +-
c2a259
 zsh/man1/zshall.1 | 2 +-
c2a259
 2 files changed, 2 insertions(+), 2 deletions(-)
c2a259
c2a259
diff --git a/zsh/man1/zsh.1 b/zsh/man1/zsh.1
c2a259
index 3ba42a6..8143d16 100644
c2a259
--- a/zsh/man1/zsh.1
c2a259
+++ b/zsh/man1/zsh.1
c2a259
@@ -255,7 +255,7 @@ can be stacked after the `\fB\-b\fP\&' and will take effect as normal\&.
c2a259
 Zsh tries to emulate \fBsh\fP or \fBksh\fP when it is invoked as
c2a259
 \fBsh\fP or \fBksh\fP respectively; more precisely, it looks at the first
c2a259
 letter of the name by which it was invoked, excluding any initial `\fBr\fP\&'
c2a259
-(assumed to stand for `restricted\&'), and if that is `\fBs\fP' or `\fBk\fP' it
c2a259
+(assumed to stand for `restricted\&'), and if that is `\fBb\fP', `\fBs\fP' or `\fBk\fP' it
c2a259
 will emulate \fBsh\fP or \fBksh\fP\&.  Furthermore, if invoked as \fBsu\fP (which
c2a259
 happens on certain systems when the shell is executed by the \fBsu\fP
c2a259
 command), the shell will try to find an alternative name from the \fBSHELL\fP
c2a259
diff --git a/zsh/man1/zshall.1 b/zsh/man1/zshall.1
c2a259
index 9642c5c..e23492a 100644
c2a259
--- a/zsh/man1/zshall.1
c2a259
+++ b/zsh/man1/zshall.1
c2a259
@@ -252,7 +252,7 @@ can be stacked after the `\fB\-b\fP' and will take effect as normal\&.
c2a259
 Zsh tries to emulate \fBsh\fP or \fBksh\fP when it is invoked as
c2a259
 \fBsh\fP or \fBksh\fP respectively; more precisely, it looks at the first
c2a259
 letter of the name by which it was invoked, excluding any initial `\fBr\fP'
c2a259
-(assumed to stand for `restricted'), and if that is `\fBs\fP' or `\fBk\fP' it
c2a259
+(assumed to stand for `restricted'), and if that is `\fBb\fP', `\fBs\fP' or `\fBk\fP' it
c2a259
 will emulate \fBsh\fP or \fBksh\fP\&.  Furthermore, if invoked as \fBsu\fP (which
c2a259
 happens on certain systems when the shell is executed by the \fBsu\fP
c2a259
 command), the shell will try to find an alternative name from the \fBSHELL\fP
c2a259
-- 
c2a259
1.9.3
c2a259