CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/04 08:18:42
Modified files:
usr.bin/mandoc : mdoc_validate.c roff.c roff_int.h
Log message:
store the operating system name obtained from uname(3) in the adequate
struct together with similar state date rather than in a function-scope
static variable, such that it can be free(3)d in roff_man_free();
no functional change
