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=1.0 required=5.0 tests=PDS_BRAND_SUBJ_NAKED_TO, UNPARSEABLE_RELAY autolearn=no 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 72EB724469 for ; Mon, 20 May 2024 20:45:05 +0200 (CEST) Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id d2089add for ; Mon, 20 May 2024 18:45:04 +0000 (UTC) Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id 0d798f3d for ; Mon, 20 May 2024 18:45:04 +0000 (UTC) Date: Mon, 20 May 2024 18:45:04 +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: .Bl -enum produces ordinal numbers, not cardinal numbers; patch X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: <6b9ba82eacc32868@mandoc.bsd.lv> Log Message: ----------- .Bl -enum produces ordinal numbers, not cardinal numbers; patch from Jan Stary . We are both confident that the practical consequences of this documentation bug are limited since you are not supposed to commit manual pages containing infinite numbers of list items in the first place (remember, OpenBSD's not GNU!) - but correctness is a virtue in documentation nonetheless. 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.290 -r1.291 --- mdoc.7 +++ mdoc.7 @@ -1015,7 +1015,7 @@ A numbered list. No item heads can be specified. Formatted like .Fl bullet , -except that cardinal numbers are used in place of bullets, +except that ordinal numbers are used in place of bullets, starting at 1. .It Fl hang Like -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv