Date: Mon, 23 Aug 2004 23:28:02 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 bus_dma.9 Message-ID: <200408232328.i7NNS2CM097927@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2004-08-23 23:28:02 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: Even in a 80 column, fixed point font, there's plenty of room for all the arguments to bus_dmamap_load, so don't use '...' but list the actual args. '...' usually means a variable number of args (cf printf(3)), but bus_dmamap_load takes a fixed number of arguments. Revision Changes Path 1.16 +2 -1 src/share/man/man9/bus_dma.9
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408232328.i7NNS2CM097927>