CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/07/07 13:17:40
Modified files: usr.bin/mandoc : libman.h man.c man_macro.c Log message: Simplify man_unscope(), removing 18 lines of code, that is, removing one function argument, one function definition, three function invocations and two pointless assert()s. No functional change.