CVSROOT: /cvs Module name: src Changes by: z...@cvs.openbsd.org 2015/07/26 11:24:02
Modified files: usr.bin/doas : doas.1 doas.c Log message: Implement command matching without execution. This just extends functionality of the -C flag, so we are not introducing more garbage. Input and okay from jmc@ (documentation) and tedu@ (everything).