From 53e6db91ef59a80d9141f6bbc56dd547b6c1b46b Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 9 Sep 2025 11:36:29 +0100 Subject: [PATCH] contrib: add placeholder manpage for bitcoin binary --- doc/man/bitcoin.1 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/man/bitcoin.1 diff --git a/doc/man/bitcoin.1 b/doc/man/bitcoin.1 new file mode 100644 index 00000000000..80deae70f5d --- /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.