f686d7
From d379782a50437c9a49d48adca163621f9f67aed1 Mon Sep 17 00:00:00 2001
f686d7
From: Jan Chaloupka <jchaloup@redhat.com>
f686d7
Date: Mon, 2 Jun 2014 17:06:32 +0200
f686d7
Subject: [PATCH] 32666: shell emulation doc addition
f686d7
f686d7
Upstream-commit: d6698d89a6ff9e644ee608c1d08ff21911f9fb27
f686d7
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
f686d7
---
f686d7
 Doc/Zsh/compat.yo | 2 +-
f686d7
 Doc/zsh.1         | 2 +-
f686d7
 Doc/zshall.1      | 2 +-
f686d7
 3 files changed, 3 insertions(+), 3 deletions(-)
f686d7
f686d7
diff --git a/Doc/Zsh/compat.yo b/Doc/Zsh/compat.yo
f686d7
index bf97fe2..f1be15f 100644
f686d7
--- a/Doc/Zsh/compat.yo
f686d7
+++ b/Doc/Zsh/compat.yo
f686d7
@@ -6,7 +6,7 @@ cindex(ksh compatibility)
f686d7
 Zsh tries to emulate bf(sh) or bf(ksh) when it is invoked as
f686d7
 tt(sh) or tt(ksh) respectively; more precisely, it looks at the first
f686d7
 letter of the name by which it was invoked, excluding any initial `tt(r)'
f686d7
-(assumed to stand for `restricted'), and if that is `tt(s)' or `tt(k)' it
f686d7
+(assumed to stand for `restricted'), and if that is `tt(b)', `tt(s)' or `tt(k)' it
f686d7
 will emulate bf(sh) or bf(ksh).  Furthermore, if invoked as tt(su) (which
f686d7
 happens on certain systems when the shell is executed by the tt(su)
f686d7
 command), the shell will try to find an alternative name from the tt(SHELL)
f686d7
diff --git a/Doc/zsh.1 b/Doc/zsh.1
f686d7
index 3ba42a6..8143d16 100644
f686d7
--- a/Doc/zsh.1
f686d7
+++ b/Doc/zsh.1
f686d7
@@ -255,7 +255,7 @@ can be stacked after the `\fB\-b\fP\&' and will take effect as normal\&.
f686d7
 Zsh tries to emulate \fBsh\fP or \fBksh\fP when it is invoked as
f686d7
 \fBsh\fP or \fBksh\fP respectively; more precisely, it looks at the first
f686d7
 letter of the name by which it was invoked, excluding any initial `\fBr\fP\&'
f686d7
-(assumed to stand for `restricted\&'), and if that is `\fBs\fP' or `\fBk\fP' it
f686d7
+(assumed to stand for `restricted\&'), and if that is `\fBb\fP', `\fBs\fP' or `\fBk\fP' it
f686d7
 will emulate \fBsh\fP or \fBksh\fP\&.  Furthermore, if invoked as \fBsu\fP (which
f686d7
 happens on certain systems when the shell is executed by the \fBsu\fP
f686d7
 command), the shell will try to find an alternative name from the \fBSHELL\fP
f686d7
diff --git a/Doc/zshall.1 b/Doc/zshall.1
f686d7
index 9642c5c..e23492a 100644
f686d7
--- a/Doc/zshall.1
f686d7
+++ b/Doc/zshall.1
f686d7
@@ -252,7 +252,7 @@ can be stacked after the `\fB\-b\fP' and will take effect as normal\&.
f686d7
 Zsh tries to emulate \fBsh\fP or \fBksh\fP when it is invoked as
f686d7
 \fBsh\fP or \fBksh\fP respectively; more precisely, it looks at the first
f686d7
 letter of the name by which it was invoked, excluding any initial `\fBr\fP'
f686d7
-(assumed to stand for `restricted'), and if that is `\fBs\fP' or `\fBk\fP' it
f686d7
+(assumed to stand for `restricted'), and if that is `\fBb\fP', `\fBs\fP' or `\fBk\fP' it
f686d7
 will emulate \fBsh\fP or \fBksh\fP\&.  Furthermore, if invoked as \fBsu\fP (which
f686d7
 happens on certain systems when the shell is executed by the \fBsu\fP
f686d7
 command), the shell will try to find an alternative name from the \fBSHELL\fP
f686d7
-- 
f686d7
2.1.0
f686d7