CVSROOT:        /cvs
Module name:    src
Changes by:     mes...@cvs.openbsd.org  2016/03/07 05:07:57

Modified files:
        games/atc      : atc.6 main.c 
        games/banner   : banner.c 
        games/bcd      : bcd.c 
        games/boggle/boggle: bog.c 
        games/bs       : bs.c 
        games/cribbage : crib.c 
        games/factor   : factor.c 
        games/fish     : fish.c 
        games/fortune/fortune: fortune.c 
        games/fortune/strfile: strfile.c 
        games/fortune/unstr: unstr.c 
        games/grdc     : grdc.c 
        games/hunt/hunt: hunt.c 
        games/morse    : morse.c 
        games/number   : number.c 
        games/phantasia: setup.c 
        games/pig      : pig.c 
        games/pom      : pom.c 
        games/ppt      : ppt.c 
        games/primes   : primes.c 
        games/quiz     : quiz.c 
        games/random   : random.c 
        games/robots   : main.c 
        games/snake    : snake.c 
        games/tetris   : tetris.c 
        games/wump     : wump.c 

Log message:
- General changes:
- Remove -? from getopt(3) options, but still keep (or add) -h where applicable
- Replace hardcoded program strings by getprogname(3)

- Specific changes:
- atc(6): this used -? and -u for usage(), remove both from game and manpage
- bcd(6): use __progname instead of getprogname(3), no need to include stdlib.h
- hunt(6): replace fputs(3) by fprintf(3)

OK tb@ after his suggestions

Reply via email to