aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/smbmsg
Commit message (Collapse)AuthorAgeFilesLines
* Use the newly brought %U macro.Ruslan Ermilov2010-01-151-1/+1
| | | | Notes: svn path=/head/; revision=202386
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
| | | | Notes: svn path=/head/; revision=201390
* Force the use of the tbl(1) preprocessor.Ruslan Ermilov2006-10-251-0/+1
| | | | Notes: svn path=/head/; revision=163684
* Sort sections.Ruslan Ermilov2005-01-181-4/+4
| | | | Notes: svn path=/head/; revision=140442
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+2
| | | | Notes: svn path=/head/; revision=140368
* Get rid of obsolete MAN[0-9] syntax.Ruslan Ermilov2004-09-261-1/+1
| | | | Notes: svn path=/head/; revision=135814
* Markup nit picking.Ruslan Ermilov2004-07-091-6/+5
| | | | | | | Reviewed by: joerg Notes: svn path=/head/; revision=131858
* Fix an off-by-one error in the range check for the maximal -i or -oJoerg Wunsch2004-05-271-2/+2
| | | | | | | block size. Notes: svn path=/head/; revision=129779
* Fix my own style(9) bugs:Joerg Wunsch2004-05-171-3/+8
| | | | | | | | | | . forward declare all static functions . add a couple of redundant parens in return statements where they've been missing . remove the space after exit since it's a function Notes: svn path=/head/; revision=129353
* This is smbmsg(8), a small utility to send/receive SMBus messages.Joerg Wunsch2004-05-174-0/+662
Also included is a `bus-probe' modus of operation to help scanning an I2C bus. Notes: svn path=/cvs2svn/branches/JOERG/; revision=129330