contrib: add placeholder manpage for bitcoin binary
What changed, and why it matters
This commit adds a placeholder manual page file for the bitcoin binary. It contains only documentation text and instructions for generating real manpages later. There is no executable code, no configuration change, and no security relevance.
No action required; this is a benign documentation-only change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff creates doc/man/bitcoin.1 with a 5-line groff manpage placeholder. It does not modify source code, build scripts, network behavior, cryptography, or permissions. It is purely documentation infrastructure.
Changed components
doc/man/bitcoin.1Inspect captured patch +5 / −0
diff --git a/doc/man/bitcoin.1 b/doc/man/bitcoin.1
new file mode 100644
index 00000000..80deae70
--- /dev/null
+++ b/doc/man/bitcoin.1
@@ -0,0 +1,5 @@
+.TH BITCOIN "1"
+.SH NAME
+bitcoin \- manual page for bitcoin
+
+This is a placeholder file. Please follow the instructions in \fIcontrib/devtools/README.md\fR to generate the manual pages after a release.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.