source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: .Bl -enum produces ordinal numbers, not cardinal numbers; patch
@ 2024-05-20 18:45 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2024-05-20 18:45 UTC (permalink / raw)
  To: source

Log Message:
-----------
.Bl -enum produces ordinal numbers, not cardinal numbers;
patch from Jan Stary <hans at stare dot cz>.

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


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

only message in thread, other threads:[~2024-05-20 18:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-20 18:45 mandoc: .Bl -enum produces ordinal numbers, not cardinal numbers; patch schwarze

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 NNTP newsgroup(s).