CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2011/08/30 06:25:09
Modified files: lib/libc/gen : fpgetmask.3 lib/libc/stdlib: strtol.3 usr.bin/bc : bc.1 share/man/man4 : ahd.4 share/termtypes: termcap.5 share/man/man7 : mdoc.7 mandoc_char.7 man.7 Log message: in column lists, enforce the following ordering: .Bl -column header1 header2 ... <Bl flags> mixing things up confuses mandoc, and adding flags in can screw up the list. this hopefully just makes things a bit safer (and more consistent). (one more bit of work left and all column lists should format how we want)