Browse Source

Remove gsed hack and update man pages to say 2.0.0

pull/145/head
Jonathan Duke Leto 6 years ago
parent
commit
d9b4ba02f5
  1. 1
      contrib/devtools/gen-manpages.sh
  2. 14
      doc/man/hush-cli.1
  3. 14
      doc/man/hush-tx.1
  4. 16
      doc/man/hushd.1

1
contrib/devtools/gen-manpages.sh

@ -1,5 +1,4 @@
#!/bin/sh
alias sed=gsed
TOPDIR=${TOPDIR:-$(git rev-parse --show-toplevel)}
SRCDIR=${SRCDIR:-$TOPDIR/src}

14
doc/man/hush-cli.1

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH HUSH-CLI "1" "October 2018" "hush-cli v1.0.13-72e2e60" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH HUSH-CLI "1" "October 2018" "hush-cli v2.0.0" "User Commands"
.SH NAME
hush-cli \- manual page for hush-cli v1.0.13-72e2e60
hush-cli \- manual page for hush-cli v2.0.0
.SH DESCRIPTION
Hush RPC client version v1.0.13
Hush RPC client version v2.0.0
.PP
In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://github.com/MyHush/hush/blob/master/doc/security.md>.
@ -70,9 +70,9 @@ Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://github.com/MyHush/hush/blob/master/doc/security.md>.
Copyright (C) 2009-2017 The Bitcoin Core Developers
Copyright (C) 2015-2017 The Zcash Developers
Copyright (C) 2016-2017 The Hush Developers
Copyright (C) 2009-2018 The Bitcoin Core Developers
Copyright (C) 2015-2018 The Zcash Developers
Copyright (C) 2016-2018 The Hush Developers
This is experimental software.

14
doc/man/hush-tx.1

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH HUSH-TX "1" "October 2018" "hush-tx v1.0.13-72e2e60" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH HUSH-TX "1" "October 2018" "hush-tx v2.0.0" "User Commands"
.SH NAME
hush-tx \- manual page for hush-tx v1.0.13-72e2e60
hush-tx \- manual page for hush-tx v2.0.0
.SH DESCRIPTION
Hush hush\-tx utility version v1.0.13
Hush hush\-tx utility version v2.0.0
.SS "Usage:"
.TP
hush\-tx [options] <hex\-tx> [commands]
@ -88,9 +88,9 @@ Set register NAME to given JSON\-STRING
In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://github.com/MyHush/hush/blob/master/doc/security.md>.
Copyright (C) 2009-2017 The Bitcoin Core Developers
Copyright (C) 2015-2017 The Zcash Developers
Copyright (C) 2016-2017 The Hush Developers
Copyright (C) 2009-2018 The Bitcoin Core Developers
Copyright (C) 2015-2018 The Zcash Developers
Copyright (C) 2016-2018 The Hush Developers
This is experimental software.

16
doc/man/hushd.1

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH HUSHD "1" "October 2018" "hushd v1.0.13-72e2e60" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH HUSHD "1" "October 2018" "hushd v2.0.0" "User Commands"
.SH NAME
hushd \- manual page for hushd v1.0.13-72e2e60
hushd \- manual page for hushd v2.0.0
.SH DESCRIPTION
Hush Daemon version v1.0.13
Hush Daemon version v2.0.0
.PP
In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://github.com/MyHush/hush/blob/master/doc/security.md>.
@ -54,7 +54,7 @@ Specify data directory
\fB\-disabledeprecation=\fR<version>
.IP
Disable block\-height node deprecation and automatic shutdown (example:
\fB\-disabledeprecation\fR=\fI\,1\/\fR.0.13)
\fB\-disabledeprecation\fR=\fI\,2\/\fR.0.0)
.HP
\fB\-exportdir=\fR<dir>
.IP
@ -504,9 +504,9 @@ console, 600 otherwise)
In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://github.com/MyHush/hush/blob/master/doc/security.md>.
Copyright (C) 2009-2017 The Bitcoin Core Developers
Copyright (C) 2015-2017 The Zcash Developers
Copyright (C) 2016-2017 The Hush Developers
Copyright (C) 2009-2018 The Bitcoin Core Developers
Copyright (C) 2015-2018 The Zcash Developers
Copyright (C) 2016-2018 The Hush Developers
This is experimental software.

Loading…
Cancel
Save