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