Patch correcting a wrong word in the make(1) manpage. Index: usr.bin/make/make.1 =================================================================== RCS file: /cvs/src/usr.bin/make/make.1,v retrieving revision 1.106 diff -r1.106 make.1 500c500 < Redefining the corresponding suffix (or suffixes) will re-active the rule. --- > Redefining the corresponding suffix (or suffixes) will re-activate the rule.
- Wrong word used in make(1) manpage. Christian Schulte
- Re: Wrong word used in make(1) manpage. Jason McIntyre
