freebsd-dev/usr.bin/w
Andrey A. Chernov e39ee4216c w(1) uses strftime %b with to print the abbreviated month name
if a user logged in more than a week ago.
This may contain multibyte characters (e.g. when using UTF-8).
This string is then aligned on byte-length rathern than char-length,
resulting in misalignment and unfinished multibyte characters.

PR:             126657
Submitted by:   Johan van Selst <johans@stack.nl>
2008-08-20 12:32:19 +00:00
..
extern.h
Makefile
pr_time.c w(1) uses strftime %b with to print the abbreviated month name 2008-08-20 12:32:19 +00:00
proc_compare.c
uptime.1
w.1 Fix markup. 2006-12-14 19:02:48 +00:00
w.c