CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/07 10:58:52
Modified files:
usr.bin/mandoc : cgi.c main.c mandocdb.c manpath.c
Log message:
Modernization, no functional change intended:
Use the POSIX function getline(3) rather than the slightly
dangerous BSD function fgetln(3).
