CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/11/01 16:16:39
Modified files: usr.bin/cap_mkdb: cap_mkdb.c Log message: If the last name field looks like a description rather than an alias (if it contains spaces), ignore it. Knocks a few K off the termcap and terminfo databases and gets rid of some warnings. ok millert