From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 815113858D39; Wed, 19 Oct 2022 14:12:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 815113858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666188722; bh=r88V0kEddWo+vEIXO9bUXc3e9UCOz/s0fAKqeU4Ekgk=; h=To:Subject:Date:From:From; b=qkd5tMmBcbCNGBoPbUY2QZjkpJKc0B2gAhI2+h4bigIqua5r0p1WCEvE/+DcNxqtT 5t8v1DGswWUc22dEGv/pcolWUD9v/w+ZZY9HKwWm1XPtJHpW6c6ZPbPXl+QESdJstc Je7jajRvPfQPrV+IaDpUlRiQN6gB7F0WUvnWeek0= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 69102e7bf8c4afdc6380e0e6547c84cc5649eae5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d857139eb40bbda4d056d0afbae61995d9c08bab X-Git-Newrev: 69102e7bf8c4afdc6380e0e6547c84cc5649eae5 Message-Id: <20221019141202.815113858D39@sourceware.org> Date: Wed, 19 Oct 2022 14:12:02 +0000 (GMT) From: Gerald Pfeifer List-Id: 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 69102e7bf8c4afdc6380e0e6547c84cc5649eae5 (commit) from d857139eb40bbda4d056d0afbae61995d9c08bab (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 69102e7bf8c4afdc6380e0e6547c84cc5649eae5 Author: Gerald Pfeifer Date: Wed Oct 19 16:11:10 2022 +0200 codingconventions: Fix two typos diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index c793058f..9d0a3f14 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -142,7 +142,7 @@ a large batch of changes.

supported formats: a/b/c/ChangeLog, a/b/c/ChangeLog:, a/b/c/ (where ChangeLog file lives in the folder), \ta/b/c/ and a/b/c
  • pr_entry - bug report reference
    example: \tPR component/12345
  • -
  • changelog_file - a modified file mentined in a ChangeLog: +
  • changelog_file - a modified file mentioned in a ChangeLog: supported formats: \t* a/b/c/file.c:, \t* a/b/c/file.c (function):, \t* a/b/c/file1.c, a/b/c/file2.c:
  • changelog_file_comment - line that follows a changelog_file with description of changes in the file; must start with \t
  • @@ -154,7 +154,7 @@ a large batch of changes.

    Format rules

      -
    • git_description - optional; ends right before one of the other compoments is found
    • +
    • git_description - optional; ends right before one of the other components is found
    • committer_timestamp - optional; when found before a changelog_file, then it is added to each changelog entry
    • additional_author - optional
    • ----------------------------------------------------------------------- Summary of changes: htdocs/codingconventions.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs