docs: audit and update man page for current codebase#312
Merged
spe-ciellt merged 1 commit intogerbv:developfrom Mar 2, 2026
Merged
docs: audit and update man page for current codebase#312spe-ciellt merged 1 commit intogerbv:developfrom
spe-ciellt merged 1 commit intogerbv:developfrom
Conversation
- Fix header date typo ("Jule" -> correct date)
- Remove dead pcb.geda-project.org link
- Add missing -r/--rotate and -m/--mirror options
- Update export format list: add idrill and conditional dxf
- Remove outdated X server scroll wheel mapping instructions
- Update SUPERIMPOSING section for Cairo renderer (default since ~2.7)
Contributor
|
Great question @rampageservices . Never thought of who the AUTHORS and COPYRIGHT was in those man pages. And that it was written like that. For copyright you can probably set me 2001-2026 if you think it sounds OK. For the Authors we should maybe create a THANKS file as But I will merge this now so it is more correct regarding the other stuff. |
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.
Summary
The man page (
gerbv.1.in) was last updated July 2013 and had several discrepancies with the current codebase. This PR brings it up to date.Changes
http://pcb.geda-project.org/is no longer active-r, --rotateand-m, --mirrorare implemented in main.c but were never documented in the man pagepng/pdf/ps/svg/rs274x/drillbutidrill(ISEL NCP drill) is always available anddxfis conditionally available when compiled with libdxflibNot changed (questions for @spe-ciellt)
CONTRIBUTORSfile tracks contributors — should the man page copyright years be extended, or is the current range intentional (covering the original authorship period)?-d, --dumpoption: Intentionally undocumented (debug flag, not in--helpoutput either)Test plan
cmake --build build— clean buildman -l build/man/gerbv.1— renders correctly, no formatting issues