CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/07 08:31:27
Modified files:
usr.bin/printf : printf.1 printf.c
Log message:
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@
