Skip to content

Commit

Permalink
manual page tweak for $'...'
Browse files Browse the repository at this point in the history
src/cmd/ksh93/sh.1:
- Tweak: document that $'...' is processed as a C99 string rather
  than an ANSI C (C90) string, because \u is supported and was
  added in C99.
  • Loading branch information
McDutchie committed Jul 24, 2024
1 parent c584c81 commit ae4b3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/ksh93/sh.1
Original file line number Diff line number Diff line change
Expand Up @@ -3039,7 +3039,7 @@ are quoted.
A single quote cannot appear within the single quotes.
A single quoted string preceded by an unquoted
.B $
is processed as an ANSI C string
is processed as a C99 string
except for the following:
.RS
.PD 0
Expand Down

0 comments on commit ae4b3d3

Please sign in to comment.