public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 8137d37b26794c5bcad139423abddcd105a33780
@ 2023-04-14 21:48 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2023-04-14 21:48 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  8137d37b26794c5bcad139423abddcd105a33780 (commit)
      from  c47107cdfdb6c5c9e7e82fd8336f84386a823b27 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8137d37b26794c5bcad139423abddcd105a33780
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Fri Apr 14 23:39:47 2023 +0200

    codingconventions: Recommend "file name" over "filename"
    
    This aligns with the C and C++ standards as well as the GNU Coding
    Standards, though POSIX uses "filename" as a component of "pathname".

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>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/codingconventions.html | 5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
gcc-wwwdocs

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

only message in thread, other threads:[~2023-04-14 21:48 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:48 gcc-wwwdocs branch master updated. 8137d37b26794c5bcad139423abddcd105a33780 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).