Fix the \x escape sequence to be limited to max 2 characters, instead of
authormartijn <martijn@openbsd.org>
Fri, 7 May 2021 14:31:27 +0000 (14:31 +0000)
committermartijn <martijn@openbsd.org>
Fri, 7 May 2021 14:31:27 +0000 (14:31 +0000)
commitd34695b63e65f16f285df07f9aa13ad145dbc42e
tree9668011f717fbe1bda9cdd4c4e80c272ede00d4e
parent979e6981914bc8088df400abf646aec68bfd5e69
Fix the \x escape sequence to be limited to max 2 characters, instead of
consuming as long as there are isxdigit(3) characters available.

While here document it and mark it as an extension.

OK millert@
usr.bin/printf/printf.1
usr.bin/printf/printf.c