> I have added some examples to the fw_update manpage, to show how you > can install, update or delete a firmware package. It tooks a little > while until I figured out how fw_update works, so maybe it can help > the next one.
You sure did spot a real problem in the man page, which is that it does not show both directions cleary. I am not sure if EXAMPLES are the right direction, because the gap is the lack of a built-in delete operation. Alexander, should we perhaps have a fw_update -d fw operation which causes fw_firmware to be deleted? > Index: fw_update.1 > =================================================================== > RCS file: /cvs/src/usr.sbin/fw_update/fw_update.1,v > retrieving revision 1.15 > diff -u -p -u -r1.15 fw_update.1 > --- fw_update.1 21 Aug 2013 06:59:39 -0000 1.15 > +++ fw_update.1 18 Jan 2014 21:27:26 -0000 > @@ -64,6 +64,13 @@ This flag can be specified multiple time > .Xr pkg_add 1 > verbosity. > .El > +.Sh EXAMPLES > +.Nm Install or update firmware package: > +.Dl $ fw_update iwn > +.Pp > +.Nm Delete firmware package: > +.Dl $ pkg_delete iwn-firmware > +.XR > .Sh SEE ALSO > .Xr pkg_add 1 , > .Xr dmesg 8 >