Module Name: src Committed By: uwe Date: Wed Oct 9 21:53:50 UTC 2024
Modified Files: src/share/man/man9: bus_dma.9 Log Message: bus_dma(9): use consistent indentation for lists We have list of functions with nested lists of arguments with nested lists of flags. Use consistent indentation to provide something for the eyes to hold onto. B/c the nesting is deep, use Ds for all indents as semantically correct choices indent way more and leave very little column width for flags. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/share/man/man9/bus_dma.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.