CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/03/16 23:27:10
Modified files:
bin/ls : ls.1 ls.c
bin/ps : ps.1 ps.c
usr.bin/column : column.1 column.c
usr.bin/rusers : rusers.1 rusers.c
usr.bin/sed : main.c sed.1
sbin/growfs : growfs.8 growfs.c
sbin/newfs : mkfs.c newfs.8
usr.sbin/lpr/common_source: displayq.c
usr.sbin/lpr/lpq: lpq.1
Log message:
Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.
Previously behaviors were all over the map. This changes them to
use COLUMNS first, and either terminal width or a hardcoded value
(typically 80) as appropriate.
ok deraadt@; man bits ok jmc@