CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/28 13:41:02
Modified files:
usr.bin/mandoc : main.c
Log message:
Simplification, no functional change:
Delete the "argc" argument from fs_search() which is now always 1,
and move error reporting to the main() program where it is more
logically placed and easier to see.
