bus_dma.9: Fix bus_dmamap_load_mbuf_segment documentation of maxsegs arg.
authorImre Vadász <imre@vdsz.com>
Thu, 31 Dec 2015 17:21:54 +0000 (18:21 +0100)
committerImre Vadász <imre@vdsz.com>
Thu, 31 Dec 2015 17:21:54 +0000 (18:21 +0100)
commit251405699f9f85981ad4c833ec69b3eca7917346
treebaf90f8bde365483028d96f25f3b9b488af089ca
parented3f6f04e2a2e8469f3654aaf587da6486e1cb00
bus_dma.9: Fix bus_dmamap_load_mbuf_segment documentation of maxsegs arg.

The maxsegs argument of bus_dmamap_load_mbuf_segment is allowed to be
equal to the nsegments of the dma tag, i.e. doesn't have to be "less than",
but "not larger than" the nsegments.
share/man/man9/bus_dma.9