freebsd-dev/usr.bin/rwho
Andreas Schulz 04dc4fc21c My prevoius commit missed some things. The out_line didn't need
to be padded to 8 chars. Simply make sure that never more than 8 chars
are printed ( %-.8s ). The former commit otherwise hosed the width
calculation and landed on different positions for the time output.
Also the strlen(xx_out_line) hoses the wide
calculation, so that it sometimes make it much larger than necessary.
Simply use always 8 chars for the out_line calculation now. Looks good
this way.
1994-12-27 00:53:14 +00:00
..
Makefile BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
rwho.1 BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
rwho.c My prevoius commit missed some things. The out_line didn't need 1994-12-27 00:53:14 +00:00