Since a new rc will have to be built anyway, any chance this patch
could be included?  It's not critical by any means, but it's very
low-risk (correcting only documentation) and fixes a factual error
that makes following the logic of the example confusing until you go
look up what the nl register actually does hold.

If you want to stick with including only critical fixes at this stage,
no problem, I'll just roll this up with my other, more trivial
documentation corrections and submit a bug report when that hits some
kind of critical mass.

diff --git a/doc/groff.texi b/doc/groff.texi
index 5e56536c..a6d12607 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -12912,7 +12912,7 @@ the exact height of the document after the
text has been output.
 @Example
 .de adjust-page-length
 .  br
-.  pl \\n[nl]u   \" \n[nl] holds the current page length
+.  pl \\n[nl]u   \" \n[nl] holds the current vertical position
 ..
 .
 .de single-page-mode

Reply via email to