Fix the types of period and duty in share/man/man9/pwmbus.9 to match the one in sys/dev/pmw/pwmbus.c.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
pwmbus.9
change type for argument channel and the pointer nchannel (int -> u_int)
pwmbus_if.m:
- argument name dev -> bus
- use u_int instead of unsigned int.