freebsd-dev/bin/ps
Yuri Pankov aa8ab14697 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
2020-06-07 08:21:19 +00:00
..
extern.h
fmt.c
keyword.c ps: use %hs instead of %s format specifiers 2020-06-07 08:21:19 +00:00
Makefile
Makefile.depend
nlist.c
print.c ps: use %hs instead of %s format specifiers 2020-06-07 08:21:19 +00:00
ps.1
ps.c ps: use %hs instead of %s format specifiers 2020-06-07 08:21:19 +00:00
ps.h