--- gcc/proto-man 2018/04/24 17:51:27 1.1.1.1 +++ gcc/proto-man 2018/04/24 17:57:29 1.1.1.3 @@ -180,7 +180,7 @@ file is created for each .I base source file compiled. These files contain -information above function definitions and declarations and +information about function definitions and declarations and additional coded information which can be used by .I thisprog to convert your source code @@ -739,7 +739,7 @@ generating code which is incorrect due t .PP When converting to full prototype format, it may often be the case that complete information regarding the types of function parameters is not -actually avaiable in the original (K&R) code. +actually available in the original (K&R) code. This will almost always be the case for parameters whose types are pointer-to-function types. For pointer-to-function parameters, it it customary (in K&R C) to @@ -876,7 +876,7 @@ Such unfortunate choices of formal param #endif .PP Bugs (and requests for reasonable enhancements) should be reported to -rfg@ics.uci.edu. Bugs may actually be fixed if they can be easily +bug-gcc@prep.ai.mit.edu. Bugs may actually be fixed if they can be easily reproduced, so it is in your interest to report them in such a way that reproduction is easy. .SH COPYING