update unix manpages

This commit is contained in:
Duke Leto
2020-12-06 22:03:35 -05:00
parent 12fabf7fd7
commit fdf1ed1d0a
4 changed files with 6 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# Copyright (c) 2019 The Hush developers # Copyright (c) 2019-2020 The Hush developers
# Released under the GPLv3 # Released under the GPLv3
TOPDIR=${TOPDIR:-$(git rev-parse --show-toplevel)} TOPDIR=${TOPDIR:-$(git rev-parse --show-toplevel)}
@@ -12,8 +12,8 @@ HUSHTX=${HUSHTX:-$SRCDIR/hush-tx}
[ ! -x $HUSHD ] && echo "$HUSHD not found or not executable." && exit 1 [ ! -x $HUSHD ] && echo "$HUSHD not found or not executable." && exit 1
#HUSHVER="v3.3.0" HUSHVER="v3.6.0"
HUSHVER=$(./src/hushd --version|head -n2|tail -n1|cut -d' ' -f4|cut -d- -f1) #HUSHVER=$(./src/hushd --version|head -n2|tail -n1|cut -d' ' -f4|cut -d- -f1)
# Create a footer file with copyright content. # Create a footer file with copyright content.
# This gets autodetected fine for komodod if --version-string is not set, # This gets autodetected fine for komodod if --version-string is not set,

View File

@@ -3,7 +3,7 @@
.SH NAME .SH NAME
hush-cli \- manual page for hush-cli v3.6.0 hush-cli \- manual page for hush-cli v3.6.0
.SH DESCRIPTION .SH DESCRIPTION
Hush RPC client version v3.6.0\-65cdf6dd3 Hush RPC client version v3.6.0\-12fabf7fd
.PP .PP
In order to ensure you are adequately protecting your privacy when using Hush, In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://hush.is/security/>. please see <https://hush.is/security/>.
@@ -71,7 +71,6 @@ Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
Read extra arguments from standard input, one per line until EOF/Ctrl\-D Read extra arguments from standard input, one per line until EOF/Ctrl\-D
(recommended for sensitive information such as passphrases) (recommended for sensitive information such as passphrases)
.SH COPYRIGHT .SH COPYRIGHT
Hush Daemon version v3.6.0-65cdf6dd3
In order to ensure you are adequately protecting your privacy when using Hush, In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://hush.is/security/>. please see <https://hush.is/security/>.

View File

@@ -3,7 +3,7 @@
.SH NAME .SH NAME
hush-tx \- manual page for hush-tx v3.6.0 hush-tx \- manual page for hush-tx v3.6.0
.SH DESCRIPTION .SH DESCRIPTION
Hush komodo\-tx utility version v3.6.0\-65cdf6dd3 Hush komodo\-tx utility version v3.6.0\-12fabf7fd
.SS "Usage:" .SS "Usage:"
.TP .TP
komodo\-tx [options] <hex\-tx> [commands] komodo\-tx [options] <hex\-tx> [commands]
@@ -84,7 +84,6 @@ set=NAME:JSON\-STRING
.IP .IP
Set register NAME to given JSON\-STRING Set register NAME to given JSON\-STRING
.SH COPYRIGHT .SH COPYRIGHT
Hush Daemon version v3.6.0-65cdf6dd3
In order to ensure you are adequately protecting your privacy when using Hush, In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://hush.is/security/>. please see <https://hush.is/security/>.

View File

@@ -3,8 +3,7 @@
.SH NAME .SH NAME
hushd \- manual page for hushd v3.6.0 hushd \- manual page for hushd v3.6.0
.SH DESCRIPTION .SH DESCRIPTION
Found binary: ./komodod Hush Daemon version v3.6.0\-12fabf7fd
Hush Daemon version v3.6.0\-65cdf6dd3
.PP .PP
In order to ensure you are adequately protecting your privacy when using Hush, In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://hush.is/security/>. please see <https://hush.is/security/>.
@@ -682,7 +681,6 @@ Starting supply, default is 0
.IP .IP
Enforce transaction\-rate limit, default 0 Enforce transaction\-rate limit, default 0
.SH COPYRIGHT .SH COPYRIGHT
Hush Daemon version v3.6.0-65cdf6dd3
In order to ensure you are adequately protecting your privacy when using Hush, In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://hush.is/security/>. please see <https://hush.is/security/>.