From 90fd867171617e997b9917554f8fd3ebfef35986 Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Wed, 10 Jun 2020 07:01:04 +0200 Subject: [PATCH] Update manual after a0e0e29e An oversight... src/cmd/ksh93/sh.1: - Undocument the fixed ${.sh.subshell} breakage. (cherry picked from commit 42be8a3c6dd5a76d03e0456d7f53e38536757aa5) --- src/cmd/ksh93/sh.1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cmd/ksh93/sh.1 b/src/cmd/ksh93/sh.1 index 1793ab156..837299e8f 100644 --- a/src/cmd/ksh93/sh.1 +++ b/src/cmd/ksh93/sh.1 @@ -1694,9 +1694,6 @@ discipline function is invoked. .TP .B .sh.subshell The current depth for subshells and command substitution. -This value only counts the level of virtual (non-forked) -subshells and is reset to zero if and when something -requires a subshell environment to fork its own process. .TP .B .sh.value Set to the value of the variable at the time that the