From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: from mandoc.bsd.lv (bsd.lv [66.111.2.12]) by inbox.vuxu.org (Postfix) with ESMTP id 08BDE22320 for ; Thu, 2 Jan 2025 14:52:56 +0100 (CET) Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id de8c40df for ; Thu, 2 Jan 2025 13:52:56 +0000 (UTC) Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id c5f25e2b for ; Thu, 2 Jan 2025 13:52:56 +0000 (UTC) Date: Thu, 2 Jan 2025 13:52:56 +0000 (UTC) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: Document .St -isoC-2023 . X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: <950091920ec78e5b@mandoc.bsd.lv> Log Message: ----------- Document .St -isoC-2023 . While here, change the wording from "major version" to "edition" because that's how the C standards call themselves and because not every edition is a major version in the normal sense of the word. In particular, it is not an oversight that there is no macro argument for edition 4 = C17 precisely because that is *not* a major version but merely a minor bugfix update of C11 not adding any new features. OK jmc@ Modified Files: -------------- mandoc: mdoc.7 Revision Data ------------- Index: mdoc.7 =================================================================== RCS file: /home/cvs/mandoc/mandoc/mdoc.7,v diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.294 -r1.295 --- mdoc.7 +++ mdoc.7 @@ -2398,12 +2398,17 @@ The original C standard. .It \-isoC-99 .St -isoC-99 .br -The second major version of the C language standard. +Edition 2 of the C language standard. .Pp .It \-isoC-2011 .St -isoC-2011 .br -The third major version of the C language standard. +Edition 3 of the C language standard. +.Pp +.It \-isoC-2023 +.St -isoC-2023 +.br +Edition 5 of the C language standard. .El .It POSIX.1 before XPG4.2 .Pp -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv