The uint32_t and uint64_t range descriptions were too large
by one on the upper end. The uint8_t, uint16_t, uint32_t, and
uint64_t range descriptions have been formatted to match those in the
pci_iov_schema(9) man page.
Details
- Reviewers
wblock rstone - Group Reviewers
manpages - Commits
- rS285189: Fix range upper bound for uint32_t and uint64_t, and reformat range
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
usr.sbin/iovctl/iovctl.conf.5 | ||
---|---|---|
111 ↗ | (On Diff #6679) | Would you like me to change it for this patch? There is one other place in this man page where .Pq can be used instead of .Po Pc, and there are also several in the related man pages pci(9), pci_iov_schema(9), iovctl(8), which taken together significantly add to the few other uses of .Po Pc in the tree. What do you think if I leave this patch as focused on the range correction, and follow it with another patch that converts .Po Pc usage to .Pq in all of the related man pages I've mentioned here? |
Value changes approved, either with .Pq included in this diff or in a separate patch. Please remember to update .Dd before commit and check the page with 'mandoc -Tlint' and 'igor -R'. Thanks!
usr.sbin/iovctl/iovctl.conf.5 | ||
---|---|---|
111 ↗ | (On Diff #6679) | If you want to fix the other pages, that would be very good. But you are not obligated to do that extra work, just changing the ones in this particular page is enough, either in this patch or a separate one. |