Blob Blame History Raw
From c4b5600577ecc27a1751a7f7f2033f35ac725a6b Mon Sep 17 00:00:00 2001
From: Jan Chaloupka <jchaloup@redhat.com>
Date: Mon, 29 Sep 2014 23:15:24 +0200
Subject: [PATCH] zsh emulation

---
 zsh/man1/zsh.1    | 2 +-
 zsh/man1/zshall.1 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zsh/man1/zsh.1 b/zsh/man1/zsh.1
index 3ba42a6..8143d16 100644
--- a/zsh/man1/zsh.1
+++ b/zsh/man1/zsh.1
@@ -255,7 +255,7 @@ can be stacked after the `\fB\-b\fP\&' and will take effect as normal\&.
 Zsh tries to emulate \fBsh\fP or \fBksh\fP when it is invoked as
 \fBsh\fP or \fBksh\fP respectively; more precisely, it looks at the first
 letter of the name by which it was invoked, excluding any initial `\fBr\fP\&'
-(assumed to stand for `restricted\&'), and if that is `\fBs\fP' or `\fBk\fP' it
+(assumed to stand for `restricted\&'), and if that is `\fBb\fP', `\fBs\fP' or `\fBk\fP' it
 will emulate \fBsh\fP or \fBksh\fP\&.  Furthermore, if invoked as \fBsu\fP (which
 happens on certain systems when the shell is executed by the \fBsu\fP
 command), the shell will try to find an alternative name from the \fBSHELL\fP
diff --git a/zsh/man1/zshall.1 b/zsh/man1/zshall.1
index 9642c5c..e23492a 100644
--- a/zsh/man1/zshall.1
+++ b/zsh/man1/zshall.1
@@ -252,7 +252,7 @@ can be stacked after the `\fB\-b\fP' and will take effect as normal\&.
 Zsh tries to emulate \fBsh\fP or \fBksh\fP when it is invoked as
 \fBsh\fP or \fBksh\fP respectively; more precisely, it looks at the first
 letter of the name by which it was invoked, excluding any initial `\fBr\fP'
-(assumed to stand for `restricted'), and if that is `\fBs\fP' or `\fBk\fP' it
+(assumed to stand for `restricted'), and if that is `\fBb\fP', `\fBs\fP' or `\fBk\fP' it
 will emulate \fBsh\fP or \fBksh\fP\&.  Furthermore, if invoked as \fBsu\fP (which
 happens on certain systems when the shell is executed by the \fBsu\fP
 command), the shell will try to find an alternative name from the \fBSHELL\fP
-- 
1.9.3