From b36e081c0837c8e13fa15d5ec067f9ecaede4e75 Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Sat, 1 Aug 2020 14:53:59 +0100 Subject: [PATCH] (k)sh.1: add missing header for Brace Expansion --- src/cmd/ksh93/sh.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/ksh93/sh.1 b/src/cmd/ksh93/sh.1 index c8b5832af..e6acd14dd 100644 --- a/src/cmd/ksh93/sh.1 +++ b/src/cmd/ksh93/sh.1 @@ -2277,7 +2277,7 @@ Implicit null fields (those resulting from .I parameters\^ that have no values or command substitutions with no output) are removed. -.PP +.SS Brace Expansion. If the .B braceexpand .RB ( \-B )