public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [pushed] wwwdocs: codingconventions: Recommend "file name" over "filename"
@ 2023-04-14 21:51 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2023-04-14 21:51 UTC (permalink / raw)
  To: gcc-patches; +Cc: Sandra Loosemore, Joseph S. Myers

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-14 21:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14 21:51 [pushed] wwwdocs: codingconventions: Recommend "file name" over "filename" Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).