K 10 svn:author V 6 yuripv K 8 svn:date V 27 2020-06-07T08:21:19.635670Z K 7 svn:log V 300 ps: use %hs instead of %s format specifiers Use %hs (locale-based encoding) instead of %s (UTF-8) format for strings that are expected to be in current locale encoding (date/time, process names/argument list). PR: 241491 Reviewed by: phil Differential Revision: https://reviews.freebsd.org/D22160 END