On Fri, Jan 10, 2014 at 10:16, Ted Unangst wrote: > this would have made my life so much simpler yesterday. and for > whoever tweaks and tunes the synopsis or text to further clarity in > the future.
> Index: md5.1 > =================================================================== > RCS file: /cvs/src/bin/md5/md5.1,v > retrieving revision 1.37 > diff -u -p -r1.37 md5.1 > --- md5.1 10 Jan 2014 05:34:46 -0000 1.37 > +++ md5.1 10 Jan 2014 15:11:39 -0000 > @@ -22,35 +22,32 @@ > .Dt MD5 1 > .Os > .Sh NAME > -.Nm md5 > +.Nm sha256 > .Nd calculate a message digest (checksum) for a file > .Sh SYNOPSIS > -.Nm md5 > +.Nm sha256 > .Op Fl bprtx > .Op Fl h Ar hashfile > .Op Fl s Ar string > .Op Ar > -.Nm md5 > +.Nm sha256 > .Op Fl q > .Fl c Op Ar checklist ... > +.Nm md5 | sha1 | sha512 > +.Op options ... ok, this is cheating. i was trying to avoid duplication of the option list, so that any further refinements don't need to be filled out in quadruplicate. open to suggestions, or we just do it the hard way.