gbranden pushed a commit to branch master
in repository groff.

commit 5affcdbcbdbd39d7d07348d1a90126cbc403d70d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Aug 22 15:15:45 2026 -0500

    groff_font(5): Fix content nits.
    
    * Clarify that `\N` escape sequence glyph indices must be non-negative.
    * Say simply "HTML 4" instead of "HTML 4.0"; the W3C/WHATWG schism seems
      to have killed any prospect of HTML 4's incremental revision, at least
      among any party with a commercial orientation, form whom end users'
      security and privacy are bugs, not features.[1]
    
    [1] See:
    
    "Operation Convergence: The Story of How the W3C and WHATWG Fell Out"
    
https://joshtumath.github.io/2013/07/16/operation-convergence-the-story-of-how-the-w3c-and-whatwg-fell-out.html
    
    "Canvassing the Fingerprinters: Characterizing Canvas Fingerprinting Use
    Across the Web"
    https://dl.acm.org/doi/10.1145/3730567.3764500
    
    "Fingerprinting and Tracing Shadows: The Development and Impact of
    Browser Fingerprinting on Digital Privacy"
    https://arxiv.org/html/2411.12045v1
---
 man/groff_font.5.man | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/groff_font.5.man b/man/groff_font.5.man
index f45053817..874a1e5f0 100644
--- a/man/groff_font.5.man
+++ b/man/groff_font.5.man
@@ -981,7 +981,7 @@ In a
 document,
 use the indexed character escape sequence
 .B \[rs]N
-to specify a glyph by index.
+to specify a glyph by a non-negative index.
 .
 .
 .P
@@ -1003,7 +1003,7 @@ the glyph
 .B \[rs][Po]
 is represented by
 .RB \[lq] &pound; \[rq]
-in HTML 4.0.
+in HTML\~4.
 .
 For efficiency,
 these data are now compiled directly into

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to