CVSROOT: /cvs Module name: src Changes by: sobr...@cvs.openbsd.org 2009/10/29 14:11:09
Modified files: usr.sbin/lpr/lpc: cmds.c lpc.8 Log message: it is possible specifying more than one printer concurrently; use .Op macros for options instead of hardcoding brackets; remove a few superfluous .Ar macros before ellipsis; "usage:" is lower case; while here, apply some spacing tweaks. tweaked by jmc@ for a synopsis with too many arguments. ok jmc@