PTPi pushed a commit to branch master
in repository groff.

commit a398a90e1b426abdb62e66cfb6fb00e384e47733
Author: Peter Schaffter <pe...@schaffter.ca>
AuthorDate: Sat Jan 21 13:48:14 2023 -0500

    Fix oopsie
---
 contrib/mom/momdoc/color.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/mom/momdoc/color.html b/contrib/mom/momdoc/color.html
index 84cdcdb02..f53b5c031 100644
--- a/contrib/mom/momdoc/color.html
+++ b/contrib/mom/momdoc/color.html
@@ -221,7 +221,7 @@ could enter one of the following:
   .NEWCOLOR YELLOW #FFFF00         \"or ##FFFFFFFF0000 or "1 1 0"
   .NEWCOLOR YELLOW RGB #FFFF00     \"or ##FFFFFFFF0000 or "1 1 0"
   .NEWCOLOR YELLOW CMY #0000FF     \"or ##0000FFFF0000 or "0 0 1"
-  .NEWCOLOR YELLOW CMYK #00FF0000  \"or ##0000FFFF00000000 or "0 0 1 0"
+  .NEWCOLOR YELLOW CMYK #0000FF00  \"or ##00000000FFFF0000 or "0 0 1 0"
 </span>
 After you&#8217;ve told mom about a colour, you can then get her to
 set text in that colour either with the

_______________________________________________
Groff-commit mailing list
Groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to