Lines Matching refs:apropos
389 'apropos' 'apropos-data' 'apropos-devel' 'apropos-progs' \
442 'apropos' 'debug' 'default' 'help' 'html' 'ignore-case' 'location-cat' \
469 export _APROPOS_PROG; # Program to run apropos.
470 export _APROPOS_SECTIONS; # Sections for different --apropos-*.
506 export _OPT_APROPOS; # call `apropos' program.
1049 # Setup for the --apropos* options
1092 # Setup for the --apropos* options
1099 if is_prog apropos
1101 _APROPOS_PROG='apropos';
1104 if man --apropos man >${_NULL_DEV} 2>${_NULL_DEV}
1106 _APROPOS_PROG='man --apropos';
1114 error 'apropos_setup: no apropos program available.';
1116 to_tmp_line '.TH GROFFER APROPOS';
3560 # Handle special modes like whatis and apropos.
3586 # Handle special modes like whatis and apropos.
3814 --apropos=name start man's "apropos" program for "name".
3815 --apropos-data=name
3816 "apropos" for "name" in man's data sections 4, 5, 7.
3817 --apropos-devel=name
3818 "apropos" for "name" in development sections 2, 3, 9.
3819 --apropos-progs=name
3820 "apropos" for "name" in man's program sections 1, 6, 8.
3836 --no-special disable --all, --apropos*, and --whatis
4298 -k|--apropos)
4299 # groffer's --apropos takes an argument, but man's does not, so
4455 --apropos) # run `apropos'
4460 --apropos-data) # run `apropos' for data sections
4465 --apropos-devel) # run `apropos' for development sections
4470 --apropos-progs) # run `apropos' for program sections