In both RFCs, you can find the following phrase: The summary line should be written in third person singular present indicative form. Basically, this means write "Returns" instead of "Return". However, the only example given in the two RFCs is ``` // Wait for the main task to return, and set the process error code // appropriately. ``` Personally I prefer third person. The examples should be amended.