mirror of
https://https.git.savannah.gnu.org/git/sed.git
synced 2026-01-26 16:09:28 +00:00
doc: correct two examples
* doc/sed.texi (Escaping Precedence): Expected output is "xbc", not "Xbc" in each of two examples.
This commit is contained in:
parent
4e3b320704
commit
f1d0d1fd1d
@ -3378,9 +3378,9 @@ As are the following (@samp{0x5b},@samp{0x5d} are the hexadecimal
|
||||
@example
|
||||
@group
|
||||
$ echo abc | sed 's/[a]/x/'
|
||||
Xbc
|
||||
xbc
|
||||
$ echo abc | sed 's/\x5ba\x5d/x/'
|
||||
Xbc
|
||||
xbc
|
||||
@end group
|
||||
@end example
|
||||
@codequoteundirected off
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user