CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2015/02/06 02:55:01
Modified files: games/fortune/fortune: fortune.c Log message: fix searching and display of offensive fortunes. now, if you want to find an offensive fortune about (e.g.) meat, you can simply run: $ fortune -o -m meat This is much easier than the previous requirement to run a command like: $ fortune -o -m `echo meat | rot13` | rot13 requested by guenther phessler