From: schwarze Date: Mon, 20 May 2024 18:40:53 +0000 (+0000) Subject: .Bl -enum produces ordinal numbers, not cardinal numbers; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5a50f35104472ad54fdd464b6f5a3220b218a011;p=openbsd .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. --- diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index b4b2b961aeb..485c9e9de69 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.182 2024/05/20 18:12:23 schwarze Exp $ +.\" $OpenBSD: mdoc.7,v 1.183 2024/05/20 18:40:53 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons .\" Copyright (c) 2010, 2011, 2013-2020 Ingo Schwarze @@ -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