| /src/usr.bin/make/unit-tests/ | 
| opt-jobs-internal.exp | 3 make: warning: Invalid internal option "-J" in "<curdir>"; see the manual page 6 make: warning: Invalid internal option "-J" in "<curdir>"; see the manual page
 10 make: warning: Invalid internal option "-J" in "<curdir>"; see the manual page
 
 | 
| sh-jobs-error.mk | 4 # Commands" section from the manual page. 
 | 
| sh-single-line.mk | 6 # program, as described in the manual page, section "Shell Commands", 
 | 
| varname-dot-includes.mk | 4 # manual page. 
 | 
| varname-dot-libs.mk | 4 # manual page. 
 | 
| include-main.mk | 4 # as described in the manual page. 6 # The manual page says that it is the "filename of the file this Makefile
 
 | 
| depsrc-wait.mk | 18 # This is the example from the manual page. 
 | 
| deptgt-end-fail-all.mk | 4 # an error before.  The manual page says "after everything else is done", 
 | 
| sh-jobs.mk | 4 # from the manual page. 
 | 
| cond-op-and.mk | 57 # and is also not documented in the manual page. 
 | 
| cond-op-or.mk | 57 # and is also not documented in the manual page. 
 | 
| check-expect.lua | 30         The <pattern> (see https://lua.org/manual/5.4/manual.html#6.4.1) 
 | 
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ | 
| intel_rc6_types.h | 29 	bool manual : 1;  member in struct:intel_rc6 
 | 
| /src/games/trek/ | 
| phaser.c | 60 **	simultaneously.  There are two modes, "manual" and 61 **	"automatic".  In manual mode, you specify exactly which
 103 	int		manual, flag, extra = 0;  local in function:phaser
 130 	/* decide if we want manual or automatic mode */
 131 	manual = 0;
 135 			manual++;
 138 			manual++;
 140 		if (manual)
 141 			printf(" damaged, manual mode selected\n");
 144 	if (!manual) {
 [all...]
 | 
| /src/etc/rc.d/ | 
| swap1 | 37 		manual) 
 | 
| /src/lib/libbz2/ | 
| Makefile | 28 FILES=		manual.html 
 | 
| /src/tests/usr.sbin/certctl/ | 
| t_certctl.sh | 268 atf_test_case manual 271 	atf_set "descr" "Test manual operation"
 284 manual
 294 	# mention `manual' in a warning message and should not touch
 296 	atf_check -s exit:0 -e match:manual $CERTCTL rehash
 297 	atf_check -s exit:0 -e match:manual $CERTCTL untrust "$diginotar"
 298 	atf_check -s exit:0 -e match:manual $CERTCTL trust "$diginotar"
 460 	atf_check -s not-exit:0 -e match:manual $CERTCTL -n rehash
 461 	atf_check -s not-exit:0 -e match:manual $CERTCTL rehash
 478 	atf_add_test_case manual
 [all...]
 | 
| /src/distrib/mac68k/miniroot/ | 
| install.md | 135 probably be useful to have your disk's hardware manual, the installation 
 | 
| /src/distrib/mac68k/stand/ | 
| Makefile | 7 UUDECODE_FILES=BSD_Mac68k_Booter.bin Mkfs.sea.hqx Booter-HTML-manual-12.tar 22 	for i in BSD_Mac68k_Booter.bin Mkfs.sea.hqx Booter-HTML-manual-12.tar \
 
 | 
| /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/ | 
| jh7100-starfive-visionfive-v1.dts | 27  * manual adjustment of the RX internal delay to work properly.  The default 
 | 
| /src/ | 
| README.md | 55 - [NetBSD manual pages](https://man.NetBSD.org/) 
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ | 
| mt2712-evb.dts | 204 	//enable-manual-drd; 216 	enable-manual-drd;
 
 | 
| /src/sys/external/bsd/ipf/netinet/ | 
| ip_fil_netbsd.c | 1716 	int manual, pflag, cflags, active;  local in function:ipf_checkv4sum 1728 	manual = 0;
 1731 		manual = 1;
 1745 		manual = 1;
 1767 			manual = 1;
 1771 	if (manual != 0) {
 1792 	int manual, pflag, cflags, active;  local in function:ipf_checkv6sum
 1805 	manual = 0;
 1818 		manual = 1;
 1835 			manual = 1
 [all...]
 | 
| /src/distrib/hp300/miniroot/ | 
| install.md | 140 is not available, use the information provided in your disk's manual. 483 probably be useful to have your disk's hardware manual, the installation
 
 | 
| /src/usr.bin/man/ | 
| man.c | 123 static int	 manual(char *, struct manstate *, glob_t *); 402 		if (manual(*argv, &m, &pg)) {
 550  * manual --
 554 manual(char *page, struct manstate *mp, glob_t *pg)  function in typeref:typename:int
 762 		warnx("Formatting manual page...");
 1004 		warnx("no entry for %s in the manual.", ep->s);
 
 |