CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/10/24 12:15:43
Modified files:
usr.bin/mandoc : main.c mandoc.h mdoc_action.c mdoc_macro.c
mdoc_validate.c
Log message:
Do not throw FATAL errors when there is no need to:
- when encountering nested displays (.Bd containing .Bd, .D1, .D1)
- when a block end macro was forgotten
- when ending a block that was never started
- when the uname(3) system call failed
along with a little related cleanup
