Conversation
rurban
commented
Sep 21, 2026
rurban
left a comment
Owner
Author
There was a problem hiding this comment.
Remove: This page is the
terminal-friendly counterpart to the project README: no badges, images, or
the web compatibility grid, just the reference a man reader needs.
docs/man/ctl.h.3 was generated from docs/index.md, a near-verbatim copy
of README.md: badges/CI links, 13 `![]()` image references ronn can't
render ("unrecognized inline tag: [\"img\"]" x13), and the ~700-row
method-coverage compatibility grid rendered as an unreadably wide
table ("table wider than line length", "cannot adjust line"). 758
lines of mostly-noise output.
docs/ctl.md is a dedicated, terminal-appropriate NAME/SYNOPSIS/
DESCRIPTION/CONTAINERS/SEE ALSO/BUGS/AUTHOR page: no images, no grid,
one line per container linking to its own man page. 107 lines, zero
ronn/groff warnings.
Also stopped generating-then-discarding docs/man/index.h.3,
memory.h.3 and numeric.h.3 (the `man` recipe already deleted them
right after building them) by excluding them from $(MANPAGES) instead.
index.md's own rule transitively required rebuilding README.md and
every listed test binary just to produce a man page that was thrown
away immediately after; `make man`/`make install` no longer do that.
Verified: ronn and groff -man both exit 0 with no warnings on the new
ctl.h.3; `make -n man` no longer touches README.md or any test
binary; `make check` passes.
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs/man/ctl.h.3 was generated from docs/index.md, a near-verbatim copy of README.md: badges/CI links, 13
![]()image references ronn can't render ("unrecognized inline tag: ["img"]" x13), and the ~700-row method-coverage compatibility grid rendered as an unreadably wide table ("table wider than line length", "cannot adjust line"). 758 lines of mostly-noise output.docs/ctl.md is a dedicated, terminal-appropriate NAME/SYNOPSIS/ DESCRIPTION/CONTAINERS/SEE ALSO/BUGS/AUTHOR page: no images, no grid, one line per container linking to its own man page. 107 lines, zero ronn/groff warnings.
Also stopped generating-then-discarding docs/man/index.h.3, memory.h.3 and numeric.h.3 (the
manrecipe already deleted them right after building them) by excluding them from $(MANPAGES) instead. index.md's own rule transitively required rebuilding README.md and every listed test binary just to produce a man page that was thrown away immediately after;make man/make installno longer do that.Verified: ronn and groff -man both exit 0 with no warnings on the new ctl.h.3;
make -n manno longer touches README.md or any test binary;make checkpasses.