summaryrefslogtreecommitdiff
path: root/games/tetris/tetris.6
AgeCommit message (Collapse)Author
2001-08-18FormattingPaul Janzen
2001-06-06reorder sections, minor tidying; mpech@prosoft.org.lvPaul Janzen
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-03-22Many fixes, most either from or based on NetBSD changes:Paul Janzen
get rid of unused function improve output format allow previewing of next piece randomize initial rotation angle of falling blocks.
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionPaul Janzen
1998-09-24NetBSD changes and a few obvious fixesPaul Janzen
1997-08-31fix man; noted by hubert.feyrer@rz.uni-regensburg.deTheo de Raadt
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
1995-10-18initial import of NetBSD treeTheo de Raadt