CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/12/17 11:45:00
Modified files: usr.bin/mandoc : main.c Log message: Be a bit more lenient in what to accept for section names given as the first man(1) command line argument without -s: Accept digits like "1", "2"; digit+letter like "3p", "1X"; and "n". Issue reported by Svyatoslav Mishyn <juef at openmailbox dot org> (Crux Linux).