netbsd-src/usr.bin/man
lukem c4b7a9e794 bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from
	GCC_NO_warning
to
	CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
2023-06-03 09:09:01 +00:00
..
Makefile bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
man.1 man.1: add a small note about alternate machine name searches 2022-06-18 02:14:39 +00:00
man.c man.c: minor KNF 2022-05-10 00:42:00 +00:00
man.conf.5 man.conf.5: improve wording on searching alternate machine paths 2022-06-19 18:51:06 +00:00
manconf.c
manconf.h
pathnames.h