CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2019/07/28 12:22:35
Modified files: usr.bin/mandoc : main.c Log message: In man(1) mode, do the search for each name independently, and show the results in the order of the command line arguments. Implemented by separating the code for man(1) and apropos(1) in the main() program. Surprisingly, the number of lines of code remains unchanged. Issue reported by deraadt@, additional input from millert@.