summaryrefslogtreecommitdiff
path: root/usr.bin/info_mkdb/info_mkdb.1
AgeCommit message (Collapse)Author
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done
1996-12-10"the the" purgeTheo de Raadt
1996-07-22Add support for compiling a terminfo source file into terminfo.db (usingThorsten Lockert
the same format as termcap.db)