CVSROOT: /cvs Module name: src Changes by: sobr...@cvs.openbsd.org 2010/08/10 14:34:16
Modified files: share/man/man7 : hier.7 share/man/man8/man8.amd64: boot_amd64.8 share/man/man8/man8.i386: boot_i386.8 sys/arch/amd64/stand/biosboot: biosboot.8 sys/arch/amd64/stand/boot: boot.8 sys/arch/i386/stand/biosboot: biosboot.8 sys/arch/i386/stand/boot: boot.8 usr.bin/top : top.1 Log message: add a description for bsd.sp where appropriate; while here, write "multiprocessor" in a consistent way. written with lots of good advice from jmc@, who noted that changing hier(7) was not enough and carefully reviewed this diff. ok jmc@