Hello, > Module Name: src > Committed By: jruoho > Date: Fri May 14 18:52:46 UTC 2010 > > Modified Files: > src/share/man/man9: bus_dma.9 kmem.9 pmc.9 sysctl.9 xcall.9 > > Log Message: > Use standard section headers. > > > To generate a diff of this commit: > cvs rdiff -u -r1.52 -r1.53 src/share/man/man9/bus_dma.9 > cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/kmem.9 > cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/pmc.9 > cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/sysctl.9 > cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/xcall.9
Renamed sections in kmem(9), xcall(9) and actually sysctl(9) contain general notes and recommendations for interface callers/users, not the implementation notes (of subsystem), like in bus_dma(9) or pmc(9). -- Mindaugas