This is based on an exchange with Sandra and Joseph back in, umm, April 2018.
Pushed for now. Gerald --- This aligns with the C and C++ standards as well as the GNU Coding Standards, though POSIX uses "filename" as a component of "pathname". --- htdocs/codingconventions.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index 8b3cb8bb..9b6d243d 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -469,6 +469,11 @@ and code. The following table lists some simple cases:</p> <td>"run time" or "runtime"</td> <td></td> </tr> + <tr> + <td>file name</td> + <td>filename</td> + <td></td> + </tr> <tr> <td>"floating-point" (adjective)</td> <td>"floating point"</td> -- 2.40.0