CVSROOT: /cvs Module name: src Changes by: sobr...@cvs.openbsd.org 2009/07/14 11:24:09
Modified files: usr.bin/time : time.1 time.c Log message: unveil that time(1) accepts optional arguments for the utility operand, this way we not only improve the synopsis accuracy but also match descriptions provided by IEEE Std 1003.1-2008, FreeBSD and NetBSD for this command; while here, synchronize the operand name. description for the optional arguments proposed by jmc@ ok jmc@